From 029264d1fbcdbe950eafb4fbfb8b9d86e3b5947c Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 3 Dec 2012 19:19:26 +1000 Subject: [PATCH] Remove @hsep and @vsep usage from info pages These cause an error when the info pages are build with texinfo>=4.13.90. --- ChangeLog | 5 +++++ manual/stdio.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b07f1db..cab8d1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-03 Allan McRae + + * manual/stdio.texi (Predefined Printf Handlers): Remove + @hsep and @vsep usage. + 2012-12-03 Mike Frysinger * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3. 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) -- 2.7.4