[gcc r13-6615] Docs: Fix typo in previous commit
Sandra Loosemore
sandra@gcc.gnu.org
Sun Mar 12 18:00:02 GMT 2023
https://gcc.gnu.org/g:8536c09108f429d8ab6ca850f3835668cc1c8929
commit r13-6615-g8536c09108f429d8ab6ca850f3835668cc1c8929
Author: Sandra Loosemore <sandra@codesourcery.com>
Date: Sun Mar 12 17:56:46 2023 +0000
Docs: Fix typo in previous commit
gcc/ChangeLog:
* doc/install.texi2html: Fix issue number typo in comment.
Diff:
---
gcc/doc/install.texi2html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html
index 54e27fedde3..e71ca2c64ba 100755
--- a/gcc/doc/install.texi2html
+++ b/gcc/doc/install.texi2html
@@ -53,7 +53,7 @@ do
define=`echo $x | sed -e 's/\.//g'`
echo "define = $define"
$MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/temp.html
- # Use sed to work around PR web/88578.
+ # Use sed to work around PR web/85578.
sed -e 's/_002d/-/g' -e 's/_002a/*/g' $DESTDIR/temp.html > $DESTDIR/$x
rm $DESTDIR/temp.html
done
More information about the Gcc-cvs
mailing list