diff options
author | 2009-08-22 16:03:14 +0000 | |
---|---|---|
committer | 2009-08-22 16:03:14 +0000 | |
commit | ba997d5d80b56cc1f7d758db0dc6dae942f16cfc (patch) | |
tree | b754aae13991b80d6190687640a8f2c51f76d449 | |
parent | now in sync with 1.8.4 (diff) | |
download | wireguard-openbsd-ba997d5d80b56cc1f7d758db0dc6dae942f16cfc.tar.xz wireguard-openbsd-ba997d5d80b56cc1f7d758db0dc6dae942f16cfc.zip |
sync to 1.8.5: note that \~ does not work;
noticed by <uqs at spoerlein dot net>
-rw-r--r-- | usr.bin/mandoc/mandoc.1 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index 01330eda16e..8ba31bbf930 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.12 2009/08/22 14:56:03 schwarze Exp $ +.\" $Id: mandoc.1,v 1.13 2009/08/22 16:03:14 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> .\" @@ -263,6 +263,12 @@ compatibility with .Xr groff 1 . .Pp .Bl -bullet -compact +.\" LIST-ITEM +.It +The +.Sq \e~ +special character doesn't produce expected behaviour. +.\" LIST-ITEM .It A list or display following .Sq \&Ss @@ -272,12 +278,13 @@ does not assert a prior vertical break, just as it doesn't with The \-literal and \-unfilled .Sq \&Bd displays types are synonyms, as are \-filled and \-ragged. +.\" LIST-ITEM .It Words aren't hyphenated. +.\" LIST-ITEM .It In normal mode (not a literal block), blocks of spaces aren't preserved, -so double spaces following sentence closure are reduced to a single space -.Pq Dq French spacing . +so double spaces following sentence closure are reduced to a single space. .El .\" SECTION .Sh SEE ALSO |