From 41ff27a472e8d41a4f16595bd7a581f464e4a2dc Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 14 Aug 2013 15:08:31 +0000 Subject: Use text production macros to document themselves. Part of the patch was sent in by Jan Stary , another part was added by jmc@, the rest was added by myself; ok jmc@. --- mdoc.7 | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'mdoc.7') diff --git a/mdoc.7 b/mdoc.7 index 357404ec..eddc33e0 100644 --- a/mdoc.7 +++ b/mdoc.7 @@ -711,7 +711,9 @@ for fixed strings to be passed verbatim as arguments, use or .Sx \&Cm . .Ss \&At -Formats an AT&T version. +Formats an +.At +version. Accepts one optional argument: .Pp .Bl -tag -width "v[1-7] | 32vX" -offset indent -compact @@ -1089,7 +1091,9 @@ Examples: See also .Sx \&Bro . .Ss \&Bsx -Format the BSD/OS version provided as an argument, or a default value if +Format the +.Bsx +version provided as an argument, or a default value if no argument is provided. .Pp Examples: @@ -1109,7 +1113,9 @@ and Prints .Dq is currently in beta test. .Ss \&Bx -Format the BSD version provided as an argument, or a default value if no +Format the +.Bx +version provided as an argument, or a default value if no argument is provided. .Pp Examples: @@ -1405,7 +1411,9 @@ for special-purpose constants and .Sx \&Va for variable symbols. .Ss \&Dx -Format the DragonFly BSD version provided as an argument, or a default +Format the +.Dx +version provided as an argument, or a default value if no argument is provided. .Pp Examples: @@ -2474,7 +2482,9 @@ Examples: Prints out .Dq currently under development. .Ss \&Ux -Format the UNIX name. +Format the +.Ux +name. Accepts no argument. .Pp Examples: -- cgit