davidc
e093240cb6
Fix typo and change Fn to Xr.
2002-04-05 08:05:11 +00:00
arr
85f5ae7a3b
- Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the
...
recent additions of these macros.
- Add in a MLINK to create SX_SYSINIT.9 and MTX_SYSINIT.9.
2002-04-02 17:21:00 +00:00
jhb
768e95c4a8
- Update to new suser() API.
...
- Spell privilege properly.
- Grammar nits.
2002-04-02 16:41:11 +00:00
dd
f868de5160
mdoc(7) police: remove whitespace at EOL.
2002-03-28 12:57:48 +00:00
dd
8edb7b74a0
Add mtx_pool(9) to the SEE ALSO section.
...
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-28 12:51:06 +00:00
dd
7aefbc2d8c
Add a manual page for the mtx_pool_* routines.
...
PR: 36350
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Reviewed by: dillon
2002-03-28 12:50:17 +00:00
obrien
9df0f53dd9
'char *' can be a large entity now (on 64-bit platforms). Thus move it up
...
to make the example match the text requirements.
2002-03-24 17:02:16 +00:00
davidc
92f87e9176
Fixed bad wording/spelling in few paragraphs.
2002-03-24 00:31:38 +00:00
ru
d9a2dd6fcd
mdoc(7) police: tidy up.
2002-03-18 16:52:32 +00:00
ru
e75296ea44
mdoc(7) police: tidy up.
2002-03-18 16:40:07 +00:00
ru
7aa5856f5a
mdoc(7) police: pedantry.
2002-03-18 11:08:53 +00:00
ru
061a25b937
mdoc(7) police: markup nit.
2002-03-18 11:03:57 +00:00
ru
7a8f8f73b9
mdoc(7) police: tidy up.
2002-03-18 10:59:58 +00:00
ru
e558020c07
mdoc(7) police: fixed some wording, kill whitespace at EOL.
2002-03-18 10:52:09 +00:00
ru
22b01e0e54
mdoc(7) police: macroize UNIX.
2002-03-18 10:43:49 +00:00
schweikh
1bbb763dca
Typo: s/dependant/dependent/
...
MFC after: 3 days
2002-03-16 18:12:49 +00:00
schweikh
bb7910a6ff
Typo: s/conjuction/conjunction/
2002-03-16 18:10:40 +00:00
schweikh
c30871e635
Plural bogon: s/childs/children/
...
MFC after: 3 days
2002-03-16 18:07:07 +00:00
schweikh
89db6a9ed4
Typo; s/Filesytems/Filesystems/
...
MFC after: 3 days
2002-03-16 17:26:07 +00:00
ru
25566444ff
mdoc(7) police: Kill the (now extraneous) empty line. Previously,
...
.Bd erroneously defaulted to -compact mode in the SYNOPSIS section.
2002-03-15 12:04:49 +00:00
rwatson
4d486ee7b2
NAI DBA update.
2002-03-14 21:58:58 +00:00
schweikh
af21edb315
Grammar bogon: s/structure a route/structure of a route/
...
MFC after: 3 days
2002-03-14 18:43:09 +00:00
archie
4ff8306186
Add realloc() and reallocf(), and make free(NULL, ...) acceptable.
...
Reviewed by: alfred
2002-03-13 01:42:33 +00:00
mike
95a814930f
Create a manual to document the new kernel byte order conversion
...
functions.
Reviewed by: tmm
2002-03-06 01:53:35 +00:00
dd
0b0f95c996
Document cru2x().
2002-03-03 03:27:28 +00:00
markm
23d1651a46
Fix required includes in accordance with recent source fixes.
...
Submitted by: bde
2002-03-01 18:43:15 +00:00
davidc
8d09402323
Note the the process group is returned locked.
2002-02-28 07:06:31 +00:00
imp
717a71dbad
The do { } while (0) macro example was missing a space after the 'e'.
2002-02-27 23:16:34 +00:00
rwatson
083d6205a4
Language clarification: s/an or/a/
2002-02-18 00:21:05 +00:00
dd
b7924cd5f6
The routine is dev_depends(); consistently spell it that way.
...
PR: 34047
Submitted by: Maxime Henrion <mux@sneakerz.org>
Pointy hat to: dd
2002-02-11 01:21:29 +00:00
rwatson
2ed6038a0d
Reinforce locking requirement for VOP_REVOKE: the lock must not be held.
...
Discussed with: phk
2002-02-10 20:48:22 +00:00
rwatson
223f1b85f2
Revert 1.14: VOP_GETATTR() really does require a vnode lock.
...
Confirmed by: mckusick
2002-02-10 19:28:34 +00:00
green
498f9c3a6e
Correct copyright.
2002-02-07 19:07:36 +00:00
markm
2dc342bfcc
Document entropy device bits.
2002-02-06 21:38:20 +00:00
joe
39b59a2a20
Update the physio man page to better reflect reality.
...
PR: docs/30603
Reviewed by: phk
MFC after: 3 days
2002-02-05 21:32:57 +00:00
green
9eaa74ab48
Add a manpage for VOP_REVOKE(9).
...
Sponsored by: DARPA, NAI Labs
2002-02-05 16:08:49 +00:00
green
3817bdcf3d
Document that VOP_GETATTR(9) does not actually expect to hold an
...
exclusive lock on entry.
Sponsored by: DARPA, NAI Labs
2002-02-05 15:26:28 +00:00
imp
821a3b87a6
Note new status of __P. Don't use it.
...
Reviewed by: arch@, mckusick (in principle)
2002-02-01 01:26:24 +00:00
obrien
c8e982cc6f
There is no need to wrap vendor id bits with '#if 0' if they come pre-wrapped.
2002-02-01 01:17:22 +00:00
bde
d705353edb
Modified the rules for vendor ids:
...
- explictly say not to edit infrastructure for vendor ids (not just the
ids).
- say to enclose vendor ids and their infrastucture in ``#if 0'', and
partly explain why.
- don't set a bad example by mangling the Berkeley id infrastructure from
``static char sccsid[] ...'' to ``__RCSID(...)''.
- show a blank line between the vendor id cruft and the FreeeBSD if cruft
in the example.
- relaxed the rule about adding "From: " to say that "From: " is actually
useful if the file has been renamed.
- minor English improvements.
Discussed with: obrien
2002-01-31 13:26:29 +00:00
arr
94fe6c387a
- Spelling fix: "functons" -> "functions".
2002-01-26 21:41:28 +00:00
davidc
988a2bb359
Merged all of the lockmgr functions into a single file (lock.9); as well,
...
some content and layout changes were made.
lock.9 had existed before but was never added to Makefile, so it was
never installed. That is why the duplicate files were created in the
first place.
Reviewed by: ru, alfred
2002-01-26 00:09:41 +00:00
ru
27af5a5a04
mdoc(7) police: removed raw troff from previous delta.
...
Objected to by: mpp, jhb
2002-01-17 15:57:43 +00:00
bde
d84d8c01a5
Fixed missing return type in the prototoype for the hook function.
2002-01-11 13:18:32 +00:00
ru
812ff7ad3b
mdoc(7) police: tidy up the markup.
...
Reviewed by: davidc
2002-01-10 17:47:38 +00:00
ru
a13429442f
mdoc(7) police: tidy up the markup.
2002-01-10 13:09:00 +00:00
ru
04417a8c35
mdoc(7) police: get rid of WEOL and HSB introduced in rev 1.6.
2002-01-10 13:02:55 +00:00
ru
5bafb7523a
mdoc(7) police: finish up the "proc" -> "thread" conversion.
2002-01-10 12:55:36 +00:00
ru
526b201adf
mdoc(7) police: tidy up the previous delta a bit.
2002-01-10 12:53:51 +00:00
ru
2fc48428c2
mdoc(7) police: tidy up the markup.
2002-01-10 12:32:38 +00:00