Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265913 - sys-apps/man-pages sigpending errors
Summary: sys-apps/man-pages sigpending errors
Status: VERIFIED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-12 22:17 UTC by Christopher Head
Modified: 2009-10-22 08:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Head 2009-04-12 22:17:49 UTC
In the man page for sigpending (in man-pages-3.19), I see the following errors:

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

2. The next line states "A child created via fork(2) initially has an empty pending signal set; the pending signal set is preserved across an execve(2).". However, the man page for execve states that "The set of pending signals is cleared (sigpending(2)).". I am not sure which is correct, but these are obviously contradictory.

Reproducible: Always

Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2009-04-13 01:04:44 UTC
ive sent patches upstream for both issues.  i dont bother adding fixes to the package as the man page guys are pretty good at putting out regular updates, and it isnt like documentation is super critical ;).