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

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