summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2003-09-18new sentence, new line;Jason McIntyre
2003-09-18slight expansion of CAVEATS;Jason McIntyre
2003-09-17Correctly document NMBCLUSTERS value.Miod Vallat
2003-09-09synch with reality.Marc Espie
ok deraadt@
2003-09-09remove unnecessary .Pp;Jason McIntyre
2003-09-08remove -compact to make page more readable, plus some typos;Jason McIntyre
"why not" miod@ ok drahn@
2003-09-08typo from Tom Cosgrove (PR 3459);Jason McIntyre
also .Xr sendmail
2003-09-08fix command line; deraadt@ jmc@ ok.Federico G. Schwindt
2003-09-08Minor glitches; ok jmc@Miod Vallat
2003-09-07 - escape a dotJason McIntyre
- better layout in BUGS
2003-09-06.Xr;Jason McIntyre
2003-09-06Disable AFS for m88k again - it's unlikely that libpthread/arla-lwp supportMiod Vallat
gets debugged in time for the release.
2003-09-06fix a few errors; jmc@ okAnil Madhavapeddy
2003-09-05cd(4) supports ATAPI as well as SCSI devices; from fgs@Jason McIntyre
ok henning@ millert@ miod@
2003-09-05replace some groff macros with -mdoc versions;Jason McIntyre
a .br survives until i work out what to do with it...
2003-09-05remove some erroneous backslashes, and add some indent;Jason McIntyre
2003-09-05more spacing, less macro;Jason McIntyre
ok miod@
2003-09-04put escapes in the right place;Jason McIntyre
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
2003-09-04change description of `openfiles' attribute from "number of open files..."Jason McIntyre
to "number of open file descriptors..."; prompted by a misc@ post from Olivier Cherrier;
2003-09-03support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ↵Jason Wright
com; ok deraadt.
2003-09-03- remove trailing whitespaceJason McIntyre
- fix an .Ar macro with too many args
2003-09-02More mvme88k manual pages, shamelessly cloned from mvme68kMiod Vallat
2003-09-02Fix a few inaccuracies.Miod Vallat
2003-09-02tweaks, plus INTRODUCTION -> DESCRIPTION from Jonathan Gray;Jason McIntyre
ok mickey@
2003-09-02mdoc(7): add `?' and `!' to punctuation characters;Jason McIntyre
mdoc.samples(7): remove BUG concerning blank lines; ok deraadt@
2003-09-02various fixes:Jason McIntyre
doc: make sure that double spaces follow {!,?,.}, even when used in macros; fix partially from NetBSD; doc-common: add `?' and `!' as punctuation characters. This means they must now be escaped (just like `.') using `\&'; doc-ditroff: add `?' and `!' to the .Pu macro; sync order with doc-nroff; doc-nroff: add `?' and `!' to the .Pu macro; remove a bogus blank line; ok deraadt@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02- remove non-existent errors from DIAGNOSTICSJason McIntyre
- slight macro cleanup from NetBSD (Anders Magnusson -r1.11); ok hugh@
2003-09-02remove section claiming that programs using /proc are unsupported,Jason McIntyre
since they are supported using the "-o linux" option to mount_procfs; from NetBSD (Emmanuel Dreyfus, -r1.30); markus@ and miod@ agree.
2003-08-31- .Sh INTRODUCTION -> .Sh DESCRIPTIONJason McIntyre
- macro cleanup
2003-08-31.Sh INTRODUCTION -> .Sh DESCRIPTION;Jason McIntyre
2003-08-31change .Xr to self -> .Nm;Jason McIntyre
2003-08-31- INTRODUCTION -> DESCRIPTIONJason McIntyre
- lowercase .Nd
2003-08-31.Sx SYNOPSIS;Jason McIntyre
2003-08-31.Sx SYNOPSIS;Jason McIntyre
2003-08-31indent example;Jason McIntyre
2003-08-31new sentence, new line;Jason McIntyre
2003-08-31- .\\" -> .\"Jason McIntyre
- new sentence, new line
2003-08-30Remove uvm_useracc() description here as well.Miod Vallat
2003-08-29add some includes, from Patrick Latifi via jmc@Ted Unangst
2003-08-29remove HIDEGAME, it only made sense when 'dm' was still around.Jolan Luff
ok fgsch@
2003-08-28...and still I got it wrong;Jason McIntyre
put the bracket in the right place, and slight sync with header.
2003-08-28missing bracket;Jason McIntyre
from Vink Joris
2003-08-28tweak;Jason McIntyre
ok frantzen@
2003-08-27note that mk.conf does not exist by default;Jason McIntyre
2003-08-27library update and description of lib formats;Jason McIntyre
corrections/suggestions millert@
2003-08-26mention that synproxy state takes the same options as keep/modulate state,Daniel Hartmeier
add synproxy to BNF. from mpech@. ok mpech@, henning@
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
disappers. deraadt ok
2003-08-24Tables can now be used in round-robin pools.Cedric Berger
ok henning@
2003-08-23need sysctl to enableTed Unangst