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