From 6b5f615b7cc6c75f8c09d1c988fd88ffea2ac4e1 Mon Sep 17 00:00:00 2001 From: mdf Date: Wed, 19 Jan 2011 23:00:25 +0000 Subject: Introduce signed and unsigned version of CTLTYPE_QUAD, renaming existing uses. Rename sysctl_handle_quad() to sysctl_handle_64(). --- share/man/man9/sysctl.9 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9 index 172b6df..f6ba537 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 -- cgit v1.1