diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-15 23:35:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-15 23:35:02 +0000 |
commit | 8305f923433be24a5256f0481a7c0f69761217e2 (patch) | |
tree | 2d4029616019903c4fd0c9dcd67ef8b67e0b05ae /usr.bin/man | |
parent | 7bee361d0dc0d85c7f33f06e26fd3e2bf59d72f7 (diff) |
document mdoc(7) and mdoc.samples(7);
from pascoe@
Diffstat (limited to 'usr.bin/man')
-rw-r--r-- | usr.bin/man/man.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 52421d3ce51..96b0508db48 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.21 2004/02/23 14:14:14 jmc Exp $ +.\" $OpenBSD: man.1,v 1.22 2005/04/15 23:35:01 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -232,6 +232,13 @@ If only a single argument is specified, or if the first argument is not a valid section, .Nm assumes that the argument is the name of a manual page to be displayed. +.Pp +Guidelines for +.Ox +man pages can be found in +.Xr mdoc 7 . +A full tutorial for writing man pages is provided in +.Xr mdoc.samples 7 . .Sh ENVIRONMENT .Bl -tag -width MANPATHX .It Ev MACHINE @@ -288,6 +295,8 @@ default man configuration file .Xr man.conf 5 , .Xr intro 6 , .Xr intro 7 , +.Xr mdoc 7 , +.Xr mdoc.samples 7 , .Xr intro 8 , .Xr intro 9 .Sh HISTORY |