diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-05-17 08:34:43 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-05-17 08:34:43 +0000 |
commit | 912fd877eae2394be06f9034640df7258cbfc9b9 (patch) | |
tree | 0a92056ba4a01f6340d239a6f8ee2a8b93ad0ea1 /sbin | |
parent | 446117c3c2247b5496c3f0ab283e085ac2315085 (diff) |
Document recent sysctl additions.
ok jmc@, deraadt@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 936aaa36ded..767c5b3e07c 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.128 2006/04/21 10:51:08 jmc Exp $ +.\" $OpenBSD: sysctl.8,v 1.129 2006/05/17 08:34:42 gwk Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -340,6 +340,11 @@ not all of the variables are relevant to all architectures. .It hw.sensors struct no .It hw.cpuspeed integer no .It hw.setperf integer yes +.It hw.vendor string no +.It hw.product string no +.It hw.version string no +.It hw.serialno string no +.It hw.uuid string no .It machdep.console_device dev_t no .It machdep.unaligned_print integer yes .It machdep.unaligned_fix integer yes |