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". 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 -- 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