summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-1511-24/+24
|
* Fix assorted typos.dannyboy2001-07-141-5/+5
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-14264-1570/+1570
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* Fixed double word typo.schweikh2001-07-135-5/+4
| | | | MFC after: 7 days
* Add a few more manpages from Chad.ru2001-07-135-76/+188
| | | | Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9.
* - correct two typosalex2001-07-131-4/+4
| | | | | | | - Use NULL instead of 0 for pointers (style(9)!) Submitted by: Joel Wilsson <siigron@sii.linuxsweden.nu> MFC after: 37 days
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-1326-32/+32
|
* mdoc(7) police: columnate sysctl(8) MIBs list (using the newru2001-07-131-19/+15
| | | | | feature of -column lists width specifiers) plus minor markup fixes.
* Merge Chad's fixes.ru2001-07-1319-46/+60
|
* Document new hwatch/dhwatch commands.bsd2001-07-131-0/+21
|
* fix typo: vise versa -> vice versaben2001-07-121-1/+1
| | | | | PR: 28926 Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
* Always preprocess manpages with tbl(1).ru2001-07-121-1/+1
|
* netbsd 1.5.1: official announcement on Wed, 11 Jul 2001 16:35:16 -0400 (EDT)itojun2001-07-111-1/+1
|
* Another NatSemi gigE card; the Netgear GA622Twpaul2001-07-111-0/+2
|
* Document additional cards supported by the nge driver: LinkSys EG1032wpaul2001-07-111-1/+5
| | | | | | anf EG1064, and the Surecom EP-320G-TX. Also fix typo in nge.4 man page: Addrton -> Addtron.
* mdoc(7) police: fixed markup and some content typos.ru2001-07-1117-328/+479
|
* mdoc(7) police: fixed markup.ru2001-07-116-84/+111
|
* mdoc(7) police: fixed markup.ru2001-07-111-6/+10
|
* I have gone through all of the functions and addedalfred2001-07-1119-80/+39
| | | | | | | the correct includes and changed the functions as requested. Submitted by: Chad David <davidc@acns.ab.ca>
* mdoc(7) police: eliminate warnings.ru2001-07-102-2/+2
|
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs.ru2001-07-101-1/+1
|
* Provide a hint for the OPIE 'insecure' mode.markm2001-07-101-0/+6
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-10294-294/+294
|
* Fix typo: "fending of" -> "fending off"sheldonh2001-07-101-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-1024-24/+24
|
* Sort MAN= section.alfred2001-07-101-57/+52
|
* netbsd 1.5.1 is in jul 2001 (available via ftp already, but we need a concreteitojun2001-07-101-6/+6
| | | | | | | | date of the announcement) couple of URL fixes. From: Petri Koistinen <pkoistin@cs.stadia.fi> (http://www.byte.com/art/9410/sec8/art3.htm is now a dangling link. any alternative URL?)
* Install:alfred2001-07-101-0/+6
| | | | | cdevsw_add.9 cdevsw_remove.9 devsw.9 major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9
* Document some of the dev_t related APIs.alfred2001-07-108-0/+461
| | | | Submitted by: Chad David <davidc@acns.ab.ca>
* Link in new manpages:alfred2001-07-101-1/+4
| | | | | | BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9
* Note that this function is for debugging purposes.alfred2001-07-101-0/+2
|
* Fix explanation of LK_SLEEPFAIL option.alfred2001-07-101-2/+2
| | | | Remove extra period from end of sentance.
* fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.alfred2001-07-101-4/+4
|
* Document some of the kernel API dealing with locks used primarily by VFS.alfred2001-07-1011-0/+758
| | | | Submitted by: Chad David <davidc@acns.ab.ca>
* Add LIBBZ2.obrien2001-07-091-0/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-09147-186/+0
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.alfred2001-07-091-1/+2
|
* Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), andalfred2001-07-094-0/+364
| | | | | | vinvalbuf(). Submitted by: Chad David <davidc@acns.ab.ca>
* Turn on nullmodem (nmdm(4)) man page.julian2001-07-081-0/+1
|
* Add a brief manpage (cribbed form pty.4) about the null-modemjulian2001-07-081-0/+66
| | | | driver (nmdm(4)).
* Fix type-o's, revamp section on the /tmp softlink, add sections for adillon2001-07-071-6/+52
| | | | couple more sysctl's, add a section on mount options.
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-0654-114/+117
|
* mdoc(7) police: minor formatting/spelling fixes.ru2001-07-061-2/+2
|
* mdoc(7) police: minor formatting fixes.ru2001-07-061-15/+12
|
* mdoc(7) police: minor markup fixes.ru2001-07-061-4/+5
|
* mdoc(7) police: fixed formatting.ru2001-07-061-66/+75
|
* mdoc(7) police: formatting fixes.ru2001-07-061-87/+89
|
* Constify the format string.des2001-07-051-1/+1
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> Forgotten by: des
OpenPOWER on IntegriCloud