ossp-pkg/shtool/shtool.pod 1.53 -> 1.54
--- shtool.pod 2001/06/14 19:02:54 1.53
+++ shtool.pod 2001/06/14 19:30:39 1.54
@@ -579,7 +579,7 @@
Example:
# interactive shell
- $ shtool subst -i -e 's;(c) \([0-9]*\)-2000;(c) \1-2001;' *.[ch]
+ shtool subst -i -e 's;(c) \([0-9]*\)-2000;(c) \1-2001;' *.[ch]
# RPM spec-file
%install
|
|