diff options
author | Matthew D Fleming <mdf@FreeBSD.org> | 2011-01-17 23:36:53 +0000 |
---|---|---|
committer | Matthew D Fleming <mdf@FreeBSD.org> | 2011-01-17 23:36:53 +0000 |
commit | 5bf6a9401638bbc92a2d91d849ae81acaa87aeb3 (patch) | |
tree | 6c5af273d9d3c9ce1c9eb999d64e0b7a592c39d8 /sbin/sysctl/sysctl.8 | |
parent | 3470949a74c925657875ef3fe9e584b461e6116e (diff) | |
download | src-test2-5bf6a9401638bbc92a2d91d849ae81acaa87aeb3.tar.gz src-test2-5bf6a9401638bbc92a2d91d849ae81acaa87aeb3.zip |
Notes
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 1f5c8e6af773..dbdf18716483 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -134,9 +134,7 @@ few bytes. .Pp The information available from .Nm -consists of integers, strings, devices -.Pq Vt dev_t , -and opaque types. +consists of integers, strings, and opaque types. The .Nm utility @@ -165,17 +163,8 @@ For a detailed description of these variable see .Pp The changeable column indicates whether a process with appropriate privilege can change the value. -String, integer, and devices values can be set using +String, and integer values can be set using .Nm . -For device values, -.Ar value -can be specified as a character device special file name. -Special values -.Cm off -and -.Cm none -denote -.Dq no device . .Bl -column security.bsd.unprivileged_read_msgbuf integerxxx .It Sy "Name Type Changeable .It "kern.ostype string no @@ -220,7 +209,6 @@ denote .It "hw.floatingpoint integer no .It "hw.machine_arch string no .It "hw.realmem integer no -.It "machdep.console_device dev_t no .It "machdep.adjkerntz integer yes .It "machdep.disable_rtc_set integer yes .It "machdep.guessed_bootdev string no |