.Nm -> .Xr

This commit is contained in:
Philippe Charnier 2003-06-08 12:57:39 +00:00
parent 510dd42e55
commit 4f898f942d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116038

View File

@ -89,7 +89,7 @@ Show only variable names, not their values.
This is particularly useful with shells that offer programmable This is particularly useful with shells that offer programmable
completion. completion.
To enable completion of variable names in To enable completion of variable names in
.Nm zsh , .Xr zsh 1 ,
use the following code: use the following code:
.Bd -literal -offset indent .Bd -literal -offset indent
listsysctls () { set -A reply $(sysctl -AN ${1%.*}) } 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. for the rest.
The opaque information is much more useful if retrieved by special The opaque information is much more useful if retrieved by special
purpose programs such as purpose programs such as
.Nm ps , systat , .Xr ps 1 ,
.Xr systat 1 ,
and and
.Nm netstat . .Xr netstat 1 .
.Pp .Pp
Some of the variables which cannot be modified during normal system Some of the variables which cannot be modified during normal system
operation can be initialized via operation can be initialized via