diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-09-04 07:55:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 07:55:57 +0200 |
commit | 29aa7117f42f758bc537e03e4bedf66ced0accfa (patch) | |
tree | ca5f0fe36d003067e6090f5d309ce7c6c29b5ca2 /var/spack/repos/builtin/packages/glibc/texi.patch | |
parent | d367b4285a07d08fc9f9d7136289d9cbbfed000e (diff) | |
download | spack-29aa7117f42f758bc537e03e4bedf66ced0accfa.tar.gz spack-29aa7117f42f758bc537e03e4bedf66ced0accfa.tar.bz2 spack-29aa7117f42f758bc537e03e4bedf66ced0accfa.tar.xz spack-29aa7117f42f758bc537e03e4bedf66ced0accfa.zip |
glibc: add package (#39695)
Diffstat (limited to 'var/spack/repos/builtin/packages/glibc/texi.patch')
-rw-r--r-- | var/spack/repos/builtin/packages/glibc/texi.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/glibc/texi.patch b/var/spack/repos/builtin/packages/glibc/texi.patch new file mode 100644 index 0000000000..1bffc5db04 --- /dev/null +++ b/var/spack/repos/builtin/packages/glibc/texi.patch @@ -0,0 +1,15 @@ +diff --git a/manual/stdio.texi b/manual/stdio.texi +index be769a5..7b436f0 100644 +--- a/manual/stdio.texi ++++ b/manual/stdio.texi +@@ -3137,7 +3137,7 @@ The postfix tag corresponds to bytes, kilobytes, megabytes, gigabytes, + etc. The full table is: + + @ifinfo +-@multitable @hsep @vsep {' '} {2^10 (1024)} {zetta} {Upper} {10^24 (1000)} ++@multitable {' '} {2^10 (1024)} {zetta} {Upper} {10^24 (1000)} + @item low @tab Multiplier @tab From @tab Upper @tab Multiplier + @item ' ' @tab 1 @tab @tab ' ' @tab 1 + @item k @tab 2^10 (1024) @tab kilo @tab K @tab 10^3 (1000) +-- +1.8.0.1 |