Blame SOURCES/ksh-20100202-pathvar.patch

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