summaryrefslogtreecommitdiff
path: root/aux-gnurl/sed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux-gnurl/sed.sh')
-rwxr-xr-xaux-gnurl/sed.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/aux-gnurl/sed.sh b/aux-gnurl/sed.sh
index 52c3150c7..6d85f4312 100755
--- a/aux-gnurl/sed.sh
+++ b/aux-gnurl/sed.sh
@@ -13,6 +13,10 @@ cd $S/docs
find . ! -path '*.git/*' ! -path '*sed.sh*' -type f -print0 | xargs -0 sed -i 's/TH curl_/TH gnurl_/g'
echo "'TH curl_' -> 'TH gnurl_' ... [DONE]"
+find . ! -path '*.git/*' ! -path '*sed.sh*' -type f -print0 | xargs -0 sed -i 's/TH CURL/TH GNURL/g'
+echo "'TH CURL' -> 'TH GNURL' ... [DONE]"
+
+
# find . -not -iwholename '*.git*' -not -iwholename '*sed.sh*' -type f -print0 | xargs -0 sed -i 's/libcurl Manual/libgnurl Manual/g'
find . ! -path '*.git/*' ! -path '*sed.sh*' -type f -print0 | xargs -0 sed -i 's/libcurl Manual/libgnurl Manual/g'
echo "'libcurl Manual' -> 'libgnurl Manual' ... [DONE]"