diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-17 16:15:27 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-17 16:15:27 +0000 |
commit | c6e35c35ae3f9fc589c153d500eb8d77813f2780 (patch) | |
tree | a2b2dda54e095730873ac80a13f367899739038b /mdoc.3 | |
parent | 56f0b4a0fb2fb74f3bf1c6f8ed87ce2b716bcf52 (diff) | |
download | mandoc-c6e35c35ae3f9fc589c153d500eb8d77813f2780.tar.gz |
Documentation, more validations, cleaned up actions, added Nm action.
Diffstat (limited to 'mdoc.3')
-rw-r--r-- | mdoc.3 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -127,6 +127,12 @@ utility was written by .\" .\" .Sh BUGS +Both bugs and incompabilities are documented in this section. An +incompatible macro or behaviour is relative to the default +.Xr groff 1 +system bundled with +.Ox . +.Pp The .Sq \&Xc and @@ -141,3 +147,7 @@ When is invoked, whitespace is not stripped around .Sq \&Ta or tab-character separators. +.Pp +The +.Sq \&At +macro only accepts a single parameter. |