diff options
author | pjd <pjd@FreeBSD.org> | 2007-04-09 20:21:49 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-04-09 20:21:49 +0000 |
commit | aa9104eb0c11249b672be4ef2c50e7293f0d19a4 (patch) | |
tree | e81bc8060898570d74d1049c357bbc5d03fb5a37 /lib/libc | |
parent | 4b3b0469d66bbb4be4e2f67fe9d76a03f4eb4050 (diff) | |
download | FreeBSD-src-aa9104eb0c11249b672be4ef2c50e7293f0d19a4.zip FreeBSD-src-aa9104eb0c11249b672be4ef2c50e7293f0d19a4.tar.gz |
Document KERN_HOSTUUID.
Reminded by: ru
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index dbb2a81..81f23c1 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -28,7 +28,7 @@ .\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd January 23, 2001 +.Dd April 9, 2007 .Dt SYSCTL 3 .Os .Sh NAME @@ -325,6 +325,7 @@ information. .It "KERN_CLOCKRATE struct clockinfo no" .It "KERN_FILE struct file no" .It "KERN_HOSTID integer yes" +.It "KERN_HOSTUUID string yes" .It "KERN_HOSTNAME string yes" .It "KERN_JOB_CONTROL integer no" .It "KERN_MAXFILES integer yes" @@ -375,6 +376,8 @@ followed by an array of whose size depends on the current number of such objects in the system. .It Li KERN_HOSTID Get or set the host id. +.It Li KERN_HOSTUUID +Get or set the host UUID. .It Li KERN_HOSTNAME Get or set the hostname. .It Li KERN_JOB_CONTROL |