diff options
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 5f9f7de..c938bce 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -40,11 +40,11 @@ .Nd get or set kernel state .Sh SYNOPSIS .Nm -.Op Fl beNnox +.Op Fl bedhNnox .Ar name Ns Op = Ns Ar value .Ar ... .Nm -.Op Fl bdeNnox +.Op Fl bdehNnox .Fl a .Sh DESCRIPTION The @@ -84,6 +84,8 @@ This option is ignored if either or .Fl n is specified, or a variable is being set. +.It Fl h +Format output for human, rather than machine, readability. .It Fl N Show only variable names, not their values. This is particularly useful with shells that offer programmable |