Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 164497

Summary: sys-apps/man-pages-2.42 - typo in manpage of mq_notify(3)
Product: Gentoo Linux Reporter: pigfoot <pigfoot>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED UPSTREAM    
Severity: enhancement    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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/