On Mon, Apr 13, 2009 at 2:42 AM, Mike Frysinger <vapier@xxxxxxxxxx> wrote: > As Christopher Head <chead@xxxxxxxxx> describes: > In NOTES, there is the sentence "The set of signals that is pending for a > thread is the union of the set of signals that is pending for that thread > and the set of threads that is peding for the process as a whole; see > signal(7).". The word "pending" is misspelt (missing a letter "n"); also, > "the set of threads that is pending" should be "the set of signals that is > pending". Thanks. Applied for man-pages-3.22. Cheers, Michael > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> > --- > man2/sigpending.2 | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/sigpending.2 b/man2/sigpending.2 > index e70b614..b5a2715 100644 > --- a/man2/sigpending.2 > +++ b/man2/sigpending.2 > @@ -64,8 +64,8 @@ See > for details on manipulating signal sets. > > The set of signals that is pending for a thread > -is the union of the set of signals that is pending for that thread > -and the set of threads that is peding for the process as a whole; see > +is the union of the set of signals that are pending for that thread > +and the set of signals that are pending for the process as a whole; see > .BR signal (7). > > A child created via > -- > 1.6.2.2 > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html