Commit Graph

45 Commits

Author SHA1 Message Date
joerg
d76767ed61 - Use .Li for head line in .Bl too.
- Do not use headers as example for .Aq, they should be marked up with
  .In
- Drop the use of .Xo/.Xc
- Make sure to quote .Sh as argument to .Bl. groff warns about the list
  otherwise and the size computation was off anyway as the string is
  used as literal later.
2010-03-22 18:51:32 +00:00
wiz
f435a83b12 Fix order in preamble. 2009-03-09 23:01:08 +00:00
joerg
d8c6fac718 Examples should be correct, so fix the order of the preamble to follow
the rules set in mdoc(7).
2009-03-09 18:13:24 +00:00
peter
a9b411c198 Change all .Xr config 8 to .Xr config 1, following the recent move of
config from usr.sbin -> usr.bin.

Reviewed by wiz.
2005-06-20 13:25:23 +00:00
rumble
aae599581f Removed accidental repetitious words. 2004-10-04 19:12:52 +00:00
agc
075022b349 Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22309, verified by myself.
2003-08-07 10:30:41 +00:00
wiz
7a1ffdc377 Document .In, based on the documentation in groff-1.18.1.
Noted missing by perry.
2003-04-16 16:05:56 +00:00
wiz
7b9216573d Note that Dd argument specifies last major change to man page.
Fixes PR 9705.
2003-04-04 19:25:40 +00:00
wiz
990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
23eb5cf15d New sentence, new line. Document it as policy.
[Compare the output of this man page before and after this change to see the
effects.]
2003-02-12 18:37:15 +00:00
wiz
37afd11468 Grammar fixes from jmc@prioris.mini.pw.edu via openbsd. 2003-01-06 13:14:51 +00:00
wiz
11b3adcb92 Fix some typos, partly from Igor Sobrado in PR 19656. 2003-01-04 01:03:59 +00:00
ross
b47221844a fix isolated collateral damage from <>& churn 2002-02-10 02:46:27 +00:00
wiz
81cc127219 Sync mentioned section headers with mdoc.template; update descriptions of
.Os and .Dt arguments to current practice; don't hardwire NetBSD version
name (was still at 1.4...).
2002-01-12 02:25:32 +00:00
blymn
d344cc8af2 Fixed Fo/Fc example, the one given did not format correctly when
used.
2001-07-08 06:23:15 +00:00
wiz
93ac73bf52 Lots of formatting fixes by John Franklin in misc/10078, and some of my own. 2001-05-06 12:03:39 +00:00
kleink
3f50a3c66b Document LIBRARY and Lb. 2000-09-24 09:52:26 +00:00
ad
29a800506a - Document Bsx and Ox macros.
- Add some missing TOC entries.
2000-09-21 10:20:51 +00:00
mycroft
8c8608818f Mention section 9. 2000-05-27 22:49:45 +00:00
enami
d9cdb3776d Sort SEE ALSO list as described in this manual. 2000-01-19 05:54:42 +00:00
tron
8bf74ff792 Fix for several typos supplied by Richard Rauch in PR misc/9145. 2000-01-08 17:08:02 +00:00
mjl
e09ea1631a Fix typos, as noted by Christian Weisgerber in OpenBSD PR/1030. 1999-12-28 02:15:41 +00:00
lukem
2b0e8f5647 fix typo 1999-11-26 20:33:02 +00:00
kristerw
1e851441fb Fixed typos (from OpenBSD) 1999-11-18 18:12:52 +00:00
ross
d22b82c194 Improve .Ns description, document the barely-useful .Ap macro. 1999-08-23 21:54:20 +00:00
ross
eae6462d13 There was no mention of .Bd -unfilled, the -ragged description was bogus,
(actually, it described -unfilled) and there are six displays, not five.
1999-03-31 00:05:38 +00:00
ross
2a2a8c3b8a Instead of claiming that nested displays work, note that they are prohibited.
Adjust the note permitting list nesting to note that -enum lists can't be.
1999-01-12 02:20:33 +00:00
garbled
eda09f767f Since we are "NetBSD" and not "BSD Experimental", update the definition
of .Os to reflect reality.
Also document the new AT&T laziness macros.
1999-01-11 19:27:20 +00:00
ross
7680d419a9 The -width attribute for the standard -tag list (.Bl -tag -width EWOULDBLOCK)
is not really optional, and bizarre things will happen if it is left out.
1998-10-21 01:08:02 +00:00
perry
3a64d01708 note that .Dd directives should NOT have the date quoted 1998-02-05 07:28:57 +00:00
perry
9612121fe2 more section 9 changes, plus change UNIX to NetBSD in appropriate spots 1998-02-03 23:28:50 +00:00
perry
1016887a4f change to reflect that we now have a section 9 of the manual 1998-02-03 23:06:02 +00:00
lukem
8921c23385 note that SEE ALSO is sorted on section number, then name within section 1997-11-24 12:49:34 +00:00
lukem
e7b47c18a6 document .Bl -column, and the bug if the first .Bl doesn't have -width 1997-11-24 12:43:25 +00:00
lukem
0e3b290810 fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups 1997-11-24 06:28:50 +00:00
mikel
375a68a3c6 correct template file name; from Marshall M. Midden <m4@umn.edu> in
OpenBSD PR 336.
1997-10-28 04:06:35 +00:00
lukem
c19335a76d document `` .Nm "" , '' support 1997-09-16 01:30:53 +00:00
lukem
a72a43e88c fix an internal cross reference to "extended arguments" 1997-06-07 16:48:55 +00:00
perry
874334d1a3 document Nx (NetBSD) macro 1996-10-15 20:15:33 +00:00
explorer
c2d9a57948 Add a missing quote ; closes pr misc/2832 1996-10-11 14:53:03 +00:00
jtc
f1128403ae Fix path to mdoc template; From Masanobu Saitoh in PR #2293 1996-04-03 20:17:34 +00:00
jtc
294d9cc710 Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id conventions.
1994-11-30 19:07:03 +00:00
mycroft
dfb9caab49 Add RCS indentifiers. 1993-08-01 07:32:48 +00:00
jtc
6717e85b49 Fixed spelling error: mdoc.sample -> mdoc.samples
Added RCS Header.
1993-07-22 16:53:53 +00:00
cgd
61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00