summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2016-03-04 18:16:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2016-03-04 18:16:51 +0000
commitd67ecf0fe81c8bb9a2c9478ca220f29bc7512721 (patch)
treebd10cc981eeb7659a88e7a1952b751560bfd348a /bin/ksh/ksh.1
parentf6f0e933e912ebb5f333bb4855b1048bc27c0f3e (diff)
Fix a typo. The command is to get the default system PATH value
is "getconf PATH" not "getconf CS_PATH".
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r--bin/ksh/ksh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index bfe5c812876..f33ef5b7896 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.174 2016/03/04 15:11:06 deraadt Exp $
+.\" $OpenBSD: ksh.1,v 1.175 2016/03/04 18:16:50 millert Exp $
.\"
.\" Public Domain
.\"
@@ -2980,7 +2980,7 @@ option is given, a default search path is used instead of the current value of
.Ev PATH
(the actual value of the default path is system dependent: on
POSIX-ish systems, it is the value returned by
-.Ic getconf CS_PATH ) .
+.Ic getconf PATH ) .
.Pp
If the
.Fl v