[PATCH] edit.indent.rc (updated 3 URLs)



Attached.

-- 
How to contact me - http://www.pervalidus.net/contact.html
--- edit.indent.rc.old	2003-06-09 16:52:48.000000000 -0300
+++ edit.indent.rc	2003-09-28 16:36:59.000000000 -0300
@@ -8,7 +8,7 @@
 
 case `echo $1 |sed 's/^.*\.//'` in
     c|h)
-    # ftp://ftp.gnu.org/pub/gnu/indent/
+    # ftp://ftp.gnu.org/gnu/indent/
     # Please add options to your ~/.indent.pro, not here.
         indent "$2"
     ;;
@@ -21,11 +21,11 @@
         astyle --style=java --mode=java "$2"
     ;;
     htm|html|HTM|HTML)
-    # http://www.w3.org/People/Raggett/tidy/
+    # http://tidy.sourceforge.net/
         tidy -q -m -ascii -wrap 80 "$2"
     ;;
     *)
-    #ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.tar.gz
+    # ftp://ftp.gnu.org/gnu/coreutils/
         fmt "$2" >"$2.tmp" && rm -f "$2" && mv -f "$2.tmp" "$2"
     ;;
 esac


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]