summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorgutteridge <gutteridge@NetBSD.org>2023-05-29 23:30:47 +0000
committergutteridge <gutteridge@NetBSD.org>2023-05-29 23:30:47 +0000
commit7ba38a0c3e89d1881e4e71573a4076fdae49d39d (patch)
tree04713eba14e1d25f352c8fa2d39401aa6e56a0d0 /share
parent92e053026b686f3e1b32ae09b54d4fcf4cffc43e (diff)
sysctl.7: be a little more descriptive about kern.osrevision
It's expressed as an integer, and is also returned as an integer type should one retrieve it via sysctl(3) (as this man page already correctly documents in the table above its description).
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/sysctl.76
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/sysctl.7 b/share/man/man7/sysctl.7
index c10295cd672..51f1016160a 100644
--- a/share/man/man7/sysctl.7
+++ b/share/man/man7/sysctl.7
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.163 2022/12/16 08:42:55 msaitoh Exp $
+.\" $NetBSD: sysctl.7,v 1.164 2023/05/29 23:30:47 gutteridge Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\"
-.Dd December 16, 2022
+.Dd May 29, 2023
.Dt SYSCTL 7
.Os
.Sh NAME
@@ -927,7 +927,7 @@ program.
.It Li kern.osrelease ( Dv KERN_OSRELEASE )
The system release string.
.It Li kern.osrevision ( Dv KERN_OSREV )
-The system revision string.
+The system revision, expressed as an integer.
.It Li kern.ostype ( Dv KERN_OSTYPE )
The system type string.
.\".It Li kern.panic_now