Blame SOURCES/ksh-20100202-pathvar.patch

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