diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-27 14:56:15 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-27 14:56:15 +0000 |
commit | 32d2f8ef0a63207c0421436789004f4d92ec44c5 (patch) | |
tree | 1761c294ccf05b181837fe5181d14219204faac6 /man.7 | |
parent | 948477c0386fca9956999bb560a26efd8f203b92 (diff) | |
download | mandoc-32d2f8ef0a63207c0421436789004f4d92ec44c5.tar.gz |
Added some new manuals (mdoc.3 mandoc_char.7).
Support for .br in libman.
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -88,10 +88,6 @@ or a single one-character sequence. Characters may alternatively be escaped by a slash-asterisk, .Sq \e* , with the same combinations as described above. This form is deprecated. -.Pp -The -.Xr mdoc 7 -contains a table of all available escapes. .\" SECTION .Sh STRUCTURE Macros are one to three three characters in length and begin with a @@ -182,7 +178,8 @@ macros and corresponding number of arguments. .El .\" SECTION .Sh SEE ALSO -.Xr mandoc 1 +.Xr mandoc 1 , +.Xr mandoc_char 7 .\" SECTION .Sh AUTHORS The |