Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 sysctl.7: be a little more descriptive about ...



details:   https://anonhg.NetBSD.org/src/rev/ae4d14ac7be4
branches:  trunk
changeset: 376065:ae4d14ac7be4
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Mon May 29 23:30:47 2023 +0000

description:
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:

 share/man/man7/sysctl.7 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ac86ff56c359 -r ae4d14ac7be4 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Mon May 29 21:34:57 2023 +0000
+++ b/share/man/man7/sysctl.7   Mon May 29 23:30:47 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index