diff options
author | tobez <tobez@FreeBSD.org> | 2001-10-31 15:57:55 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-10-31 15:57:55 +0000 |
commit | b35708db5b9218ac5729deb2ebf151af134582dc (patch) | |
tree | 530dcfc9458125ca178dc973e0e2d69af3207fdd /sbin | |
parent | 5fb552124eeae274bd5edc57facf2417315df32d (diff) | |
download | FreeBSD-src-b35708db5b9218ac5729deb2ebf151af134582dc.zip FreeBSD-src-b35708db5b9218ac5729deb2ebf151af134582dc.tar.gz |
Replace `=' with more correct ``.Ql =''.
Mdoc-policed by: ru
Diffstat (limited to 'sbin')
-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 a58cfd0..c0b68d2 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. |