From owner-cvs-bin Sun Feb 18 10:48:38 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27501 for cvs-bin-outgoing; Sun, 18 Feb 1996 10:48:38 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27477 Sun, 18 Feb 1996 10:48:28 -0800 (PST) Date: Sun, 18 Feb 1996 10:48:28 -0800 (PST) From: Wolfram Schneider Message-Id: <199602181848.KAA27477@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/cp cp.1 cp.c extern.h utils.c Sender: owner-cvs-bin@FreeBSD.ORG Precedence: bulk wosch 96/02/18 10:48:28 Modified: bin/cp cp.1 cp.c extern.h utils.c Log: Option -f implemented (remove + create) option -f and -i are exclusive all flag variables initialized with zero respond `Y' is equal to `y' update usage string Revision Changes Path 1.3 +16 -7 src/bin/cp/cp.1 1.7 +7 -4 src/bin/cp/cp.c 1.3 +2 -2 src/bin/cp/extern.h 1.6 +14 -5 src/bin/cp/utils.c