summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2016-03-04 18:16:50 +0000
committermillert <millert@openbsd.org>2016-03-04 18:16:50 +0000
commit4382576e4c561abccff4004356c5ec56c9e35e1c (patch)
tree2bb1637ed3a2586cc09b2cefb6810c731052071d
parentNow that the ksh built-in mknod is gone, don't mention it here. (diff)
downloadwireguard-openbsd-4382576e4c561abccff4004356c5ec56c9e35e1c.tar.xz
wireguard-openbsd-4382576e4c561abccff4004356c5ec56c9e35e1c.zip
Fix a typo. The command is to get the default system PATH value
is "getconf PATH" not "getconf CS_PATH".
-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