ossp-pkg/shtool/shtool.pod 1.61 -> 1.62
--- shtool.pod 2002/11/02 12:46:19 1.61
+++ shtool.pod 2002/12/09 10:42:13 1.62
@@ -425,13 +425,13 @@
Additionally program executables is stripped with strip(1) after
installation if option ``B<-s>'' is used. Option ``B<-C>'' is like
-``B<-c>'', except if the destination file already exists and the files
-are the same, the source is just removed. Option ``B<-e>'' can be used
-one or multiple times to apply one or more sed(1) commands on-the-fly
-to the contents of the input I<file> before the output file is created.
-Option ``B<-v>'' (verbose) can be used to enable the output of extra
-processing information. Option ``B<-t>'' (trace) can be used to enable
-the output of the essential shell commands which are executed.
+``B<-c>'', except if the destination file already exists and is the
+same as the source file, no file is copied at all. Option ``B<-e>''
+can be used one or multiple times to apply one or more sed(1) commands
+on-the-fly to the contents of the input I<file> before the output file
+is created. Option ``B<-v>'' (verbose) can be used to enable the output
+of extra processing information. Option ``B<-t>'' (trace) can be used to
+enable the output of the essential shell commands which are executed.
The trick of this command is that it provides the functionality of BSD
install(1) in a portable emulated way. For even more compatibility,
|
|