green
9738fe7145
Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/.
2000-04-21 01:19:53 +00:00
green
9299befccf
s/of possible/if possible/
2000-04-21 01:14:33 +00:00
chris
4d657494f0
Add a .Pp between the forklist_fn typedef and the at_fork prototype.
2000-04-19 02:43:04 +00:00
chris
156a0f183a
Replace a literal vertical space with a .Pp macro.
2000-04-19 02:42:11 +00:00
chris
d985994730
Fill in a missing word (`it').
2000-04-19 02:32:41 +00:00
dfr
8031b933e7
Use the existing Fx macros for rendering "FreeBSD ver".
...
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-04-10 08:21:16 +00:00
dfr
2d18287eb4
Add manpage for kernel object system.
2000-04-08 13:24:40 +00:00
chris
1289a633c8
- Add HPFS and NWFS vnode tags.
...
- Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101,
1.102.
Reviewed by: alfred
2000-04-02 23:53:57 +00:00
asmodai
e6ca4d95a0
Add and install BUS_SETUP_INTR.9.
...
This effectively replaces BUS_CREATE_INTR.9 and BUS_CONNECT_INTR.9.
Reviewed by: n_hibma
2000-04-02 12:00:52 +00:00
asmodai
11f5dbf689
Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().
...
These got replaced by BUS_SETUP_INTR().
This once again illustrates an API change without informing -doc, so
that these sort post cleanup actions could've been avoided.
And then people wonder why the docs suck so much at times.
Reviewed by: peter
2000-04-02 09:25:15 +00:00
asmodai
69beb5834b
Remove spurious .Fc which caused this manpage to be closed
...
prematurely.
2000-04-01 20:31:07 +00:00
mpp
5c61b43d27
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:49:46 +00:00
bde
a0e94fcb09
Fixed bitrot in synopsis (the third arg of vsunlock went away).
2000-03-23 14:33:14 +00:00
asmodai
09344fa4cd
Remove trailing comma.
2000-03-21 17:34:56 +00:00
asmodai
9ac7e48ff7
As bde was kind to point out:
...
"Man pages shouldn't refer to higher level interfaces
built using the interfaces in the man pages."
Submitted by: bde
2000-03-21 16:38:19 +00:00
asmodai
0cdc6910f4
Fix lameness I introduced by typing the Xr as a filename, sigh.
2000-03-21 13:46:57 +00:00
asmodai
da862b0d61
Fix EXAMPLE -> EXAMPLES.
...
Add Xr's for SPLASSERT and CONDSPLASSERT.
2000-03-21 13:21:36 +00:00
asmodai
103cdcbbac
Assorted bag o' fixes:
...
fix Jonathan's name, fix copyright date, man -> manual,
add const before char *msg, add email address.
2000-03-21 13:18:40 +00:00
bde
f14ba97315
Actually install KASSERT.9.
2000-03-20 20:23:43 +00:00
green
90aaf29e78
Both:
...
Get rid of the "char *" before level which made no sense. Change
"char *msg" to the properly const-unpoisoned one.
Just SPLASSERT.9:
Add an Xref to CONDSPLASSERT(9). Change the function name "rtredirect"
to the correct "rtalloc".
2000-03-20 14:44:42 +00:00
asmodai
806a033cc3
Fix some mdoc nits.
...
.Fd - > .Cd
EXAMPLE - > EXAMPLES
man page -> manual page
Submitted by: large part by sheldonh
2000-03-20 12:29:59 +00:00
asmodai
a7618b52e0
Fix typo.
2000-03-19 16:52:59 +00:00
asmodai
c85887e8e1
Trim trailing whitespace.
2000-03-19 15:55:38 +00:00
asmodai
3e0529de45
Document the sysctl knob for setting the severity of the SPLASSERT
...
macros.
Reviewed by: ps
2000-03-19 15:47:33 +00:00
asmodai
7a6ba84531
Spell Jonathan's name correctly in the copyright. Which is funny,
...
considering the fact he wrote it himself. =)
Also add his email address in the AUTHORS section.
2000-03-19 14:46:56 +00:00
asmodai
322355cc5f
Add the manpage for CONDSPLASSERT().
...
This was based upon the manpage written by jmb for SPLASSERT().
2000-03-19 14:43:03 +00:00
asmodai
b6fdd2ec86
After about two months I am the first to notice that SPLASERT.9 never
...
got installed.
Also, correct the copyright to a more realistic date (1996->2000).
Fix some wordings and omissions.
2000-03-18 21:51:16 +00:00
chris
70a58ec38a
Be consistent with struct vattr' naming. Half of this manual used
vpp'
...
while the other half used `vap', and in one case resulted in code that
made no sense. Replaced all of them with `vap'.
(Typically, `vpp' is a pointer to a pointer to a struct vnode anyway).
2000-03-16 22:40:38 +00:00
sheldonh
88dd9b4faa
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-03 14:05:08 +00:00
sheldonh
244b8ead7d
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
jasone
ecd1c9e027
Fix a typo (simple --> simply).
2000-02-16 22:45:51 +00:00
rwatson
1d708306f5
Fix man page structures/constants to match recent changes in acl.h
...
Fix a few more namespace messes and whitespace curiosities in acl.h
Fix comments in acl.h
Clean up some function prototypes from acl.h that won't be committed
before the code freeze.
Some of this kindly pointed out by: the ever patient bde
2000-01-28 15:22:51 +00:00
jmb
d2c03ae081
Add SPLASSERT.9 man page. SPLASSERT() commit to follow immediately.
...
Approved by: jkh
2000-01-16 02:08:37 +00:00
peter
c90d56682c
Don't mix up KNF and style(9). This isn't KNF, it's a derivative of it.
2000-01-15 16:34:07 +00:00
jmb
395ce19794
Document the KASSERT() macro.
2000-01-14 21:41:09 +00:00
phantom
c9f8dc6252
Add new manpages for:
...
microtime(9)
nanotime(9)
getmicrotime(9)
getnanotime(9)
microuptime(9)
nanouptime(9)
getmicrouptime(9)
getnanouptime(9)
tvtohz(9)
Based on PR: docs/15889
Submitted by: Kelly Yancey <kbyanc@posi.net>
2000-01-07 12:42:59 +00:00
phantom
a422f05417
Place #include's and $NetBSD$ tag to appropriate places.
2000-01-07 12:14:55 +00:00
rwatson
e112622878
Man pages for the VFS extended attribute and access control list vnops.
...
Reviewed by: eivind
2000-01-05 04:59:02 +00:00
bde
69a3e4e3c7
Fixed some bugs (one serious one: timeouts were claimed to be executed at
...
spl0) and some bitrot (the not-so-new callout_init/stop/reset functions
were not mentioned; the callout_activate/deactivate/pending macros are
still not mentioned).
Submitted by: mostly by jlemon
1999-12-27 16:22:20 +00:00
bde
bd797bef33
Fixed bitrot in synopsis. The prototype for panic() was moved to
...
<sys/param.h>, but the #includes weren't adjusted here.
1999-12-23 17:42:10 +00:00
bde
c7f1fcb7e2
Fixed wrong function types (the device_add_child() family returns a
...
device_t, not an int).
1999-12-23 17:39:45 +00:00
bde
6e69b44b9d
Removed unused include of <sys/buf.h> from synopsis. This include is
...
needed to access the internals of buffers but not necessarily to use
the VOP. <sys/buf.h> recently grew a bogus dependency on <sys/systm.h>
for the declaration of spl*, and I prefer to fix the synopsis breakage
by removing a wart instead of adding one.
1999-12-23 17:35:48 +00:00
bde
b0dfc986d0
Fixed bitrot in synopsis. The prototype for VOP_ISLOCKED() changed
...
recently, except of course in the documentation. Other parts of this
man page are several years out of date.
1999-12-23 17:28:46 +00:00
bde
3433c755de
Fixed missing #includes in synopsis.
1999-12-23 17:24:40 +00:00
bde
49e08120f6
Fixed bitrot in synopsis. Important interface changes hadn't reached here.
1999-12-23 17:22:58 +00:00
bde
5eb92e1444
"Fixed" assorted bitrot. remove_dev() was renamed to destroy_dev().
...
VOP_ABORTOP() went away. at_shutdown() was replaced by undocumented
event handling. Rename remove_dev() here too, and remove the dead
and dead wrong man pages.
1999-12-23 17:16:32 +00:00
eivind
cf78a64fe5
Correct the documentation of LOCKPARENT - it does not reliably result in the
...
parent being locked, but rather plays some hide and seek (does not lock if
dvp == vp).
Also add a BUGS section noting that this is undesired behaviour.
1999-12-18 20:50:48 +00:00
eivind
77984c7ce5
Document NDFREE w/flags, and fix up the description of NOFOLLOW.
1999-12-16 23:20:11 +00:00
obrien
92744e1fac
* State in words that "#define^IMACRO" is proper, as it is hard to tell
...
from the example.
* Embelish the usage() example to show how uppercase options are sorted.
Taken from previous bdelinting.
1999-12-16 10:02:20 +00:00
alfred
8a21e37554
explain that ioflags can be used to give read-ahead hints to the underlying
...
filesystem.
1999-12-13 02:28:53 +00:00