diff options
author | des <des@FreeBSD.org> | 2003-11-07 16:33:45 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-11-07 16:33:45 +0000 |
commit | cc86362753f762b4ac325999fe17e5d922715c2a (patch) | |
tree | 606a5eac1d9df434ced6c5a80949bc4ce80a8c77 /sbin/sysctl/sysctl.8 | |
parent | fc92be19bfd97adfd8dccc48a7c94427a8538000 (diff) | |
download | FreeBSD-src-cc86362753f762b4ac325999fe17e5d922715c2a.zip FreeBSD-src-cc86362753f762b4ac325999fe17e5d922715c2a.tar.gz |
Add a command-line option to format output for human readability.
Currently, the only effect it has is to print some (but not all) numbers
using thousands separators.
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 |