* [PATCH] getpwnam(3): fix wrapped arg alignment
@ 2014-08-22 8:36 Mike Frysinger
[not found] ` <1408696572-17488-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2014-08-22 8:36 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
---
man3/getpwnam.3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man3/getpwnam.3 b/man3/getpwnam.3
index 5b63f1e..50886e9 100644
--- a/man3/getpwnam.3
+++ b/man3/getpwnam.3
@@ -48,11 +48,11 @@ getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry
.sp
.BI "int getpwnam_r(const char *" name ", struct passwd *" pwd ,
.br
-.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
+.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
.sp
.BI "int getpwuid_r(uid_t " uid ", struct passwd *" pwd ,
.br
-.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
+.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
.fi
.sp
.in -4n
--
2.0.0
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] getpwnam(3): fix wrapped arg alignment
[not found] ` <1408696572-17488-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
@ 2014-08-22 22:53 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-08-22 22:53 UTC (permalink / raw)
To: Mike Frysinger
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks, Mike. Applied.
Cheers,
Michael
On 08/22/2014 03:36 AM, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
> ---
> man3/getpwnam.3 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man3/getpwnam.3 b/man3/getpwnam.3
> index 5b63f1e..50886e9 100644
> --- a/man3/getpwnam.3
> +++ b/man3/getpwnam.3
> @@ -48,11 +48,11 @@ getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry
> .sp
> .BI "int getpwnam_r(const char *" name ", struct passwd *" pwd ,
> .br
> -.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
> +.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
> .sp
> .BI "int getpwuid_r(uid_t " uid ", struct passwd *" pwd ,
> .br
> -.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
> +.BI " char *" buf ", size_t " buflen ", struct passwd **" result );
> .fi
> .sp
> .in -4n
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-22 22:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 8:36 [PATCH] getpwnam(3): fix wrapped arg alignment Mike Frysinger
[not found] ` <1408696572-17488-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2014-08-22 22:53 ` Michael Kerrisk (man-pages)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.