Commit Graph

13348 Commits

Author SHA1 Message Date
wiz 0a6486633f Sort sections. 2011-04-04 07:17:08 +00:00
jym e3ac71de45 Update xvif(4). Interface name changed from xvifX.Y to xvifX-Y. 2011-04-03 23:44:46 +00:00
njoly fb7cdbe06b Fix prologue macros order. 2011-04-01 13:54:00 +00:00
jruoho 3252ed3efa Continue the previous. Namely, separate FILES and EXAMPLES -sections. 2011-04-01 10:32:37 +00:00
wiz 8f79b0c789 Remove trailing whitespace, fix some xrefs, improve markup. 2011-04-01 08:48:41 +00:00
jruoho f99aa51290 Remove references to UUCP. 2011-04-01 06:51:54 +00:00
jruoho 9d0b321d43 Xref MAKEDEV(8). 2011-04-01 06:03:06 +00:00
jruoho 182bf29856 Add example. 2011-04-01 05:24:37 +00:00
sjg 3a7555cc69 A man page for filemon(4) 2011-04-01 00:07:34 +00:00
jruoho bb2c5893fc Remove a duplicate word, .Fn for functions, .Vt. 2011-03-30 21:40:01 +00:00
jruoho 793b141fd9 Xref cdefs(3). 2011-03-30 15:37:15 +00:00
jruoho a5f9dd4f2b Add some random, but decent enough, reading material to SEE ALSO. 2011-03-30 11:41:48 +00:00
jruoho a08955ebd9 Xref paths(3). 2011-03-30 10:08:02 +00:00
jruoho 2fefc9365f Briefly document <paths.h>. 2011-03-30 10:06:58 +00:00
ahoka 1a7f8f91f0 Fix manpage wrt reversed compare functions. 2011-03-28 13:46:14 +00:00
wiz 93cb656370 Add RCS Id. 2011-03-27 22:47:40 +00:00
plunky bbe1bca01a if not including <bsd.prog.mk> then we need to clean up our own mess 2011-03-27 14:22:02 +00:00
njoly 6f990206b3 Adjust for mr(4) man page removal, switch to gtp(4) instead. 2011-03-27 12:45:28 +00:00
fair f12a56fcad The mr(4) driver was replaced by gtp(4) in 2002, but the documentation
did not follow; fix PR kern/40070
2011-03-27 00:08:07 +00:00
dholland d9bba496aa +DDL, DF, PCM, SA, VCS; fix IDPS 2011-03-26 12:40:07 +00:00
dholland 77ef35289c +LP, RA, RR, TA, VCR 2011-03-26 12:39:16 +00:00
bouyer d9210c2405 Add a new libquota library, which contains some blocks to build and/or
parse quota plists; as well as a getfsquota() function to retrieve quotas
for a single id from a single filesystem (whatever filesystem this is:
a local quota-enabled fs or NFS). This is build on functions getufsquota()
(for local filesystems with UFS-like quotas) and getnfsquota();
which are also available to userland programs.
move functions from quota2_subr.c to libquota or libprop as appropriate,
and ajust in-tree quota tools.
move some declarations from kernel headers to either sys/quota.h or
quota/quota.h as appropriate. ufs/ufs/quota.h still installed because
it's needed by other installed ufs headers.
ufs/ufs/quota1.h still installed as a quick&dirty way to get a code
using the old quotactl() to compile (just include ufs/ufs/quota1.h instead of
ufs/ufs/quota.h - old code won't compile without this change and this is
on purpose).
Discussed on tech-kern@ and tech-net@ (long thread, but not much about
libquota itself ...)
2011-03-24 17:05:39 +00:00
ginsbach c37993815d +SCADA (supervisory control and data acquisition) 2011-03-24 17:00:31 +00:00
njoly ae22920be5 Regen to catch up divers changes. 2011-03-22 22:17:44 +00:00
njoly 9c24a94932 Add missing quotes. 2011-03-21 17:09:09 +00:00
jruoho 214b65a53f Now that this is a generic page, clarify the AUTHORS section a little. 2011-03-20 13:07:38 +00:00
wiz 523ab18712 Remove duplicate word. 2011-03-19 08:42:41 +00:00
jruoho e845edb12c Add missing period. 2011-03-19 05:18:36 +00:00
jruoho 1194e4acc3 Briefly document __predict_true() and __predict_false(). 2011-03-19 04:59:43 +00:00
jruoho bf02b615d6 Note also tests(7). 2011-03-18 22:24:57 +00:00
jruoho 2d03f41467 Fix xref; security(8) -> security(7). 2011-03-18 22:19:31 +00:00
jruoho cc518b13cc Remove ENHANCED_SPEEDSTEP, EST_FREQ_USERWRITE, INTEL_ONDEMAND_CLOCKMOD,
POWERNOW_K7, POWERNOW_K8, and VIA_PADLOCK.
2011-03-18 22:16:25 +00:00
jruoho 0322b31dcf Add some datasheets to SEE ALSO. 2011-03-18 21:17:17 +00:00
jruoho d466b2f980 Fix xref; security(8) -> security(7). 2011-03-18 16:21:46 +00:00
jruoho 0ad14641dc Fix xref; security(8) -> security(7). 2011-03-18 16:20:12 +00:00
jruoho 5fe4360942 Fix xref; security(8) -> security(7). 2011-03-18 16:18:45 +00:00
jruoho 384721eebe Remove xref to nonexistent option(4). 2011-03-18 16:14:49 +00:00
jruoho bbf5008a45 Note the previous also in the lead paragraph. 2011-03-18 16:12:26 +00:00
jruoho 40e6b55766 Note the 'fetch_pkg_vulnerabilities=YES' also here. In lack of a proper
name, put this under "administrative security".
2011-03-18 16:11:13 +00:00
jruoho ffb49bc1b1 Use .Ss for non-standard subtitles. 2011-03-18 15:32:26 +00:00
jruoho f6eafc1d10 Move security(8) to the section 7. Discussed on source-changes a while back.
Should address PR # 35718 at least partially.
2011-03-18 15:21:56 +00:00
jruoho 97cb123ac6 Add the specification to the SEE ALSO. 2011-03-18 08:26:19 +00:00
jruoho f016791f4e Remove boiler plate paragraph in the CODE REFERENCES section. 2011-03-17 17:53:02 +00:00
jruoho 231352d485 Remove the bulk "this section describes places within [...]" -paragraph. 2011-03-17 10:02:54 +00:00
riz 3b1468abed Add the SMC SMCWUSB-N2 to the list of adapters known to work. 2011-03-16 01:47:19 +00:00
martin 64484e6359 German uses dot as thousands separator 2011-03-15 15:30:52 +00:00
jruoho f5d26066d3 Tidy up the SEE ALSO section. Namely, do not duplicate a big list of xrefs
that are already used in the body of the text.
2011-03-13 05:03:21 +00:00
jruoho 95da22c83f Xref tsc(9). 2011-03-13 04:58:55 +00:00
jruoho 66853c1034 Xref hpet(4) and hz(9). 2011-03-13 04:57:21 +00:00
wiz d377a246ac Fix typos. 2011-03-12 13:25:41 +00:00