Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164497 - sys-apps/man-pages-2.42 - typo in manpage of mq_notify(3)
Summary: sys-apps/man-pages-2.42 - typo in manpage of mq_notify(3)
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 04:59 UTC by pigfoot
Modified: 2007-01-30 08:43 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 pigfoot 2007-01-30 04:59:48 UTC
The sample code of manpage mq_notify(3) in sys-apps/man-pages-2.42 will cause mis-compiling. The original code is:

printf("Read %ld bytes from MQ0, (long) nr);

However, it should be:

printf("Read %ld bytes from MQ0, (long) nr");

Reproducible: Always

Steps to Reproduce:
1. man 3 mq_notify
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-30 08:43:24 UTC
We are not patching manpages. Talk to upstream please.

http://www.win.tue.nl/~aeb/linux/man/