1) Add the sysctl(9) manual page from FreeBSD with the following
authorSascha Wildner <swildner@dragonflybsd.org>
Thu, 22 Jun 2006 20:10:54 +0000 (20:10 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Thu, 22 Jun 2006 20:10:54 +0000 (20:10 +0000)
commit59308cc9ee66507c9cbb4ad1418c5f4b3cf04a96
treeafb849b03eb7efc350e076012295077adb333b11
parente036ef5f59ac84fe996335538781beb299b2e858
1) Add the sysctl(9) manual page from FreeBSD with the following
   changes:

   * Add documentation for SYSCTL_QUAD, SYSCTL_UQUAD, CTLTYPE_UQUAD,
     CTLFLAG_NOLOCK and lwkt (name space).

   * Remove documentation for CTLFLAG_TUN, CTLFLAG_RDTUN, regression
     (name space) and security (name space).

   * Adjust examples a bit.

2) Add SYSCTL_ADD_{QUAD,UQUAD} to the sysctl_add_oid(9) manual page.

3) Add MLINKS for all functions/macros.
share/man/man9/Makefile
share/man/man9/sysctl.9 [new file with mode: 0644]
share/man/man9/sysctl_add_oid.9