diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2017-05-04 20:41:11 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2017-05-04 20:41:11 +0000 |
commit | f74e7e35ea905f4964c77fca655a0c03abb88104 (patch) | |
tree | e13d2c5cdaba65a5645c97c8390df939b6a8726d /lib/libc/gen | |
parent | 48992d4e20dd562821eb7d367155b48eecd1287f (diff) |
Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten and
update their descriptions. In sysctl.8 refer to /etc/sysctl.conf in FILES.
discussed with and ok jmc
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 51 |
1 files changed, 28 insertions, 23 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 810d9ea50c1..0ac92a5c079 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.278 2017/04/14 01:23:02 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.279 2017/05/04 20:41:10 tb Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 14 2017 $ +.Dd $Mdocdate: May 4 2017 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -2169,39 +2169,44 @@ is set appropriately. .Sh FILES .Bl -tag -width "uvm/uvmXswapXencrypt.h " -compact .It In sys/sysctl.h -definitions for top level identifiers, second level kernel and hardware -identifiers, and user level identifiers +top level identifiers and second level kernel and hardware +identifiers .It In sys/socket.h -definitions for second level network identifiers +second level network identifiers .It In sys/gmon.h -definitions for third level profiling identifiers -.It In ufs/ffs/ffs_extern.h -definitions for third level virtual file system identifiers -.Pq ffs -.It In nfs/nfs.h -definitions for third level virtual file system identifiers -.Pq nfs +third level profiling identifiers .It In uvm/uvm_param.h -definitions for second level virtual memory identifiers +second level virtual memory identifiers .It In uvm/uvm_swap_encrypt.h -definitions for third level virtual memory identifiers +third level virtual memory identifiers .It In net/if.h -definitions for packet input/output queue identifiers +packet input/output queue identifiers .It In net/pipex.h -definitions for third level PIPEX identifiers +third level PIPEX identifiers .It In netinet/in.h -definitions for third level IPv4/v6 identifiers and -fourth level IP and IPv6 identifiers +third and fourth level IPv4/v6 identifiers +.It In netinet/ip_divert.h +fourth level divert identifiers .It In netinet/icmp_var.h -definitions for fourth level ICMP identifiers +fourth level ICMP identifiers .It In netinet/icmp6.h -definitions for fourth level ICMPv6 identifiers +fourth level ICMPv6 identifiers .It In netinet/tcp_var.h -definitions for fourth level TCP identifiers +fourth level TCP identifiers .It In netinet/udp_var.h -definitions for fourth level UDP identifiers +fourth level UDP identifiers +.It In ddb/db_var.h +second level ddb identifiers +.It In sys/mount.h +second level vfs identifiers +.It In miscfs/fuse/fusefs.h +third level fusefs identifiers +.It In nfs/nfs.h +third level NFS identifiers +.It In ufs/ffs/ffs_extern.h +third level FFS identifiers .It In machine/cpu.h -definitions for second level CPU identifiers +second level CPU identifiers .El .Sh ERRORS The following errors may be reported: |