hmp
73bedef574
Remove a bogus NOTES section. Move that content elsewhere.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:54:20 +00:00
ru
a439fcb261
mdoc(7) police:
...
- logically sort the SYNOPSIS section
- add missing markup bits
- "brackets" -> "parentheses"
2002-01-10 09:20:07 +00:00
davidc
6b067561b6
Update function definitions and required include files to reflect
...
the current state of the system.
Approved by: alfred
2001-12-26 23:14:04 +00:00
schweikh
511e378b14
Removed whitespace at end-of-line; no content changes. I simply did
...
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
2001-07-14 19:41:16 +00:00
bde
85a17b7337
Abuse .Fn for macros better (don't hand-format the parameter string by
...
quoting it all and adding commas).
Don't say that the expression in KASSERT() is an int. It is a collection
of tokens forming a C expression that can be compared with 0.
2000-05-11 16:54:52 +00:00
mpp
5c61b43d27
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:49:46 +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
jmb
395ce19794
Document the KASSERT() macro.
2000-01-14 21:41:09 +00:00