diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
commit | 2cf124e6dbd711198131ac89dd8f98ef5f8deb65 (patch) | |
tree | 343fc85b04718144a27f11799b2a1d87ee255ab2 /sbin/sysctl | |
parent | 5f6a2902bcfd03976baf4360e5a1ea749a4d0700 (diff) |
- section reorder
- some mdoc fixes
Diffstat (limited to 'sbin/sysctl')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 0f04e4c3514..c52c0b428eb 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.101 2003/06/02 20:06:17 millert Exp $ +.\" $OpenBSD: sysctl.8,v 1.102 2003/06/03 13:16:09 jmc Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -374,6 +374,46 @@ By default, only filesystems that are actively being used are listed. Use of the .Fl A flag lists all the filesystems compiled into the running kernel. +.Sh FILES +.Bl -tag -width <ufs/ffs/ffs_extern.h> -compact +.It Aq Pa sys/sysctl.h +definitions for top level identifiers, second level kernel and hardware +identifiers, and user level identifiers +.It Aq Pa dev/rndvar.h +definitions for +.Xr random 4 +device's statistics structure +.It Aq Pa sys/socket.h +definitions for second level network identifiers +.It Aq Pa sys/gmon.h +definitions for third level profiling identifiers +.It Aq Pa uvm/uvm_param.h +definitions for second level virtual memory identifiers +.It Aq Pa uvm/uvm_swap_encrypt.h +definitions for third level virtual memory identifiers +.It Aq Pa netinet/in.h +definitions for third level IPv4/v6 identifiers and +fourth level IPv4/v6 identifiers +.It Aq Pa netinet/icmp_var.h +definitions for fourth level ICMP identifiers +.It Aq Pa netinet6/icmp6.h +definitions for fourth level ICMPv6 identifiers +.It Aq Pa netinet/tcp_var.h +definitions for fourth level TCP identifiers +.It Aq Pa netinet/udp_var.h +definitions for fourth level UDP identifiers +.It Aq Pa netipx/ipx_var.h +definitions for third level IPX identifiers and +fourth level IPX identifiers +.It Aq Pa ddb/db_var.h +definitions for second level ddb identifiers +.It Aq Pa sys/mount.h +definitions for second level vfs identifiers +.It Aq Pa nfs/nfs.h +definitions for third level NFS identifiers +.It Aq Pa ufs/ffs/ffs_extern.h +definitions for third level FFS identifiers +.El .Sh EXAMPLES To retrieve the maximum number of processes allowed in the system: @@ -441,46 +481,6 @@ the maximum number of shared memory segments: # sysctl -w kern.shminfo.shmmax=33554432 # sysctl -w kern.shminfo.shmseg=32 .Ed -.Sh FILES -.Bl -tag -width <ufs/ffs/ffs_extern.h> -compact -.It Pa <sys/sysctl.h> -definitions for top level identifiers, second level kernel and hardware -identifiers, and user level identifiers -.It Pa <dev/rndvar.h> -definitions for -.Xr random 4 -device's statistics structure -.It Pa <sys/socket.h> -definitions for second level network identifiers -.It Pa <sys/gmon.h> -definitions for third level profiling identifiers -.It Pa <uvm/uvm_param.h> -definitions for second level virtual memory identifiers -.It Pa <uvm/uvm_swap_encrypt.h> -definitions for third level virtual memory identifiers -.It Pa <netinet/in.h> -definitions for third level IPv4/v6 identifiers and -fourth level IPv4/v6 identifiers -.It Pa <netinet/icmp_var.h> -definitions for fourth level ICMP identifiers -.It Pa <netinet6/icmp6.h> -definitions for fourth level ICMPv6 identifiers -.It Pa <netinet/tcp_var.h> -definitions for fourth level TCP identifiers -.It Pa <netinet/udp_var.h> -definitions for fourth level UDP identifiers -.It Pa <netipx/ipx_var.h> -definitions for third level IPX identifiers and -fourth level IPX identifiers -.It Pa <ddb/db_var.h> -definitions for second level ddb identifiers -.It Pa <sys/mount.h> -definitions for second level vfs identifiers -.It Pa <nfs/nfs.h> -definitions for third level NFS identifiers -.It Pa <ufs/ffs/ffs_extern.h> -definitions for third level FFS identifiers -.El .Sh SEE ALSO .Xr sysctl 3 , .Xr sysctl.conf 5 |