Blame SPECS/ksh-20100202-pathvar.patch

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