diff options
-rw-r--r-- | mandoc.1 | 12 | ||||
-rw-r--r-- | mdoc.7 | 8 |
2 files changed, 10 insertions, 10 deletions
@@ -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 In .Xr groff 1 , @@ -272,6 +278,7 @@ macro does not underline when under a .Sq \&It . This behaves correctly in .Nm . +.\" LIST-ITEM .It A list or display following .Sq \&Ss @@ -281,12 +288,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 @@ -456,14 +456,6 @@ file re-write .Bl -dash -compact .\" LIST-ITEM .It -The POSIX.1 -.Sq \&St -macro produce -.Dq POSIX -instead of -.Dq POSIX.1 . -.\" LIST-ITEM -.It The .Sq \-split or |