summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 12:57:39 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 12:57:39 +0000
commitac0a573e8715d62a6d8013c7125f44d6a17458ed (patch)
tree9a721888fbeab8f50a6612a239dc788b2caacdbd /sbin
parent86207fee28c3fb8f279729dac265f7f85000f6e5 (diff)
downloadFreeBSD-src-ac0a573e8715d62a6d8013c7125f44d6a17458ed.zip
FreeBSD-src-ac0a573e8715d62a6d8013c7125f44d6a17458ed.tar.gz
.Nm -> .Xr
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysctl/sysctl.87
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index d029980..2190301 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -89,7 +89,7 @@ Show only variable names, not their values.
This is particularly useful with shells that offer programmable
completion.
To enable completion of variable names in
-.Nm zsh ,
+.Xr zsh 1 ,
use the following code:
.Bd -literal -offset indent
listsysctls () { set -A reply $(sysctl -AN ${1%.*}) }
@@ -130,9 +130,10 @@ only knows about a couple of opaque types, and will resort to hexdumps
for the rest.
The opaque information is much more useful if retrieved by special
purpose programs such as
-.Nm ps , systat ,
+.Xr ps 1 ,
+.Xr systat 1 ,
and
-.Nm netstat .
+.Xr netstat 1 .
.Pp
Some of the variables which cannot be modified during normal system
operation can be initialized via
OpenPOWER on IntegriCloud