summaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 14:56:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 14:56:15 +0000
commit582d71cb32e71d28f747850f3e41d3bf1b86e5c6 (patch)
tree7ba9b98a1286a4a0684d5a5fe2a7bd4f29dab960 /man.7
parentd412ae3c0de385ea9498645ea9191642ad37eae6 (diff)
downloadmandoc-582d71cb32e71d28f747850f3e41d3bf1b86e5c6.tar.gz
mandoc-582d71cb32e71d28f747850f3e41d3bf1b86e5c6.tar.zst
mandoc-582d71cb32e71d28f747850f3e41d3bf1b86e5c6.zip
Added some new manuals (mdoc.3 mandoc_char.7).
Support for .br in libman.
Diffstat (limited to 'man.7')
-rw-r--r--man.711
1 files changed, 4 insertions, 7 deletions
diff --git a/man.7 b/man.7
index df187523..2977f38c 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.5 2009/03/26 23:01:26 kristaps Exp $
+.\" $Id: man.7,v 1.6 2009/03/27 14:56:15 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
.\"
@@ -16,7 +16,7 @@
.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 26 2009 $
+.Dd $Mdocdate: March 27 2009 $
.Dt man 7
.Os
.\" SECTION
@@ -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