]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove @hsep and @vsep usage from info pages
authorAllan McRae <allan@archlinux.org>
Mon, 3 Dec 2012 09:19:26 +0000 (19:19 +1000)
committerAllan McRae <allan@archlinux.org>
Mon, 3 Dec 2012 23:39:34 +0000 (09:39 +1000)
These cause an error when the info pages are build with texinfo>=4.13.90.

ChangeLog
manual/stdio.texi

index b07f1db0a0f0fcc63fb895736da7dbb41d5bba8a..cab8d1bb29fb2740bd70ab35d9a1ea70b1af95cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-03  Allan McRae  <allan@archlinux.org>
+
+       * manual/stdio.texi (Predefined Printf Handlers): Remove
+       @hsep and @vsep usage.
+
 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
 
        * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
index be769a538f3701389f9d9bf5081ed6661d9fb8bb..7b436f080b1f1da0d2d4da988d697f71897a7844 100644 (file)
@@ -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)