Skip to content

Commit

Permalink
Remove @hsep and @vsep usage from info pages
Browse files Browse the repository at this point in the history
These cause an error when the info pages are build with texinfo>=4.13.90.
  • Loading branch information
Allan McRae committed Dec 3, 2012
1 parent 0136fe2 commit 029264d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manual/stdio.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 029264d

Please sign in to comment.