| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
matches order used by NetBSD, though we don't use all their sections.
Order is:
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
ENVIRONMENT
FILES
EXAMPLES
DIAGNOSTICS
ERRORS
SEE ALSO
STANDARDS
HISTORY
AUTHORS
CAVEATS
BUGS
ok krw@ millert@
|
|
|
|
| |
mdoc.samples(7): ok millert@
|
|
|
|
| |
all from David Krause - thanks!
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o) There are no .%C tag;
o) Add two .%I and .%Q;
millert@ ok
Note: Send me more not documented tags.
|
|
|
|
|
|
|
|
|
|
|
|
| |
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;
millert@ ok and help;
|
|
|
|
|
|
|
|
| |
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok
Tip of the day: www.mpechismazohist.com
|
|
|
|
|
|
| |
o) OpenBSD -> .Ox;
millert@ ok
|
| |
|
|
|
|
|
|
| |
o) add description of ``.Bsx'' to the "BSD Macros" chap.;
aaron@ ok
|
|
|
|
|
| |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was
frozen at that time.
|
|
|
|
|
|
| |
- Avoid using direct troff requests.
From FreeBSD.
|
| |
|
|
|
|
|
| |
standards: -p1003.1-95, -p1003.1c-95, -xbd5, -xcu5, -xsh5, -xns5, -xns5.2d2.0,
-xcurses4.2; from NetBSD. Document the new standards macros in mdoc.samples(7).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
special sauce: document the FreeBSD (Fx) and NetBSD (Nx) macros, add the
section 9 "Kernel Manual" to list of man page ``volumes'', mention the two
situations where the `.Nm' macro should always be given an argument, correct
description of -ragged display and add description for -unfilled, note that
-enum lists cannot be nested within themselves or displays, document a couple
more tagged list types, demonstrate that -width is not really optional for -tag
lists, document the -column list type, all kinds of formatting nits repaired,
and a partridge in a pear tree.
|
| |
|
|
|
|
| |
least, this is the impression I get from looking at a lot of Perl docs.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
|
|
|
|
|
| |
introductory macros is .Dd/.Dt/.Os, not .Dd/.Os/.Dt (based on the fact over
90% of the man pages use the former)
|
| |
|
|
|
|
| |
also repairs to mdoc.samples(7) and tcpdump(8)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|