From owner-cvs-bin Tue Apr 15 22:59:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12254 for cvs-bin-outgoing; Tue, 15 Apr 1997 22:59:24 -0700 (PDT) Received: (from danny@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12247; Tue, 15 Apr 1997 22:59:22 -0700 (PDT) Date: Tue, 15 Apr 1997 22:59:22 -0700 (PDT) From: "Daniel O'Callaghan" Message-Id: <199704160559.WAA12247@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/date date.1 date.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk danny 97/04/15 22:59:22 Modified: bin/date date.1 date.c Log: Fix typo in comment; Document in an example that years beyond 1999 are handled; fix typo in same example. Revision Changes Path 1.12 +2 -2 src/bin/date/date.1 1.12 +2 -2 src/bin/date/date.c From owner-cvs-bin Wed Apr 16 09:08:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05004 for cvs-bin-outgoing; Wed, 16 Apr 1997 09:08:18 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA04996; Wed, 16 Apr 1997 09:08:15 -0700 (PDT) Date: Wed, 16 Apr 1997 09:08:15 -0700 (PDT) From: John Polstra Message-Id: <199704161608.JAA04996@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ps print.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/04/16 09:08:14 Modified: bin/ps print.c Log: When "-c" is specified, don't pad the command with spaces if it is the last field on the line. "ps -axlc" was needlessly wrapping around on 80-character windows. Revision Changes Path 1.20 +5 -2 src/bin/ps/print.c From owner-cvs-bin Wed Apr 16 09:10:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05334 for cvs-bin-outgoing; Wed, 16 Apr 1997 09:10:54 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05327; Wed, 16 Apr 1997 09:10:52 -0700 (PDT) Date: Wed, 16 Apr 1997 09:10:52 -0700 (PDT) From: John Polstra Message-Id: <199704161610.JAA05327@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ps print.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/04/16 09:10:51 Branch: bin/ps RELENG_2_2 Modified: bin/ps print.c Log: Merge from main branch 1.19 -> 1.20: Don't pad the "-c" command field if it is the last field on the line. Revision Changes Path 1.16.2.1 +5 -2 src/bin/ps/print.c