diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-31 15:57:55 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-31 15:57:55 +0000 |
commit | 28dc1d2377bb8e4b39561872d2a68f6e788a6f11 (patch) | |
tree | 530dcfc9458125ca178dc973e0e2d69af3207fdd | |
parent | a4b6fda054300cc2f785227a6b0072bae3d2e5bf (diff) |
Notes
-rw-r--r-- | sbin/sysctl/sysctl.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index a58cfd02025f4..c0b68d2fc24ba 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -72,7 +72,8 @@ Force the value of the variable(s) to be output in raw, binary format. No names are printed and no terminating newlines are output. This is mostly useful with a single variable. .It Fl e -Separate the name and the value of the variable(s) with `='. +Separate the name and the value of the variable(s) with +.Ql = . This is useful for producing output which can be fed back to the .Nm utility. |