diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-04-28 07:54:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-04-28 07:54:01 +0000 |
commit | 175f2bb36c5cce9379ac422e788285ae27c036ee (patch) | |
tree | d0b08314fe6cd7316a0fc3989ad9d9e30c51bc1f | |
parent | 133dd20c0638c15514aa98f96d5b12a556f1926c (diff) | |
download | mandoc-175f2bb36c5cce9379ac422e788285ae27c036ee.tar.gz |
- (mdoc.7) fix Xr to self
- double word fix
from jmc@
-rw-r--r-- | mandoc_char.7 | 2 | ||||
-rw-r--r-- | mdoc.7 | 4 | ||||
-rw-r--r-- | roff.7 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mandoc_char.7 b/mandoc_char.7 index c1d85786..ae9b6fdc 100644 --- a/mandoc_char.7 +++ b/mandoc_char.7 @@ -684,7 +684,7 @@ For example, do not use \eN'34', use \e(dq, or even the plain .Sq \(dq character where possible. .Sh COMPATIBILITY -This section documents compatibility between mandoc and other other +This section documents compatibility between mandoc and other troff implementations, at this time limited to GNU troff .Pq Qq groff . .Pp @@ -2083,7 +2083,7 @@ This macro is obsolete and not implemented in .Xr mandoc 1 . .Pp Historical -.Xr mdoc 7 +.Nm packages described it as .Dq "old function type (FORTRAN)" . .Ss \&Ox @@ -2958,7 +2958,7 @@ Manually switching the font using the .Ql \ef font escape sequences is never required. .Sh COMPATIBILITY -This section documents compatibility between mandoc and other other +This section documents compatibility between mandoc and other troff implementations, at this time limited to GNU troff .Pq Qq groff . The term @@ -908,7 +908,7 @@ See .Xr tbl 7 for a description of the tbl language. .Sh COMPATIBILITY -This section documents compatibility between mandoc and other other +This section documents compatibility between mandoc and other .Nm implementations, at this time limited to GNU troff .Pq Qq groff . |