On Fri, Aug 1, 2014 at 12:46 PM, Jakub Wilk <jw...@debian.org> wrote:
> * Michael Kerrisk <mtk.manpa...@gmail.com>, 2014-08-01, 08:55:
>
>> [[
>> That argument shall be an
>> .I "int\ *",
>> or variant whose size matches the (optionally)
>> supplied integer length modifier.
>> ]]
>
>
> Looks good to me, thanks!
>
> Now I noticed that in the "The length modifier" subsection, the n conversion
> is mentioned only in the descriptions of hh, h, l, and ll. Could we make it
> more consistent?


I applied the below.

Thanks,

Michael

diff --git a/man3/printf.3 b/man3/printf.3
index 47fdf2c..47fa149 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -527,6 +527,10 @@ A following integer conversion corresponds to an
 .I intmax_t
 or
 .I uintmax_t
+argument, or a following
+.B n
+conversion corresponds to a pointer to an
+.I intmax_t
 argument.
 .TP
 .B z
@@ -534,6 +538,10 @@ A following integer conversion corresponds to a
 .I size_t
 or
 .I ssize_t
+argument, or a following
+.B n
+conversion corresponds to a pointer to a
+.I size_t
 argument.
 .\" (Linux libc5 has
 .\" .B Z
@@ -543,6 +551,10 @@ argument.
 .B t
 A following integer conversion corresponds to a
 .I ptrdiff_t
+argument, or a following
+.B n
+conversion corresponds to a pointer to a
+.I ptrdiff_t
 argument.
 .PP
 SUSv2 knows about only the length modifiers


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to