aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/.Sanitize
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1993-04-21 01:01:14 +0000
committerRoland Pesch <pesch@cygnus>1993-04-21 01:01:14 +0000
commit0193a5f2040ca771580bc1f16bcf0ca1511c3fff (patch)
treed96dd35ea0489ff3f72ba43242a4fc15f76bdaac /gas/doc/.Sanitize
parentb0157555b61c0c10416627739f185bc843b6adb1 (diff)
downloadgdb-0193a5f2040ca771580bc1f16bcf0ca1511c3fff.zip
gdb-0193a5f2040ca771580bc1f16bcf0ca1511c3fff.tar.gz
gdb-0193a5f2040ca771580bc1f16bcf0ca1511c3fff.tar.bz2
adhere to "start-sanitize-FOO" and "end-sanitize-FOO" convention
Diffstat (limited to 'gas/doc/.Sanitize')
-rw-r--r--gas/doc/.Sanitize7
1 files changed, 5 insertions, 2 deletions
diff --git a/gas/doc/.Sanitize b/gas/doc/.Sanitize
index 5d033a8..852ec77 100644
--- a/gas/doc/.Sanitize
+++ b/gas/doc/.Sanitize
@@ -42,7 +42,7 @@ else
for i in ${shdirty} ; do
echo Sanitizing Hitachi SH in $i
rm -f new
- sed '/start Hitachi-SH/,/^end Hitachi-SH/d' < $i > new
+ sed '/start\-sanitize\-Hitachi\-SH/,/^end\-sanitize\-Hitachi\-SH/d' < $i > new
if grep -s "[- ]SH" new ; then
echo *****SANITIZING HITACHI SH IN $i FAILED*****
fi
@@ -57,7 +57,10 @@ fi
#
#
# $Log$
-# Revision 1.11 1993/04/15 23:55:45 pesch
+# Revision 1.12 1993/04/21 01:00:59 pesch
+# adhere to "start-sanitize-FOO" and "end-sanitize-FOO" convention
+#
+# Revision 1.11 1993/04/15 23:55:45 pesch
# Add h8.texi to things-to-keep
#
# Revision 1.10 1993/04/15 23:06:08 pesch