summaryrefslogtreecommitdiffstats
path: root/share/man/man7/mdoc.samples.7
Commit message (Collapse)AuthorAgeFilesLines
* Use Groff versions of man(7) and mdoc(7) manpages.ru2001-04-171-3080/+0
| | | | mdoc.samples(7) is superseded by mdoc(7).
* Record -lposix1e death.ru2001-04-051-2/+0
|
* .St macro cleanup:ru2001-03-121-6/+2
| | | | | | | | | | | | - 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'')
* Update the BUGS section.ru2001-03-011-12/+0
| | | | | The first bug is fixed in tmac.doc, revision 1.21. The second bug fixed in doc-common, revision 1.33.
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-261-2/+2
|
* Don't set a bad example by putting the function type in ".Fo".bde2001-02-061-2/+4
|
* Make An macro understand two special arguments, -nosplitru2000-11-221-0/+17
| | | | | | and -split. See the mdoc.samples(7) manpage for details. Reviewed by: sheldonh
* Document the libcompat entry for the .Lb macro.sheldonh2000-11-201-0/+2
| | | | Submitted by: phantom
* Use Fx macro wherever possible.ru2000-11-141-2/+2
|
* Do not terminate the SEE ALSO section example with a period.mpp2000-11-131-1/+1
| | | | | | | The cross-reference list should not be terminated with any type of punctuation at the end of the line. Pointed-out-by: sheldonh
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-4/+0
|
* Add `isoC-99' to the list of availble abbreviations.obrien2000-10-111-0/+2
|
* Document 'libusb' option for .Lb macrophantom2000-09-221-0/+2
|
* Remove some mis-leading text from the "Libraries" section.mpp2000-06-241-1/+0
|
* Add libipsec to the list of available librariesphantom2000-05-041-0/+2
|
* Document `.Fx', `.Nx' and `.Ox' macros as callable and parsable.phantom2000-05-041-5/+2
|
* Add expanded information about .Lb macrophantom2000-04-231-0/+51
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-031-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix typos.phantom2000-01-071-8/+8
| | | | | PR: docs/15781 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Fix some typo's.asmodai1999-12-271-2/+2
| | | | | PR: 15678 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Update mdoc(7) and mdoc.samples(7) to list the preferred ordermpp1999-12-081-2/+4
| | | | | | | | | | | | | | 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
* Document .Ox and .Nx macrosphantom1999-11-021-6/+24
|
* Document .St macro.phantom1999-11-021-0/+51
|
* Correctly escape a macro call in the description of the .D1 macro.mpp1999-09-301-2/+2
| | | | | | | | 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>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Document the AUTHORS section in mdoc(7). Expand the descriptionmpp1999-08-141-1/+4
| | | | | | | | 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>
* Fix one error in my previous commit. The .Rv macro is not validmpp1999-06-241-2/+2
| | | | for section 9 man pages.
* Update mdoc.samples(7) to reflect that section 9 is a valid man pagempp1999-06-241-9/+26
| | | | | | 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.
* Fix bugs in mdoc.samples(7): clean up references, quote usage of macros,jkoshy1998-12-031-19/+25
| | | | | | | | correct typos. PR: docs/9942 Submitted by: vanitas@ma3.seikyou.ne.jp Reviewed by: jkoshy
* Correct a path.charnier1997-12-081-2/+2
|
* Document the .An (author name) macro. Also cleanup some other problemsmpp1997-03-201-19/+47
| | | | | | | | | | | | | | | 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>.
* Document the .Rv (return values) macro.mpp1997-03-191-1/+19
| | | | | | | | ".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.
* Update the table of contents such as it is to reflect my previous change.mpp1997-03-191-4/+2
|
* Document the previously undocumented .Bf (begin font mode) macro.mpp1997-03-191-77/+97
| | | | | | 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 "usage" line for the .Ic macro incorrectly says that it ismpp1997-03-181-2/+2
| | | | the .Li macro.
* add missing cvs Id lines.jmg1997-03-071-0/+1
|
* Fix a bunch of man pages to stop abusing the .Nm macro, alongmpp1997-02-051-2/+2
| | | | | | | with some other minor fixes for some problems I noticed while making these changes. Pointed out by: bde
* Add a missing quote.mpp1997-01-151-1/+1
| | | | Obtained from: OpenBSD
* Mention the new mdoc examples in /usr/share/examples/mdoc.mpp1997-01-021-2/+8
|
* Mention that cross references in the SEE ALSO section should bempp1996-12-261-2/+12
| | | | sorted by section number and then placed in alphabetical order.
* Update mdoc.samples(7) to match what is nowmpp1996-12-211-2/+4
| | | | installed in /usr/share/misc/mdoc.template
* Document the new ".Fx" macro in the mdoc man pages. I alsompp1996-02-121-2/+23
| | | | | changed the update(4) man page to use this new macro just to have something to test it on.
* Another round of man page cleanups.mpp1996-02-121-1/+1
| | | | Down to only about 100 items left to cleanup! :-)
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
|
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+2826
OpenPOWER on IntegriCloud