From owner-cvs-src Thu Feb 13 14:10:14 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 855B937B401; Thu, 13 Feb 2003 14:10:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A4943FBD; Thu, 13 Feb 2003 14:10:11 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1DMAAbv011663; Thu, 13 Feb 2003 14:10:10 -0800 (PST) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1DMAA0q011662; Thu, 13 Feb 2003 14:10:10 -0800 (PST) Message-Id: <200302132210.h1DMAA0q011662@repoman.freebsd.org> From: Alexey Zelkin Date: Thu, 13 Feb 2003 14:10:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_attr_setcreatesuspend_np.3 pthread_main_np.3 pthread_multi_np.3 pthread_mutexattr_getkind_np.3 pthread_resume_all_np.3 pthread_resume_np.3 pthread_set_name_np.3 pthread_suspend_all_np.3 pthread_suspend_np.3 pthread_switch_add_np.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2003/02/13 14:10:10 PST Added files: lib/libc_r/man pthread_attr_setcreatesuspend_np.3 pthread_main_np.3 pthread_multi_np.3 pthread_mutexattr_getkind_np.3 pthread_resume_all_np.3 pthread_resume_np.3 pthread_set_name_np.3 pthread_suspend_all_np.3 pthread_suspend_np.3 pthread_switch_add_np.3 Log: Finally! Document all undocumented functions in libc_r. Add manual pages for following functions: . pthread_attr_setcreatesuspend_np(3) . pthread_main_np(3) . pthread_multi_np(3) . pthread_single_np(3) . pthread_mutexattr_getkind_np(3) . pthread_mutexattr_setkind_np(3) . pthread_resume_all_np(3) . pthread_resume_np(3) . pthread_set_name_np(3) . pthread_suspend_all_np(3) . pthread_suspend_np(3) . pthread_switch_add_np(3) . pthread_switch_delete_np(3) MFC after: 3 days Revision Changes Path 1.1 +74 -0 src/lib/libc_r/man/pthread_attr_setcreatesuspend_np.3 (new) 1.1 +67 -0 src/lib/libc_r/man/pthread_main_np.3 (new) 1.1 +64 -0 src/lib/libc_r/man/pthread_multi_np.3 (new) 1.1 +84 -0 src/lib/libc_r/man/pthread_mutexattr_getkind_np.3 (new) 1.1 +55 -0 src/lib/libc_r/man/pthread_resume_all_np.3 (new) 1.1 +76 -0 src/lib/libc_r/man/pthread_resume_np.3 (new) 1.1 +59 -0 src/lib/libc_r/man/pthread_set_name_np.3 (new) 1.1 +56 -0 src/lib/libc_r/man/pthread_suspend_all_np.3 (new) 1.1 +74 -0 src/lib/libc_r/man/pthread_suspend_np.3 (new) 1.1 +87 -0 src/lib/libc_r/man/pthread_switch_add_np.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message