diff options
author | 2013-08-14 15:06:42 +0000 | |
---|---|---|
committer | 2013-08-14 15:06:42 +0000 | |
commit | bb5015bd3d7c33e72afe03b4f0b7cce51fdabb54 (patch) | |
tree | 036754d9dbc85ea369edf2ca2657bf116d42b76e /share/man/man7 | |
parent | ISC cron is the defacto BSD cron these days so remove confusing (diff) | |
download | wireguard-openbsd-bb5015bd3d7c33e72afe03b4f0b7cce51fdabb54.tar.xz wireguard-openbsd-bb5015bd3d7c33e72afe03b4f0b7cce51fdabb54.zip |
Use text production macros to document themselves.
Part of the patch was sent in by Jan Stary <hans at stare dot cz>,
another part was added by jmc@, the rest was added by myself;
ok jmc@.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.7 | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 57b150153d2..d53fca6e69e 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.99 2013/07/13 19:27:47 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.100 2013/08/14 15:06:42 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 13 2013 $ +.Dd $Mdocdate: August 14 2013 $ .Dt MDOC 7 .Os .Sh NAME @@ -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: @@ -1423,7 +1429,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: @@ -2492,7 +2500,9 @@ Examples: Prints out .Dq currently under development. .Ss \&Ux -Format the UNIX name. +Format the +.Ux +name. Accepts no argument. .Pp Examples: |