Deleted Added
full compact
sysctl.9 (158110) sysctl.9 (158122)
1.\"
2.\" Copyright (c) 2006 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2006 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man9/sysctl.9 158110 2006-04-28 10:45:27Z rwatson $
26.\" $FreeBSD: head/share/man/man9/sysctl.9 158122 2006-04-28 19:43:44Z rwatson $
27.\"
28.Dd April 28, 2006
29.Dt SYSCTL 9
30.Os
31.Sh NAME
32.Nm SYSCTL_DECL ,
33.Nm SYSCTL_INT ,
34.Nm SYSCTL_LONG ,

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

181.It Dv CTLTYPE_STRUCT
182Alias for
183.Dv CTLTYPE_OPAQUE.
184.It Dv CTLTYPE_UINT
185This is an unsigned integer.
186.It Dv CTLTYPE_LONG
187This is a signed long.
188.It Dv CTLTYPE_ULONG
27.\"
28.Dd April 28, 2006
29.Dt SYSCTL 9
30.Os
31.Sh NAME
32.Nm SYSCTL_DECL ,
33.Nm SYSCTL_INT ,
34.Nm SYSCTL_LONG ,

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

181.It Dv CTLTYPE_STRUCT
182Alias for
183.Dv CTLTYPE_OPAQUE.
184.It Dv CTLTYPE_UINT
185This is an unsigned integer.
186.It Dv CTLTYPE_LONG
187This is a signed long.
188.It Dv CTLTYPE_ULONG
189This is an insigned long.
189This is an unsigned long.
190.El
191.Pp
192All sysctl types except for new node declarations require one or more flags
193to be set indicating the read and write disposition of the sysctl:
194.Bl -tag -width CTLFLAG_ANYBODY
195.It Dv CTLFLAG_RD
196This is a read-only sysctl.
197It Dv CTLFLAG_WR

--- 146 unchanged lines hidden ---
190.El
191.Pp
192All sysctl types except for new node declarations require one or more flags
193to be set indicating the read and write disposition of the sysctl:
194.Bl -tag -width CTLFLAG_ANYBODY
195.It Dv CTLFLAG_RD
196This is a read-only sysctl.
197It Dv CTLFLAG_WR

--- 146 unchanged lines hidden ---