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 /sbin/sysctl/sysctl.8 | |
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 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 44 |
1 files changed, 5 insertions, 39 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 5ce718376b6..0671b735d97 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.211 2017/03/16 19:30:57 jmc Exp $ +.\" $OpenBSD: sysctl.8,v 1.212 2017/05/04 20:41:10 tb Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95 .\" -.Dd $Mdocdate: March 16 2017 $ +.Dd $Mdocdate: May 4 2017 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -116,43 +116,9 @@ Use of the .Fl A flag lists all the filesystems compiled into the running kernel. .Sh FILES -.Bl -tag -width <uvm/uvm_swap_encrypt.h> -compact -.It In sys/sysctl.h -definitions for top level identifiers and second level kernel and hardware -identifiers -.It In sys/socket.h -definitions for second level network identifiers -.It In sys/gmon.h -definitions for third level profiling identifiers -.It In uvm/uvm_param.h -definitions for second level virtual memory identifiers -.It In uvm/uvm_swap_encrypt.h -definitions for third level virtual memory identifiers -.It In netinet/in.h -definitions for third level IPv4/v6 identifiers and -fourth level IPv4/v6 identifiers -.It In netinet/ip_divert.h -definitions for fourth level divert identifiers -.It In netinet/icmp_var.h -definitions for fourth level ICMP identifiers -.It In netinet6/icmp6.h -definitions for fourth level ICMPv6 identifiers -.It In netinet/tcp_var.h -definitions for fourth level TCP identifiers -.It In netinet/udp_var.h -definitions for fourth level UDP identifiers -.It In ddb/db_var.h -definitions for second level ddb identifiers -.It In sys/mount.h -definitions for second level vfs identifiers -.It In nfs/nfs.h -definitions for third level NFS identifiers -.It In miscfs/fuse/fusefs.h -definitions for third level fusefs identifiers -.It In ufs/ffs/ffs_extern.h -definitions for third level FFS identifiers -.It In machine/cpu.h -definitions for second level CPU identifiers +.Bl -tag -width "/etc/sysctl.confXX" -compact +.It Pa /etc/sysctl.conf +sysctl variables to set at system startup .El .Sh EXAMPLES To retrieve the maximum number of processes allowed |