Module Name:    src
Committed By:   gutteridge
Date:           Mon May 29 23:30:48 UTC 2023

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.163 src/share/man/man7/sysctl.7:1.164
--- src/share/man/man7/sysctl.7:1.163	Fri Dec 16 08:42:55 2022
+++ src/share/man/man7/sysctl.7	Mon May 29 23:30:47 2023
@@ -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

Reply via email to