maxim
08e0e5241f
Make flags in usage() and SYNOPSYS more style(9)-ish.
...
Suggested by: brian
MFC after: 3 days
2010-08-30 07:29:27 +00:00
maxim
9efd56660c
o Add -q flag to usage().
...
MFC after: 1 week
2010-07-13 04:13:31 +00:00
maxim
cd0eb26f92
o Add -q flag to the synopsis.
...
PR: docs/148535
Submitted by: Warren Block
MFC after: 1 week
2010-07-13 04:11:25 +00:00
ed
ebbfa5188a
Raise WARNS for various tools where possible.
...
Submitted by: Marius Nünnerich <marius@nuenneri.ch>
2010-01-17 21:56:27 +00:00
delphij
cd013e5e1e
Add a note about the implication of secure level setting against kldload,
...
and cross reference security(7).
2009-06-23 23:56:56 +00:00
benno
91b6b46b2c
Bump document date.
...
Pointed out by: trhodes
2009-06-05 03:06:24 +00:00
benno
28587fcf3e
Perform some checking on the requested list of modules to warn people if they
...
try to load modules by filename out of the current directory where the module
in question may be further up the module path or not in the module path at all.
Also add some text to the man page to help explain what's going on.
Sponsored by: Redacted Consulting
2009-06-04 23:43:08 +00:00
benno
f858e8ac93
style(9) pass prior to further changes.
...
Sponsored by: Redacted Consulting
2009-06-04 23:31:05 +00:00
brueffer
a9a4d856ad
Mark up lkm with .Nm, since lkm is name of an api.
...
Submitted by: ru
2007-02-13 17:06:15 +00:00
brueffer
6b5f1d5d9e
Don't reference lkm(4), it doesn't exist.
...
PR: 108980
Submitted by: Yonatan
2007-02-10 08:44:41 +00:00
trhodes
c33bd784c4
Remove mention of "lomac" as it's been gone for a good while now (at least
...
two years).
2006-10-13 23:59:59 +00:00
ru
4de1ee30af
-mdoc sweep.
2005-11-18 10:36:29 +00:00
keramida
97de855505
Make it clear that the .ko extention of a module to be loaded
...
is optional.
PR: docs/85356
Submitted by: Julien Gabel <jpeg@thilelli.net>
MFC after: 3 days
2005-08-27 22:25:51 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
obrien
19105c8312
Use __FBSDID() to quiet GCC 3.3 warnings.
2003-05-03 18:41:59 +00:00
johan
e567096f00
These are WARNS=5 clean, mark them as such to keep them that way.
...
Look at by: sebastian.ssmoller@web.de on audit@
2003-04-23 20:22:33 +00:00
ru
4972c7efeb
Add an xref to kldconfig(8).
2003-03-03 22:48:06 +00:00
jmallett
badf9d5c6c
Update documentation for kldload(8)'s ability to load multiple modules.
...
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
2002-10-09 06:46:54 +00:00
jmallett
b4ee6ee142
Make it possible to kldload(8) many modules.
...
MFC after: 2 months
Sponsored by: Bright Path Solutions
Reviewed by: tjr
2002-10-08 09:57:03 +00:00
charnier
a2accd01f0
The .Nm utility
2002-07-06 19:34:18 +00:00
keramida
366cc96db9
Add 'utility' in a place that it was missing.
...
PR: docs/38814
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 10 days
2002-06-05 23:39:56 +00:00
ru
08ef1ae401
mdoc(7) police: tidy up previous delta.
2002-01-09 15:22:30 +00:00
silby
4ea11132b8
Add comments on where to look if you wish to auto-load
...
modules at boot time.
MFC after: 1 day
2001-12-16 05:14:17 +00:00
obrien
9baf2f1b03
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
dd
0f445ae1d8
Set WARNS=2 on programs which compile cleanly.
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-07-15 10:30:46 +00:00
ru
7cef49ff86
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 11:04:34 +00:00
ru
6bcc9240c5
mdoc(7) police: minor markup tweaks.
2001-07-10 09:37:53 +00:00
dd
5f1d2a6542
Spelling police: extention -> extension.
2001-07-05 08:51:08 +00:00
yar
f746f531a5
Fix a typo: "must be have" -> "must have"
...
MFC after: 5 days
2001-07-03 15:02:36 +00:00
dd
ef9ae51ffe
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 23:04:23 +00:00
ru
52a9144c8b
Removed -I${.CURDIR}/.../sys from CFLAGS.
2001-05-18 13:41:42 +00:00
ru
86642a4ab4
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
ru
56b5d7535b
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
ru
7fe8bd2b88
Prepare for mdoc(7)NG.
2000-12-18 15:16:24 +00:00
ru
ea31070695
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
ache
40f5841736
/modules -> /boot/kernel
2000-09-06 15:55:31 +00:00
chris
daa0ce629e
Add cross-references to respective syscalls.
1999-09-03 16:40:24 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
obrien
e57e639344
Fill-in the manpages a little.
1998-11-12 11:10:26 +00:00
charnier
eab4934e11
remoce unused #include.
1998-07-06 06:58:32 +00:00
charnier
8e69ba3343
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-19 07:46:04 +00:00
charnier
ab4d8c6e9c
Add -v in usage string. Add rcsid.
1998-01-05 07:07:44 +00:00
jmg
e38809b8d9
use += on cflags
...
Submitted-by: Steve Price <sprice@hiwaay.net>
1997-10-26 04:58:27 +00:00
jmg
b389f452d8
a few code style changes:
...
o start function names in column 1
o sort order of flags in getopt and switch
o don't try to reference progname
o unspam some changes introduced by a 2.2.1-R build box instead of a
-current build box
doc changes:
o document when these commands first appeared
o put email address in angle brakets
o minor mdoc clean up
1997-10-21 09:59:26 +00:00
jmg
075da1dbb9
activate the programs that will be used to manipulate kld modules
...
fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars
these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)
1997-10-19 11:15:45 +00:00
dfr
6a933805fd
Add utilities for the kernel linker.
1997-05-07 18:19:54 +00:00