Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 17:20:44 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c94b4d460e43 - main - sysctl: Document formats for uint8_t and uint16_t in sysctl(9)
Message-ID:  <202307011720.361HKi5A066312@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=c94b4d460e43069ebca1ff9f218af45e175a5373

commit c94b4d460e43069ebca1ff9f218af45e175a5373
Author:     Stéphane Rochoy <stephane.rochoy@stormshield.eu>
AuthorDate: 2023-07-01 17:19:44 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-07-01 17:19:50 +0000

    sysctl: Document formats for uint8_t and uint16_t in sysctl(9)
    
    Was missing from c3220d0b6d72a1ed0ccfa188f0dfceef74421ab9.
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/719
---
 share/man/man9/sysctl.9 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index f2b1159e71a8..61783a7fbb65 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -577,6 +577,10 @@ Current formats:
 node
 .It Cm A
 .Li "char *"
+.It Cm C
+.Li "int8_t"
+.It Cm CU
+.Li "uint8_t"
 .It Cm I
 .Li "int"
 .It Cm IK Ns Op Ar n
@@ -593,6 +597,10 @@ gives milliKelvin
 .Li "quad_t"
 .It Cm QU
 .Li "u_quad_t"
+.It Cm S
+.Li "int16_t"
+.It Cm SU
+.Li "uint16_t"
 .It Cm "S,TYPE"
 .Li "struct TYPE"
 structures



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307011720.361HKi5A066312>