aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMatthew D Fleming <mdf@FreeBSD.org>2011-01-19 23:00:25 +0000
committerMatthew D Fleming <mdf@FreeBSD.org>2011-01-19 23:00:25 +0000
commitcbc134ad031141038704bc18476f02541e972cc4 (patch)
tree018d5bd56f39f833a692fc5bf63ac3aa9faf2d3b /share
parent2634879bbb91bba1cb6f70033ae935eabb067ff5 (diff)
downloadsrc-cbc134ad031141038704bc18476f02541e972cc4.tar.gz
src-cbc134ad031141038704bc18476f02541e972cc4.zip
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
existing uses. Rename sysctl_handle_quad() to sysctl_handle_64().
Notes
Notes: svn path=/head/; revision=217616
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/sysctl.94
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index 172b6dfa004d..f6ba53765f51 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -101,7 +101,7 @@ This is a node intended to be a parent for other nodes.
This is a signed integer.
.It Dv CTLTYPE_STRING
This is a nul-terminated string stored in a character array.
-.It Dv CTLTYPE_QUAD
+.It Dv CTLTYPE_S64
This is a 64-bit signed integer.
.It Dv CTLTYPE_OPAQUE
This is an opaque data structure.
@@ -114,6 +114,8 @@ This is an unsigned integer.
This is a signed long.
.It Dv CTLTYPE_ULONG
This is an unsigned long.
+.It Dv CTLTYPE_U64
+This is a 64-bit unsigned integer.
.El
.Pp
All sysctl types except for new node declarations require one or more flags