ebf9b31
diff -up ksh-20100202/src/cmd/ksh93/sh.1.pathvar ksh-20100202/src/cmd/ksh93/sh.1
ebf9b31
--- ksh-20100202/src/cmd/ksh93/sh.1.pathvar	2011-04-26 16:42:08.000000000 +0200
ebf9b31
+++ ksh-20100202/src/cmd/ksh93/sh.1	2011-04-27 09:09:00.315883280 +0200
ebf9b31
@@ -4025,13 +4025,9 @@ the directory containing the command.
ebf9b31
 Alternative directory names are separated by
ebf9b31
 a colon
ebf9b31
 .RB ( : ).
ebf9b31
-The default path is
ebf9b31
-.B /bin:/usr/bin:
ebf9b31
-(specifying
ebf9b31
-.BR /bin ,
ebf9b31
-.BR /usr/bin ,
ebf9b31
-and the current directory
ebf9b31
-in that order).
ebf9b31
+The default path is equal to
ebf9b31
+.BI getconf\ PATH
ebf9b31
+output.
ebf9b31
 The current directory can be specified by
ebf9b31
 two or more adjacent colons, or by a colon
ebf9b31
 at the beginning or end of the path list.