summaryrefslogtreecommitdiffstats
path: root/share/man/man7/mdoc.samples.7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* sync docs to agree on section header (.Sh) order for man pages. This alsojmc2003-05-291-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | 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@
* cleanup of typos in section 7 man pages;jmc2003-04-131-18/+17
| | | | mdoc.samples(7): ok millert@
* double word typos;jmc2003-02-251-3/+3
| | | | all from David Krause - thanks!
* typos; jmc@prioris.mini.pw.edu.plderaadt2003-01-151-2/+2
|
* Grammar fixes from jmc@prioris.mini.pw.edu.plpvalchev2003-01-051-5/+5
|
* Xr fixes; from PR 2794miod2002-07-031-11/+10
|
* Initial fix:mpech2002-05-291-4/+6
| | | | | | | | o) There are no .%C tag; o) Add two .%I and .%Q; millert@ ok Note: Send me more not documented tags.
* o) Fix bogus .Xr usage;mpech2001-11-131-21/+21
| | | | | | | | | | | | 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;
* Powered by @mantoya:mpech2001-10-051-3/+4
| | | | | | | | o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com
* o) add BSDI macro (.Bsx);mpech2001-08-061-6/+11
| | | | | | o) OpenBSD -> .Ox; millert@ ok
* There is only one errno, and errno's is not a plural; jsyn@nthought.compjanzen2001-06-271-3/+3
|
* o) minor sentence fix;mpech2001-06-221-2/+12
| | | | | | o) add description of ``.Bsx'' to the "BSD Macros" chap.; aaron@ ok
* A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingaaron2001-03-011-3/+3
| | | | | in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
* - Do not set a bad example by putting the function type within the `.Fo'.aaron2001-02-251-8/+6
| | | | | | - Avoid using direct troff requests. From FreeBSD.
* Some formatting fixes; derived from NetBSD PR/10078.aaron2000-05-191-29/+32
|
* Add macros for AT&T UNIX Versions 2-5 to doc-syms. Also add the followingaaron2000-03-241-23/+36
| | | | | 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).
* More fixes and improvements; from FreeBSD this time.aaron2000-03-241-34/+81
|
* Better grammar and mdoc.aaron2000-03-241-5/+5
|
* Many corrections and updates, mostly from NetBSD, but with some of my very ownaaron2000-03-241-96/+198
| | | | | | | | | | | 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.
* Various cleanups.aaron2000-03-191-14/+18
|
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-2/+2
| | | | least, this is the impression I get from looking at a lot of Perl docs.
* Fix 2 typos; naddy@unix-ag.uni-kl.demillert2000-01-011-3/+3
|
* - remove all trailing whitespaceaaron1999-07-091-3/+3
| | | | | | | | | | * 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...
* fix conflict between mdoc(7) and mdoc.samples(7): the proper order for theaaron1999-07-061-13/+12
| | | | | introductory macros is .Dd/.Dt/.Os, not .Dd/.Os/.Dt (based on the fact over 90% of the man pages use the former)
* .Pp macros are not necessary before .Sh macros, eitheraaron1999-07-021-3/+4
|
* new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comaaron1999-07-011-2/+2
| | | | also repairs to mdoc.samples(7) and tcpdump(8)
* typopjanzen1999-06-061-2/+2
|
* capitalize the acronym IDaaron1999-06-051-3/+3
|
* clarify description of .Ft macro; kwesterback@home.comaaron1999-05-241-6/+6
|
* typos; kwesterback@home.comaaron1999-05-241-4/+4
|
* Document cross reference ordering under SEE ALSO; mpp@freebsdalex1999-05-181-1/+11
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-3/+3
|
* change "*char *str" to "char *str"d1998-04-251-2/+2
|
* Documention .Ox and refer to OpenBSD not 4.xBSDmillert1998-03-091-11/+23
|
* correct pathsderaadt1997-12-081-3/+3
|
* point to mdoc.template instead of man.template from m4@umn.eduprovos1997-10-201-2/+2
|
* fix internal xref; lukemderaadt1997-06-111-4/+4
|
* missing quote; neetbsd pr#2832, mike.long@analog.comderaadt1996-10-121-2/+2
|
* sync with netbsd 960418deraadt1996-04-221-3/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+2828