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