aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2005-07-14 20:29:08 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2005-07-14 20:29:08 +0000
commitf0ea72a038914507b9dec8491d46ee3974c43169 (patch)
tree6541e3c2182cf4117b8ae4de1f119802e5540eac /sbin/sysctl
parent52023244de3a8809c4bf5766abbe155d515dcbe3 (diff)
downloadsrc-f0ea72a038914507b9dec8491d46ee3974c43169.tar.gz
src-f0ea72a038914507b9dec8491d46ee3974c43169.zip
- Remove MLINKS to nonexistant manpages
- Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
Notes
Notes: svn path=/head/; revision=148011
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 31e944a389d9..d6fde98df1bb 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -87,7 +87,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
-.Xr zsh 1 ,
+.Xr zsh 1 Pq Pa ports/shells/zsh ,
use the following code:
.Bd -literal -offset indent
listsysctls () { set -A reply $(sysctl -AN ${1%.*}) }