diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-12 23:05:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-12 23:05:21 +0000 |
commit | 9d110f5a7fbb43bfb15da55e0d04ebb578927b97 (patch) | |
tree | aa0198c076e68aaa845dd5baa0de0791e957cb1d /mdoc.3 | |
parent | 03f7a9976b388e476f2850c33f22cc63572f6a48 (diff) | |
download | mandoc-9d110f5a7fbb43bfb15da55e0d04ebb578927b97.tar.gz |
Made syste-name macros callable (At, Bsx, etc.).
Diffstat (limited to 'mdoc.3')
-rw-r--r-- | mdoc.3 | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -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 |