Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931141 - sys-apps/man-pages Poorly formatted man page: /usr/share/man/man3/pthread_cond_init.3.bz2
Summary: sys-apps/man-pages Poorly formatted man page: /usr/share/man/man3/pthread_con...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-03 16:41 UTC by Isak Ellmer
Modified: 2024-05-03 18:03 UTC (History)
0 users

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


Attachments
The man pages installed by portage in /usr/share/man/man3/ (pthread_cond_init.3.bz2,2.51 KB, application/x-compressed)
2024-05-03 16:41 UTC, Isak Ellmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Isak Ellmer 2024-05-03 16:41:20 UTC
Created attachment 892212 [details]
The man pages installed by portage in /usr/share/man/man3/

The file /usr/share/man/man3/pthread_cond_init.3.bz2 is not formatted properly. The functions do not follow each other separate on lines like they normally do. It is very hard to read when the functions are all stacked on a single line. I assume this is not intended.

There is a similar problem with pthread_mutex_init and I assume some more of the pthread man pages.