]> granicus.if.org Git - llvm/commitdiff
Fix some regressions caused by r369553 on old versions of Debian and Ubuntu
authorSylvestre Ledru <sylvestre@debian.org>
Thu, 22 Aug 2019 12:16:08 +0000 (12:16 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 22 Aug 2019 12:16:08 +0000 (12:16 +0000)
It was causing some errors like:

Encoding error:
'ascii' codec can't decode byte 0xe2 in position 341: ordinal not in range(128)
The full traceback has been saved in /tmp/sphinx-err-y2fq4dtb.log, if you want to report the issue to the developers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369644 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-ranlib.rst
docs/CommandGuide/llvm-size.rst
docs/CommandGuide/llvm-strings.rst

index 314a330053b0c3cf678e2af63e84d9b907ca664b..ec4a1335c19cf656838cf061e9908db04d0a9aa0 100644 (file)
@@ -12,7 +12,7 @@ DESCRIPTION
 -----------
 
 :program:`llvm-ranlib` is an alias for the :doc:`llvm-ar <llvm-ar>` tool that
-generates an index for an archive. It can be used as a replacement for GNUs
+generates an index for an archive. It can be used as a replacement for GNU's
 :program:`ranlib` tool.
 
 Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``.
index 0dce15c8f508eeb1fd522793a6dc4c6e83b7eb2c..92dcf4a571c5e998b2955341cf812ec2724a88ae 100644 (file)
@@ -12,4 +12,4 @@ DESCRIPTION
 -----------
 
 :program:`llvm-size` is a tool that prints size information for object files.
-The goal is to make it a drop-in replacement for GNUs :program:`size`.
+The goal is to make it a drop-in replacement for GNU's :program:`size`.
index d8ab9cb1d3d44ddca9038fc4209daee98a4309a0..f6307d4a905698e9ac0c3a9d7d969117d8e1b2d2 100644 (file)
@@ -12,4 +12,4 @@ DESCRIPTION
 -----------
 
 :program:`llvm-strings` is a tool that prints strings in files. The goal is to
-make it a drop-in replacement for GNUs :program:`strings`.
+make it a drop-in replacement for GNU's :program:`strings`.