diff options
author | Allan McRae <allan@archlinux.org> | 2012-12-03 19:19:26 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-12-04 09:39:34 +1000 |
commit | 029264d1fbcdbe950eafb4fbfb8b9d86e3b5947c (patch) | |
tree | 1365a392bb1e4ecb04e9d6aa402e970c3f44433b /manual | |
parent | 0136fe2a802cda68409af2b3e470d9d8f5a9321a (diff) | |
download | glibc-029264d1fbcdbe950eafb4fbfb8b9d86e3b5947c.tar.gz glibc-029264d1fbcdbe950eafb4fbfb8b9d86e3b5947c.tar.xz glibc-029264d1fbcdbe950eafb4fbfb8b9d86e3b5947c.zip |
Remove @hsep and @vsep usage from info pages
These cause an error when the info pages are build with texinfo>=4.13.90.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/stdio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index be769a538f..7b436f080b 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) |