| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
mdoc.samples(7) is superseded by mdoc(7).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- spell the abbreviation of 1003.1 as ``POSIX.1''
- fixed the description of -p1003.1-90; it was sold as ISO/IEC 9945-1:1990
- removed -p1003.1b; it only existed as 1003.1b-1993 (-p1003.1b-93), and
is part of 1003.1 since 1003.1-1996.
- replaced -p1003.1g (project) with -p1003.1g-2000 (approved draft)
- changed abbreviation of -isoC from ``ISO C'' to ``ISO C89''
- removed -iso9899 alias for -isoC
- IEC was missing from some names
- added abbreviation for -susv2 (``SUSv2'')
|
|
|
|
|
| |
The first bug is fixed in tmac.doc, revision 1.21.
The second bug fixed in doc-common, revision 1.33.
|
| |
|
| |
|
|
|
|
|
|
| |
and -split. See the mdoc.samples(7) manpage for details.
Reviewed by: sheldonh
|
|
|
|
| |
Submitted by: phantom
|
| |
|
|
|
|
|
|
|
| |
The cross-reference list should not be terminated with any
type of punctuation at the end of the line.
Pointed-out-by: sheldonh
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: docs/15781
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
|
|
|
|
| |
PR: 15678
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of manual page sections. Make the two man pages consistent
with each other in the headers they list and they order they list
them in.
Note: this is the preferred ordering. All new man pages/additions
to man pages should try and follow this. Existing man pages
should be left alone, unless you are making major changes in
the man page and re-ordering of the sections is only a
minor part of the change.
PR: doc/15352, doc/15353
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Also use the correct macro (.D1, not .Dl) to format the text,
and in the example output.
PR: docs/14051
Submitted by: <andrew@ugh.net.au>
|
| |
|
|
|
|
|
|
|
|
| |
of the AUTHORS section in mdoc.samples(7) to document how the
authors name should be specified.
PR: docs/13131
Pointed out by: Alexey M. Zelkin <phantom@cris.net>
|
|
|
|
| |
for section 9 man pages.
|
|
|
|
|
|
| |
section. Update some descriptions of the various sections to
reflect that they are valid for section 9 man pages. Add a table
of section numbers and what they are used for.
|
|
|
|
|
|
|
|
| |
correct typos.
PR: docs/9942
Submitted by: vanitas@ma3.seikyou.ne.jp
Reviewed by: jkoshy
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I noticed while editing these man pages.
Usage: .An Author_name
Example:
This manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.ORG .
Produces:
This manual page was written by Mike Pritchard <mpp@FreeBSD.ORG>.
|
|
|
|
|
|
|
|
| |
".Rv -std atexit" will generate the following text:
The atexit() function returns the value 0 if successful; otherwise the
value -1 is returned and the global variable errno is set to indicate the
error.
|
| |
|
|
|
|
|
|
| |
Moved the descriptions of the .Em, .Li and .Sy macros into
the new "Font Modes" sub-section along with .Bf, since they are
all related.
|
|
|
|
| |
the .Li macro.
|
| |
|
|
|
|
|
|
|
| |
with some other minor fixes for some problems I noticed
while making these changes.
Pointed out by: bde
|
|
|
|
| |
Obtained from: OpenBSD
|
| |
|
|
|
|
| |
sorted by section number and then placed in alphabetical order.
|
|
|
|
| |
installed in /usr/share/misc/mdoc.template
|
|
|
|
|
| |
changed the update(4) man page to use this new macro just to
have something to test it on.
|
|
|
|
| |
Down to only about 100 items left to cleanup! :-)
|
| |
|
|
|