public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* getaddrinfo_a.3: format fix for consistency
@ 2010-10-06 18:50 Simon Paillard
       [not found] ` <20101006185025.GA28069-rDcs+Gj2AbVLW68A47UQ4qHonnlKzd3f@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Paillard @ 2010-10-06 18:50 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

Hi,

While translating getaddrinfo_a to french, I noticed that the english
formatting was not very consistent from the synchronous to the
asynchronous description.

  Perform the look-ups synchronously; <--- ;
[..]
 .B GAI_NOWAIT
 Perform the look-ups asynchronously. <--- .

Quite minor, patch attached.

-- 
Simon Paillard

[-- Attachment #2: 0001-getaddrinfo_a.3-format-fix-for-consistency.patch --]
[-- Type: text/x-diff, Size: 1091 bytes --]

>From 21b0256966c330c7194bc540db75eebf5979e1a8 Mon Sep 17 00:00:00 2001
From: Simon Paillard <simon.paillard-RGJHTEmuthQGuQl/6FzYuenJ6Cvpl5oe@public.gmane.org>
Date: Wed, 6 Oct 2010 20:43:57 +0200
Subject: [PATCH] getaddrinfo_a.3: format fix for consistency


diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
index ad2b899..e50753e 100644
--- a/man3/getaddrinfo_a.3
+++ b/man3/getaddrinfo_a.3
@@ -51,22 +51,22 @@ The
 function performs the same task as
 .BR getaddrinfo (3),
 but allows multiple name look-ups to be performed asynchronously,
 with optional notification on completion of look-up operations.
 
 The
 .I mode
 argument has one of the following values:
 .TP
 .B GAI_WAIT
-Perform the look-ups synchronously;
-the call blocks until the look-ups have completed.
+Perform the look-ups synchronously.
+The call blocks until the look-ups have completed.
 .TP
 .B GAI_NOWAIT
 Perform the look-ups asynchronously.
 The call returns immediately,
 and the requests are resolved in the background.
 See the discussion of the
 .I sevp
 argument below.
 .PP
 The array
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: getaddrinfo_a.3: format fix for consistency
       [not found] ` <20101006185025.GA28069-rDcs+Gj2AbVLW68A47UQ4qHonnlKzd3f@public.gmane.org>
@ 2010-10-09 14:30   ` Michael Kerrisk
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk @ 2010-10-09 14:30 UTC (permalink / raw)
  To: Simon Paillard; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On Wed, Oct 6, 2010 at 8:50 PM, Simon Paillard
<simon.paillard-RGJHTEmuthQGuQl/6FzYuenJ6Cvpl5oe@public.gmane.org> wrote:
> Hi,
>
> While translating getaddrinfo_a to french, I noticed that the english
> formatting was not very consistent from the synchronous to the
> asynchronous description.
>
>  Perform the look-ups synchronously; <--- ;
> [..]
>  .B GAI_NOWAIT
>  Perform the look-ups asynchronously. <--- .
>
> Quite minor, patch attached.

Thanks Simon. Applied for man-pages-3.29.

Cheers,

Michael



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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:[~2010-10-09 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 18:50 getaddrinfo_a.3: format fix for consistency Simon Paillard
     [not found] ` <20101006185025.GA28069-rDcs+Gj2AbVLW68A47UQ4qHonnlKzd3f@public.gmane.org>
2010-10-09 14:30   ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox