From owner-cvs-all Mon Aug 13 9:33:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFB3D37B405; Mon, 13 Aug 2001 09:33:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DGX0Y26208; Mon, 13 Aug 2001 09:33:00 -0700 (PDT) (envelope-from ru) Message-Id: <200108131633.f7DGX0Y26208@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Aug 2001 09:33:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/ld ld.1aout src/lib/libc/sys getsid.2 src/lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sem_destroy.3 sem_getvalue.3 sem_init.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/13 09:33:00 PDT Modified files: gnu/usr.bin/ld ld.1aout lib/libc/sys getsid.2 lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 sem_wait.3 sigwait.3 lib/libstand libstand.3 sbin/kget kget.8 sbin/mount_hpfs mount_hpfs.8 sbin/mount_nullfs mount_nullfs.8 sbin/mount_umapfs mount_umapfs.8 share/man/man4/man4.i386 svr4.4 share/man/man4 ng_mppc.4 pass.4 pci.4 share/man/man5 elf.5 share/man/man9 condvar.9 sx.9 sys/boot/forth loader.4th.8 usr.bin/file2c file2c.1 usr.bin/kenv kenv.1 usr.bin/sockstat sockstat.1 usr.bin/which which.1 usr.sbin/ancontrol ancontrol.8 usr.sbin/ctm/ctm ctm.1 ctm.5 usr.sbin/ctm/ctm_rmail ctm_rmail.1 usr.sbin/i4b/isdnd isdnd.8 usr.sbin/i4b/man i4bing.4 usr.sbin/pciconf pciconf.8 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/usbd usbd.8 usbd.conf.5 Log: Spell "FreeBSD" with "F" and "BSD" in uppercase. Revision Changes Path 1.26 +3 -2 src/gnu/usr.bin/ld/ld.1aout 1.8 +2 -2 src/lib/libc/sys/getsid.2 1.9 +2 -2 src/lib/libc_r/man/pthread_attr.3 1.8 +2 -2 src/lib/libc_r/man/pthread_condattr.3 1.7 +2 -2 src/lib/libc_r/man/pthread_kill.3 1.6 +2 -2 src/lib/libc_r/man/pthread_mutexattr.3 1.5 +2 -2 src/lib/libc_r/man/pthread_schedparam.3 1.8 +2 -2 src/lib/libc_r/man/pthread_sigmask.3 1.8 +2 -2 src/lib/libc_r/man/sem_destroy.3 1.8 +2 -2 src/lib/libc_r/man/sem_getvalue.3 1.10 +2 -2 src/lib/libc_r/man/sem_init.3 1.6 +2 -2 src/lib/libc_r/man/sem_open.3 1.9 +2 -2 src/lib/libc_r/man/sem_post.3 1.6 +2 -2 src/lib/libc_r/man/sem_wait.3 1.6 +2 -2 src/lib/libc_r/man/sigwait.3 1.16 +2 -2 src/lib/libstand/libstand.3 1.10 +2 -2 src/sbin/kget/kget.8 1.7 +3 -2 src/sbin/mount_hpfs/mount_hpfs.8 1.21 +4 -2 src/sbin/mount_nullfs/mount_nullfs.8 1.15 +4 -2 src/sbin/mount_umapfs/mount_umapfs.8 1.6 +2 -2 src/share/man/man4/man4.i386/svr4.4 1.10 +2 -2 src/share/man/man4/ng_mppc.4 1.11 +2 -2 src/share/man/man4/pass.4 1.11 +2 -2 src/share/man/man4/pci.4 1.17 +3 -2 src/share/man/man5/elf.5 1.4 +2 -2 src/share/man/man9/condvar.9 1.6 +2 -2 src/share/man/man9/sx.9 1.10 +2 -2 src/sys/boot/forth/loader.4th.8 1.10 +2 -2 src/usr.bin/file2c/file2c.1 1.5 +2 -2 src/usr.bin/kenv/kenv.1 1.16 +2 -2 src/usr.bin/sockstat/sockstat.1 1.20 +2 -2 src/usr.bin/which/which.1 1.15 +3 -2 src/usr.sbin/ancontrol/ancontrol.8 1.24 +4 -4 src/usr.sbin/ctm/ctm/ctm.1 1.14 +2 -2 src/usr.sbin/ctm/ctm/ctm.5 1.25 +3 -3 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 1.20 +2 -2 src/usr.sbin/i4b/isdnd/isdnd.8 1.6 +4 -2 src/usr.sbin/i4b/man/i4bing.4 1.16 +2 -2 src/usr.sbin/pciconf/pciconf.8 1.50 +2 -2 src/usr.sbin/pkg_install/add/pkg_add.1 1.17 +2 -2 src/usr.sbin/usbd/usbd.8 1.10 +2 -2 src/usr.sbin/usbd/usbd.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message