mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document KERN_HOSTUUID.
Reminded by: ru
This commit is contained in:
parent
ba640a6ca4
commit
1f13edbe4b
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue