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