OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Jason McIntyre (jmccvs.openbsd.org)
Date: Thu Jul 14 2005 - 09:10:50 CDT


CVSROOT: /cvs
Module name: src
Changes by: jmccvs.openbsd.org 2005/07/14 08:10:50

Modified files:
        lib/libpthread/man: sem_destroy.3 sem_getvalue.3 sem_init.3
                            sem_open.3 sem_post.3 sem_wait.3

Log message:
- make sure sem_ pages reference each other (idea from similar freebsd commit)

- where two functions are documented in the same page, make sure we don;t
reference them both in SEE ALSO. kind of annoying to call up a second man
page and find it's the same as the last one (even more annoying to not
realise two pages are the same till you've finished reading twice ;)...