sysctl: Document formats for uint8_t and uint16_t in sysctl(9)

Was missing from c3220d0b6d.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/719
This commit is contained in:
Stéphane Rochoy 2023-07-01 11:19:44 -06:00 committed by Warner Losh
parent 26a0a4035e
commit c94b4d460e

View File

@ -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