From ac0a573e8715d62a6d8013c7125f44d6a17458ed Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 8 Jun 2003 12:57:39 +0000 Subject: .Nm -> .Xr --- sbin/sysctl/sysctl.8 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sbin/sysctl/sysctl.8') 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 -- cgit v1.1