summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-12 23:05:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-12 23:05:21 +0000
commit4a9a5bd5431e071c38e206580be6f1729dc2d2b7 (patch)
treee524efd7a1f1203e6720830d2ae45950aa6594af /mdoc.3
parent073b729fad16967c5cb97cb3aa314b058e3de113 (diff)
downloadmandoc-4a9a5bd5431e071c38e206580be6f1729dc2d2b7.tar.gz
mandoc-4a9a5bd5431e071c38e206580be6f1729dc2d2b7.tar.zst
mandoc-4a9a5bd5431e071c38e206580be6f1729dc2d2b7.zip
Made syste-name macros callable (At, Bsx, etc.).
Diffstat (limited to 'mdoc.3')
-rw-r--r--mdoc.324
1 files changed, 17 insertions, 7 deletions
diff --git a/mdoc.3 b/mdoc.3
index ec6b2ef1..973e86fb 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.15 2009/03/12 16:30:50 kristaps Exp $
+.\" $Id: mdoc.3,v 1.16 2009/03/12 23:05:21 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -404,12 +404,16 @@ incorrectly by following it with a delimeter (see
and expecting the delimiter to render. This is not supported.
.\" LIST-ITEM
.It
-The
-.Sq Bx
-family of macros (
-.Sq Ux ,
-.Sq Nx
-and so on) are not callable as they are in NetBSD.
+The system-name macros (
+.Ns Sq \&At ,
+.Sq \&Bsx ,
+.Sq \&Bx ,
+.Sq \&Fx ,
+.Sq \&Nx ,
+.Sq \&Ox ,
+and
+.Sq \&Ux )
+are callable.
.El
.\" SECTION
.Sh SEE ALSO
@@ -436,4 +440,10 @@ macros aren't handled when used to span lines for the
.Sq \&It
macro. Such usage is specifically discouraged in
.Xr mdoc.samples 7 .
+.\" LIST-ITEM
+.It
+The
+.Sq \&Bsx
+macro doesn't understand yet the arguments as dictated for
+.Nx .
.El