cvs commit: src/share/man/man9 Makefile sysctl.9 sysctl_add_oid.9
sysctl_ctx_init.9
Robert Watson
rwatson at FreeBSD.org
Fri Apr 28 10:45:29 UTC 2006
rwatson 2006-04-28 10:45:27 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile sysctl_add_oid.9
sysctl_ctx_init.9
Added files:
share/man/man9 sysctl.9
Log:
Add a basic man page for the sysctl(9) macro interfaces. Previously man
pages existed only for the dynamic sysctl interfaces. There's probably
more complete and accurate content, better advice, etc, that could be added
here.
Per scottl's suggest, add a small piece of moralizing text regarding the
fact that sysctl names quickly get embedded in system configuration files,
libraries, third party applications, and even books, so renaming and
removing names after they've been published is a tricky issue.
MFC after: 1 month
Revision Changes Path
1.274 +1 -0 src/share/man/man9/Makefile
1.1 +343 -0 src/share/man/man9/sysctl.9 (new)
1.21 +1 -0 src/share/man/man9/sysctl_add_oid.9
1.13 +1 -0 src/share/man/man9/sysctl_ctx_init.9
More information about the cvs-src
mailing list