On Fri, Aug 24, 2018 at 11:47:35AM +0200, Mark Kettenis wrote:
> correct, but I'd leave out the second "until".

I prefer with the second until, but I'm not super-fussed.

Here's the diff without the second, OK?

Index: dl_iterate_phdr.3
===================================================================
RCS file: /cvs/src/share/man/man3/dl_iterate_phdr.3,v
retrieving revision 1.4
diff -u -p -r1.4 dl_iterate_phdr.3
--- dl_iterate_phdr.3   5 Jun 2013 03:42:03 -0000       1.4
+++ dl_iterate_phdr.3   24 Aug 2018 09:58:53 -0000
@@ -34,6 +34,11 @@ for each shared object, passing it infor
 program headers and the
 .Fa data
 argument.
+Iteration continues until either there are no more objects to
+iterate over, or
+.Fa callback
+returns a non-zero value.
+.Pp
 The information about the program headers is passed in a structure
 that is defined as:
 .Bd -literal

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Reply via email to