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
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
15d58184c1
mdoc(7) police: minor formatting fixes.
2001-07-06 09:20:19 +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
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
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
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
dd
945fa79a4a
mdoc(7) police: use the Fn macro where appropriate.
2001-06-24 01:38:20 +00:00
dd
04d1b1c8dd
Remove duplicate words.
2001-06-24 01:34:38 +00:00
dd
6e42c65278
Correct a typo.
2001-06-24 01:30:38 +00:00
dd
e4094cb6c3
Correct getopt usage and a syntax error (period used instead of a semicolon).
2001-06-18 20:36:06 +00:00
rwatson
62319ab557
o The VOP_RDWR man page neglected to mention (at least) two error modes
...
possible when writing:
[EFBIG] An attempt was made to write a file that exceeds
the process's file size limit or the maximum file
size.
[EPERM] An append-only flag is set on the file, but the
caller is attempting to write before the current
end of file.
2001-06-15 16:12:41 +00:00
des
86b7e548ab
Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
...
ignore NUL bytes in the source string.
2001-06-11 17:05:52 +00:00
des
23c38e4e7c
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
...
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.
2001-06-10 15:48:04 +00:00
ru
e7a85be33f
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
dd
ec69eb884c
Link make_dev.9 to make_dev_alias.9 and depends_dev.9.
2001-05-29 04:17:36 +00:00
dd
4f8e07138f
Document depends_dev.
...
Reviewed by: phk
2001-05-29 04:14:33 +00:00
dd
6fd4ea8be9
Remove obsolete DEVFS manual pages. The routines they describe don't
...
exist in the new (phk's) DEVFS.
Approved by: phk
2001-05-28 20:27:23 +00:00
olgeni
7ea800eaa8
Fix typo: "an socket" -> "a socket".
...
Place period at the end of AUTHORS section.
MFC after: 1 week
2001-05-27 22:17:46 +00:00
obrien
9dc1e5fad0
Back out rev 1.50. VCS was correct -- it is Version Control System.
2001-05-17 02:05:36 +00:00
dougb
739f8043e7
Minor typos
2001-05-17 01:36:01 +00:00
dd
93e0a8e2cd
Fix a typo (pasto?).
2001-05-09 05:03:35 +00:00
horikawa
9825ae0a27
Fix typos.
...
o replace `of possible' with `if possible'
o VOP_SETACL(9) is modified to say about `ACL' instead of `extended
attributed'
o EOPNOTSUPP of VOP_SETEXTATTR(9) is modified to say about
VOP_SETEXTATTR(9) instead of VOP_GETEXTATTR(9)
Reviewed by: Robert Watson <rwatson@FreeBSD.org>,
Chris Costello <chris@calldei.com>
2001-05-07 22:15:18 +00:00
ru
3426882dda
A bit of markup and spelling fixes.
2001-05-07 12:48:38 +00:00
dd
be7e13cb78
s/mtx_try_enter/mtx_trylock/
2001-05-06 22:04:17 +00:00
dd
4ac9ed2901
Add printf.9, and add links to tprintf.9 and uprintf.9.
2001-05-05 00:25:39 +00:00
dd
da25a9b0b7
A manual page for the printf(), uprintf(), and tprintf() kernel functions.
...
Submitted by: Andrew R. Reiter <arr@watson.org>
Reviewed by: jhb
2001-05-04 23:25:58 +00:00
schweikh
2583bfdb34
Fixed typos: dependant -> dependent
2001-05-01 14:10:12 +00:00
alex
eb13c62351
Improve description of "new_sysent".
2001-04-28 13:19:20 +00:00
alex
2e63ceabba
Add SYSCALL_MODULE.9, a manpage for the SYSCALL_MODULE wrapper macro
...
for syscall klds.
Some text of this manpage is based on the comments in the example
syscall module written by Assar Westerlund.
Reviewed by: ru
2001-04-28 13:18:40 +00:00
obrien
c5e2a143fd
Reduce the number of $FreeBSD$'s from 3 to 2. I believe both remaining
...
are needed for proper examples.
2001-04-25 20:58:28 +00:00
ru
358c78ac21
mdoc(7) police: update HISTORY section.
...
This interface is not available in 4.3-RELEASE.
2001-04-23 15:22:50 +00:00
obrien
95ccde8ac8
Address $FreeBSD$ and `rcsid'.
2001-04-22 02:32:42 +00:00
obrien
a3d3df36dd
Fix prototype wrap example and note how to wrap ANSI-style function
...
definitions.
2001-04-22 02:00:39 +00:00
ru
2d1b95a96f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
ru
dca2cb11d9
mdoc(7) police: use .Fx.
2001-04-18 13:39:57 +00:00
ru
03fd77f5a8
mdoc(7) police: uppercase document title.
2001-04-18 08:25:26 +00:00
dd
02c02ffeef
Grammar police: "its", not "it's", is the possessive form of "it".
2001-04-15 19:53:47 +00:00
alfred
b9bfbc7bfa
note that VOP_STRATEGY may block.
...
Learned from: vm/swap_pager.c comment above swap_pager_putpages()
2001-04-15 12:04:05 +00:00