From owner-cvs-all@FreeBSD.ORG Fri Feb 6 23:22:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0244716A4CE; Fri, 6 Feb 2004 23:22:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E42B43D31; Fri, 6 Feb 2004 23:22:12 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i177MC0B092175; Fri, 6 Feb 2004 23:22:12 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i177MCiw092171; Fri, 6 Feb 2004 23:22:12 -0800 (PST) (envelope-from ru) Message-Id: <200402070722.i177MCiw092171@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 6 Feb 2004 23:22:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/xinstall xinstall.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 07:22:13 -0000 ru 2004/02/06 23:22:12 PST FreeBSD src repository Modified files: usr.bin/xinstall xinstall.c Log: - Demangle usage(). - Require the "directory" argument with the -d option. Revision Changes Path 1.63 +9 -10 src/usr.bin/xinstall/xinstall.c