Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-10 | add sgi; | Jason McIntyre | |
ok miod@ | |||
2004-07-02 | note that section 9 pages may use RETURN VALUES and ERRORS; | Jason McIntyre | |
note that section 1/6/8 pages may use DIAGNOSTICS; from discussion w/ jared yanovich; ok millert@ | |||
2004-06-30 | expand the description of .Dt: | Jason McIntyre | |
- list the possible sections, and what they are - update list of volume titles - document that archs can be added to .Dt, and list the possibilities | |||
2004-06-30 | - update and sync GETTING STARTED list | Jason McIntyre | |
- move descriptions of .Pf and .Ns out of `Enclosure and Quoting Macros': they are not really used for enclosure, and besides, .Ns was already described further down the page, in a more logical, separate, space. also, say what .Pf actually does - move .Sm to its own section. there is no point making it look like an obsolecent macro | |||
2004-06-30 | add some space between example usage and example; | Jason McIntyre | |
2004-06-06 | update .Vt description and BUGS; | Jason McIntyre | |
2004-02-20 | - document .In, .Ex, and .Rv | Jason McIntyre | |
- keep the description of .Cd on one line - note that .Fd may be used w/ section 9 pages | |||
2004-02-14 | simplify one of the examples; | Jason McIntyre | |
2004-01-25 | update .St sections; | Jason McIntyre | |
2004-01-24 | .Vt is not just a FORTRAN thing; noted by Jared Yanvovich; | Jason McIntyre | |
sadly, our .Vt does not respect punctuation... ok deraadt@ | |||
2003-12-20 | some typos and wording improvements from Tom Cosgrove; | Jason McIntyre | |
2003-10-04 | .Nm with punctuation no longer requires an argument; | Jason McIntyre | |
2003-09-25 | update BUGS; this section is getting bigger rather than smaller :( | Jason McIntyre | |
2003-09-02 | mdoc(7): add `?' and `!' to punctuation characters; | Jason McIntyre | |
mdoc.samples(7): remove BUG concerning blank lines; ok deraadt@ | |||
2003-07-21 | document .Vt; | Jason McIntyre | |
2003-07-16 | general update for mdoc.samples(7). | Jason McIntyre | |
ok deraadt@ marc@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | sync docs to agree on section header (.Sh) order for man pages. This also | Jason McIntyre | |
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@ | |||
2003-04-13 | cleanup of typos in section 7 man pages; | Jason McIntyre | |
mdoc.samples(7): ok millert@ | |||
2003-02-25 | double word typos; | Jason McIntyre | |
all from David Krause - thanks! | |||
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-05 | Grammar fixes from jmc@prioris.mini.pw.edu.pl | Peter Valchev | |
2002-07-03 | Xr fixes; from PR 2794 | Miod Vallat | |
2002-05-29 | Initial fix: | Mike Pechkin | |
o) There are no .%C tag; o) Add two .%I and .%Q; millert@ ok Note: Send me more not documented tags. | |||
2001-11-13 | o) Fix bogus .Xr usage; | Mike Pechkin | |
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; | |||
2001-10-05 | Powered by @mantoya: | Mike Pechkin | |
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com | |||
2001-08-06 | o) add BSDI macro (.Bsx); | Mike Pechkin | |
o) OpenBSD -> .Ox; millert@ ok | |||
2001-06-27 | There is only one errno, and errno's is not a plural; jsyn@nthought.com | Paul Janzen | |
2001-06-22 | o) minor sentence fix; | Mike Pechkin | |
o) add description of ``.Bsx'' to the "BSD Macros" chap.; aaron@ ok | |||
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2001-02-25 | - Do not set a bad example by putting the function type within the `.Fo'. | Aaron Campbell | |
- Avoid using direct troff requests. From FreeBSD. | |||
2000-05-19 | Some formatting fixes; derived from NetBSD PR/10078. | Aaron Campbell | |
2000-03-24 | Add macros for AT&T UNIX Versions 2-5 to doc-syms. Also add the following | Aaron Campbell | |
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). | |||
2000-03-24 | More fixes and improvements; from FreeBSD this time. | Aaron Campbell | |
2000-03-24 | Better grammar and mdoc. | Aaron Campbell | |
2000-03-24 | Many corrections and updates, mostly from NetBSD, but with some of my very own | Aaron Campbell | |
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. | |||
2000-03-19 | Various cleanups. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-01-01 | Fix 2 typos; naddy@unix-ag.uni-kl.de | Todd C. Miller | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-06 | fix conflict between mdoc(7) and mdoc.samples(7): the proper order for the | Aaron Campbell | |
introductory macros is .Dd/.Dt/.Os, not .Dd/.Os/.Dt (based on the fact over 90% of the man pages use the former) | |||
1999-07-02 | .Pp macros are not necessary before .Sh macros, either | Aaron Campbell | |
1999-07-01 | new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.com | Aaron Campbell | |
also repairs to mdoc.samples(7) and tcpdump(8) | |||
1999-06-06 | typo | Paul Janzen | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-05-24 | clarify description of .Ft macro; kwesterback@home.com | Aaron Campbell | |
1999-05-24 | typos; kwesterback@home.com | Aaron Campbell | |
1999-05-18 | Document cross reference ordering under SEE ALSO; mpp@freebsd | Alex Feldman | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |