[PATCH] Remove @hsep and @vsep usage from info pages
David Miller
davem@davemloft.net
Mon Dec 3 18:44:00 GMT 2012
From: Allan McRae <allan@archlinux.org>
Date: Mon, 3 Dec 2012 19:37:44 +1000
> 2012-12-03 Allan McRae <allan@archlinux.org>
>
> * manual/stdio.texi (Predefined Printf Handlers): Remove
> @hsep and @vsep usage.
>
...
> 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
>
This looks fine to me.
More information about the Libc-alpha
mailing list