diff options
author | charnier <charnier@FreeBSD.org> | 2003-06-08 12:57:39 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-06-08 12:57:39 +0000 |
commit | ac0a573e8715d62a6d8013c7125f44d6a17458ed (patch) | |
tree | 9a721888fbeab8f50a6612a239dc788b2caacdbd /sbin | |
parent | 86207fee28c3fb8f279729dac265f7f85000f6e5 (diff) | |
download | FreeBSD-src-ac0a573e8715d62a6d8013c7125f44d6a17458ed.zip FreeBSD-src-ac0a573e8715d62a6d8013c7125f44d6a17458ed.tar.gz |
.Nm -> .Xr
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 7 |
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 |