Deleted Added
full compact
sysctl.8 (116038) sysctl.8 (119893)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/sbin/sysctl/sysctl.8 116038 2003-06-08 12:57:39Z charnier $
33.\" $FreeBSD: head/sbin/sysctl/sysctl.8 119893 2003-09-08 19:57:22Z ru $
34.\"
35.Dd March 10, 2002
36.Dt SYSCTL 8
37.Os
38.Sh NAME
39.Nm sysctl
40.Nd get or set kernel state
41.Sh SYNOPSIS

--- 215 unchanged lines hidden (view full) ---

257Information about the load average history may be obtained with:
258.Pp
259.Dl "sysctl vm.loadavg"
260.Pp
261More variables than these exist, and the best and likely only place
262to search for their deeper meaning is undoubtedly the source where
263they are defined.
264.Sh FILES
34.\"
35.Dd March 10, 2002
36.Dt SYSCTL 8
37.Os
38.Sh NAME
39.Nm sysctl
40.Nd get or set kernel state
41.Sh SYNOPSIS

--- 215 unchanged lines hidden (view full) ---

257Information about the load average history may be obtained with:
258.Pp
259.Dl "sysctl vm.loadavg"
260.Pp
261More variables than these exist, and the best and likely only place
262to search for their deeper meaning is undoubtedly the source where
263they are defined.
264.Sh FILES
265.Bl -tag -width ".Aq Pa netinet/icmp_var.h" -compact
266.It Aq Pa sys/sysctl.h
265.Bl -tag -width ".In netinet/icmp_var.h" -compact
266.It In sys/sysctl.h
267definitions for top level identifiers, second level kernel and hardware
268identifiers, and user level identifiers
267definitions for top level identifiers, second level kernel and hardware
268identifiers, and user level identifiers
269.It Aq Pa sys/socket.h
269.It In sys/socket.h
270definitions for second level network identifiers
270definitions for second level network identifiers
271.It Aq Pa sys/gmon.h
271.It In sys/gmon.h
272definitions for third level profiling identifiers
272definitions for third level profiling identifiers
273.It Aq Pa vm/vm_param.h
273.It In vm/vm_param.h
274definitions for second level virtual memory identifiers
274definitions for second level virtual memory identifiers
275.It Aq Pa netinet/in.h
275.It In netinet/in.h
276definitions for third level Internet identifiers and
277fourth level IP identifiers
276definitions for third level Internet identifiers and
277fourth level IP identifiers
278.It Aq Pa netinet/icmp_var.h
278.It In netinet/icmp_var.h
279definitions for fourth level ICMP identifiers
279definitions for fourth level ICMP identifiers
280.It Aq Pa netinet/udp_var.h
280.It In netinet/udp_var.h
281definitions for fourth level UDP identifiers
282.El
283.Sh COMPATIBILITY
284The
285.Fl w
286option has been deprecated and is silently ignored.
287.Sh SEE ALSO
288.Xr sysctl 3 ,

--- 20 unchanged lines hidden ---
281definitions for fourth level UDP identifiers
282.El
283.Sh COMPATIBILITY
284The
285.Fl w
286option has been deprecated and is silently ignored.
287.Sh SEE ALSO
288.Xr sysctl 3 ,

--- 20 unchanged lines hidden ---