From owner-cvs-usrbin Sun Sep 7 08:13:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA23677 for cvs-usrbin-outgoing; Sun, 7 Sep 1997 08:13:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA23571; Sun, 7 Sep 1997 08:11:48 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA08028; Sun, 7 Sep 1997 08:09:23 -0700 (PDT) Date: Sun, 7 Sep 1997 08:09:23 -0700 (PDT) Message-Id: <199709071509.IAA08028@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/comm comm.1 comm.c src/usr.bin/uniq uniq.1 uniq.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/09/07 08:09:23 PDT Modified files: usr.bin/comm comm.1 comm.c usr.bin/uniq uniq.1 uniq.c Log: Teach comm(1) and uniq(1) about an option for case-insensitive work. PR: 3042 Submitted by: graphix@iastate.edu (Kent Vander Velden) Revision Changes Path 1.3 +5 -2 src/usr.bin/comm/comm.1 1.4 +19 -5 src/usr.bin/comm/comm.c 1.3 +5 -1 src/usr.bin/uniq/uniq.1 1.4 +13 -4 src/usr.bin/uniq/uniq.c From owner-cvs-usrbin Thu Sep 11 19:25:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21141 for cvs-usrbin-outgoing; Thu, 11 Sep 1997 19:25:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA21104; Thu, 11 Sep 1997 19:25:23 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA18016; Thu, 11 Sep 1997 19:22:22 -0700 (PDT) Date: Thu, 11 Sep 1997 19:22:22 -0700 (PDT) Message-Id: <199709120222.TAA18016@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/09/11 19:22:22 PDT Modified files: usr.bin/w w.c Log: The "-d" option dumps out the entire process list on a per controlling tty basis, instead of just the top level process. Submitted by: terry Revision Changes Path 1.22 +40 -11 src/usr.bin/w/w.c From owner-cvs-usrbin Thu Sep 11 19:29:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21391 for cvs-usrbin-outgoing; Thu, 11 Sep 1997 19:29:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA21338; Thu, 11 Sep 1997 19:29:14 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA18058; Thu, 11 Sep 1997 19:26:13 -0700 (PDT) Date: Thu, 11 Sep 1997 19:26:13 -0700 (PDT) Message-Id: <199709120226.TAA18058@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/w w.1 w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/09/11 19:26:13 PDT Modified files: usr.bin/w w.1 w.c Log: Document newly added -d option and fix usage string Revision Changes Path 1.8 +5 -2 src/usr.bin/w/w.1 1.23 +2 -2 src/usr.bin/w/w.c From owner-cvs-usrbin Sat Sep 13 05:25:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA02248 for cvs-usrbin-outgoing; Sat, 13 Sep 1997 05:25:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA02156; Sat, 13 Sep 1997 05:23:24 -0700 (PDT) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA16594; Sat, 13 Sep 1997 05:20:12 -0700 (PDT) Date: Sat, 13 Sep 1997 05:20:12 -0700 (PDT) Message-Id: <199709131220.FAA16594@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/chpass Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/09/13 05:20:11 PDT Modified files: usr.bin/chpass Makefile Log: Add manpage links ypchpass.1, ypchfn.1, ypchsh.1 Revision Changes Path 1.12 +3 -0 src/usr.bin/chpass/Makefile From owner-cvs-usrbin Sat Sep 13 05:26:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA02284 for cvs-usrbin-outgoing; Sat, 13 Sep 1997 05:26:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA02210; Sat, 13 Sep 1997 05:24:38 -0700 (PDT) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA16709; Sat, 13 Sep 1997 05:21:26 -0700 (PDT) Date: Sat, 13 Sep 1997 05:21:26 -0700 (PDT) Message-Id: <199709131221.FAA16709@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/chpass Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/09/13 05:21:26 PDT Modified files: (Branch: RELENG_2_2) usr.bin/chpass Makefile Log: Add manpage links ypchpass.1, ypchfn.1, ypchsh.1 Revision Changes Path 1.9.2.1 +3 -0 src/usr.bin/chpass/Makefile From owner-cvs-usrbin Sat Sep 13 09:05:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA11288 for cvs-usrbin-outgoing; Sat, 13 Sep 1997 09:05:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA11226; Sat, 13 Sep 1997 09:05:09 -0700 (PDT) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA03654; Sat, 13 Sep 1997 09:01:55 -0700 (PDT) Date: Sat, 13 Sep 1997 09:01:55 -0700 (PDT) Message-Id: <199709131601.JAA03654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/bin/chio chio.1 src/bin/date date.1 src/contrib/gcc gcc.1 src/contrib/nvi/docs/USD.doc/vi.man vi.1 src/contrib/top top.X src/gnu/usr.bin/gzip gzip.1 src/gnu/usr.bin/ld/rtld rtld.1 src/gnu/usr.bin/man/catman catman.1 ... Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/09/13 09:01:55 PDT Modified files: bin/chio chio.1 bin/date date.1 contrib/gcc gcc.1 contrib/nvi/docs/USD.doc/vi.man vi.1 contrib/top top.X gnu/usr.bin/gzip gzip.1 gnu/usr.bin/ld/rtld rtld.1 gnu/usr.bin/man/catman catman.1 usr.bin/passwd passwd.1 usr.sbin/cdcontrol cdcontrol.1 usr.sbin/crunch/crunchgen crunchgen.1 usr.sbin/sgsc sgsc.1 Log: spelling corrections. PR: docs/4450 Submitted by: josh@quick.net Revision Changes Path 1.3 +1 -1 src/bin/chio/chio.1 1.18 +2 -2 src/bin/date/date.1 1.9 +3 -3 src/contrib/gcc/gcc.1 1.3 +1 -1 src/contrib/nvi/docs/USD.doc/vi.man/vi.1 1.3 +1 -1 src/contrib/top/top.X 1.6 +1 -1 src/gnu/usr.bin/gzip/gzip.1 1.15 +3 -3 src/gnu/usr.bin/ld/rtld/rtld.1 1.13 +3 -3 src/gnu/usr.bin/man/catman/catman.1 1.7 +1 -1 src/usr.bin/passwd/passwd.1 1.12 +3 -3 src/usr.sbin/cdcontrol/cdcontrol.1 1.4 +2 -2 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.2 +1 -1 src/usr.sbin/sgsc/sgsc.1 From owner-cvs-usrbin Sat Sep 13 10:49:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA15993 for cvs-usrbin-outgoing; Sat, 13 Sep 1997 10:49:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA15889; Sat, 13 Sep 1997 10:47:35 -0700 (PDT) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA05039; Sat, 13 Sep 1997 10:44:21 -0700 (PDT) Date: Sat, 13 Sep 1997 10:44:21 -0700 (PDT) Message-Id: <199709131744.KAA05039@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su su.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/09/13 10:44:21 PDT Modified files: usr.bin/su su.1 Log: PR: docs/4383 su manpage ambiguous regarding command prompt Submitted by: sheldonh@iafrica.com Revision Changes Path 1.11 +14 -5 src/usr.bin/su/su.1