diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-26 19:30:50 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-26 19:30:50 +0000 |
commit | 18c501b26d25af31970f147b8121d2ee4f424d0f (patch) | |
tree | 109a68806a61422a8464af199583f87c5fd48bd2 /mandoc.1 | |
parent | abe60133768162b257ccbd79ba4bb76b46e19d43 (diff) | |
download | mandoc-18c501b26d25af31970f147b8121d2ee4f424d0f.tar.gz |
Removed POSIX.1 COMPATIBILITY note in mdoc.7.
Noted that \~ doesn't work in mandoc.1 (thanks uqs@sporlein.net).
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 12 |
1 files changed, 10 insertions, 2 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 |