diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 16:03:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 16:03:15 +0000 |
commit | 16285420c1f0af9beb32407609a78bc4c3f30bdb (patch) | |
tree | ef402d2c26ddfaa476fe30423d05f1824f9b6ad1 /usr.bin | |
parent | 9fd02e027f7a0f5b755f99a50c955894a3c9796b (diff) |
sync to 1.8.5: note that \~ does not work;
noticed by <uqs at spoerlein dot net>
Diffstat (limited to 'usr.bin')
-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 |