]> git.ipfire.org Git - thirdparty/man-pages.git/commit
getdents.2, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, pthread_seta...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 11 Nov 2008 13:35:25 +0000 (08:35 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 11 Nov 2008 19:51:13 +0000 (14:51 -0500)
commit940c8ce24412db4aa871c35905729c42ef2c9d31
treec13e16d32a195d312569c956eebde7f6cdd08965
parent13466d9898f4cc3df77bb6361e4748fb6df2d7f6
getdents.2, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, pthread_setaffinity_np.3, pthread_setschedparam.3, pthread_tryjoin_np.3: Use consistent error-handling function names

Many older pages use a handle_error() macro to do simple
error handling from system and library function calls.
Switch these pages to do similar.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/getdents.2
man3/pthread_attr_init.3
man3/pthread_create.3
man3/pthread_getattr_np.3
man3/pthread_setaffinity_np.3
man3/pthread_setschedparam.3
man3/pthread_tryjoin_np.3