Commit Graph

2314 Commits

Author SHA1 Message Date
ru
d929062987 mdoc(7) police: removed punctuation after the last SEE ALSO xref. 2001-07-10 18:00:19 +00:00
ru
3972b3b063 mdoc(7) police: sort SEE ALSO xrefs. 2001-07-10 17:52:29 +00:00
ru
9001bc7070 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
sheldonh
d4e648feb2 Fix typo: "fending of" -> "fending off" 2001-07-10 14:09:37 +00:00
ru
317b7d8e37 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
alfred
8656c478c6 Sort MAN= section. 2001-07-10 07:42:35 +00:00
alfred
89285c51d6 Install:
cdevsw_add.9 cdevsw_remove.9 devsw.9
major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9
2001-07-10 07:28:11 +00:00
alfred
7bc467bb9b Document some of the dev_t related APIs.
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 07:25:18 +00:00
alfred
8f5c37664a Link in new manpages:
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
2001-07-10 04:35:22 +00:00
alfred
09cef8d70f Note that this function is for debugging purposes. 2001-07-10 04:31:33 +00:00
alfred
988e81ae7f Fix explanation of LK_SLEEPFAIL option.
Remove extra period from end of sentance.
2001-07-10 04:29:24 +00:00
alfred
c74c511c1a fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs. 2001-07-10 04:27:03 +00:00
alfred
d056d21c89 Document some of the kernel API dealing with locks used primarily by VFS.
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 04:22:14 +00:00
dd
eaa6ee03b8 mdoc(7) police: remove extraneous .Pp before and/or after .Sh. 2001-07-09 09:54:33 +00:00
alfred
ea8d486d2b Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf. 2001-07-09 07:15:51 +00:00
alfred
5532b16840 Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), and
vinvalbuf().

Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-09 06:47:10 +00:00
julian
a4bd2ebd1e Turn on nullmodem (nmdm(4)) man page. 2001-07-08 04:36:52 +00:00
julian
ae2d77610d Add a brief manpage (cribbed form pty.4) about the null-modem
driver (nmdm(4)).
2001-07-08 04:35:21 +00:00
dillon
179c7b66e3 Fix type-o's, revamp section on the /tmp softlink, add sections for a
couple more sysctl's, add a section on mount options.
2001-07-07 17:43:20 +00:00
ru
05e503d80a mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). 2001-07-06 16:46:48 +00:00
ru
872bda2e87 mdoc(7) police: minor formatting/spelling fixes. 2001-07-06 09:21:56 +00:00
ru
15d58184c1 mdoc(7) police: minor formatting fixes. 2001-07-06 09:20:19 +00:00
ru
d3a61c6f84 mdoc(7) police: minor markup fixes. 2001-07-06 08:34:13 +00:00
ru
218073af41 mdoc(7) police: fixed formatting. 2001-07-06 08:23:10 +00:00
ru
5ccfe3c88c mdoc(7) police: formatting fixes. 2001-07-06 08:10:59 +00:00
des
7e712a31e7 Constify the format string.
Submitted by:	Mike Barcroft <mike@q9media.com>
Forgotten by:	des
2001-07-05 22:34:11 +00:00
ru
35743bd62a mdoc(7) police: fixed markup and spelling. 2001-07-05 11:45:37 +00:00
dd
62d663b9b9 mdoc(7) police: sort xrefs. 2001-07-04 22:55:29 +00:00
ru
0b02866005 mdoc(7) police: mark type with .Vt, sort xrefs. 2001-07-04 15:37:13 +00:00
ru
40f8484e05 mdoc(7) police: cosmetics. 2001-07-04 15:32:44 +00:00
ru
fc79b3c264 mdoc(7) police: fixed markup. 2001-07-04 15:19:52 +00:00
ru
dc981de490 mdoc(7) police: fixed markup in rev. 1.26. 2001-07-04 15:02:31 +00:00
ru
a09568209a mdoc(7) police: simplify the fix in rev. 1.25. 2001-07-04 14:54:38 +00:00
ru
20250ab3bd mdoc(7) police: sort xrefs. 2001-07-04 14:52:23 +00:00
ru
eb73d194be mdoc(7) police: fixed markup and some typos. 2001-07-04 14:38:54 +00:00
dd
f49ebdb7ae mdoc(7) police: fix spacing issues. 2001-07-03 21:20:06 +00:00
joerg
19461a1e25 Don't give a bad example by starting a struct tag name with an
underscore.  Names starting with an underscore are reserved.
2001-07-03 16:22:42 +00:00
eivind
11248e9911 Use correct paths to postfix the way we install it 2001-07-03 14:16:45 +00:00
iwasaki
8649f63ce3 Add Transmeta Crusoe LongRun support.
Submitted by:	Tamotsu HATTORI <athlete@kta.att.ne.jp>
Reviewed by:	arch@ folks
MFC after:	1 week
2001-07-03 10:03:24 +00:00
msmith
19c9fe50de Add a manpage for the acpi super-device. This is still fairly brief, and
will need to be fleshed out as the system's design solidifies.
2001-07-03 07:45:04 +00:00
brooks
ed84560ca7 Document network device cloning ioctls.
Reviewed by:	ru, ume
MFC after:	1 week
2001-07-02 20:50:37 +00:00
nik
1c78aa35e7 /dist is a mount point used by sysinstall(8), not an extraction directory. 2001-06-30 14:56:44 +00:00
jhb
0ad072d2df Add a new manpage to document the CTRx macros used when adding new KTR
tracepoints to kernel code.
2001-06-28 07:20:05 +00:00
jhb
0740013cab Use the .Bsx macro instead of .Tn BSD/OS. 2001-06-28 07:16:04 +00:00
ume
3abcb6040a clarify problem with inbound AH.
spdadd A B -P in ipsec esp/tunnel/C-D/use ah/tunnel/C-D/require;
does not work due to 1-bit validation bit we are using with inbound
policy checking.

Submitted by:	itojun
Obtained from:	KAME
MFC after:	1 week
2001-06-27 19:41:20 +00:00
gshapiro
b2bba7ca2a Typo fix: requires -> reacquires
Submitted by:	Murray S. Kucherawy <msk@sendmail.com>
MFC after:	3 days
2001-06-27 06:01:17 +00:00
nik
5f33e80da4 "host name and user" -> "host and user name"
Submitted by:	Rich Morin <rdm@cfcl.com>
2001-06-26 14:04:28 +00:00
nik
91eaf02ab8 Document dist/, cdrom/, compat/, and /usr/compat/, fix a couple of
{typ,think}os.

Submitted by:	Rich Morin <rdm@cfcl.com>
2001-06-26 14:03:11 +00:00
onoe
855c54a96c Add awi.4 2001-06-26 13:27:47 +00:00
onoe
663b9bea64 Delete the note from BUGS: "Doesn't support WEP".
minor updates from NetBSD.
2001-06-26 13:26:16 +00:00