From owner-svn-src-all@FreeBSD.ORG Mon Feb 2 11:42:59 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D48C61065673 for ; Mon, 2 Feb 2009 11:42:59 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9C5988FC19 for ; Mon, 2 Feb 2009 11:42:58 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 02 Feb 2009 11:42:56 -0000 Received: from p54A3EDDF.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.237.223] by mail.gmx.net (mp021) with SMTP; 02 Feb 2009 12:42:56 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX19cqHRwH+FcOHA1ij5slYhB+Hx9rRFTsFh0fLGQit 3TsTrazawYHbHe Message-ID: <4986DC3D.5020708@gmx.de> Date: Mon, 02 Feb 2009 12:42:53 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Ed Schouten References: <200902021119.n12BJva6095787@svn.freebsd.org> <20090202113141.GH1230@hoeg.nl> In-Reply-To: <20090202113141.GH1230@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Robert Watson Subject: Re: svn commit: r188006 - in head/usr.bin: basename dirname X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 11:43:00 -0000 Ed Schouten schrieb: > Hi Robert, > > * Robert Watson wrote: >> - (void)fprintf(stderr, "usage: dirname string\n"); >> + (void)fprintf(stderr, "usage: dirname string [...]\n"); > > Maybe we shouldn't use brackets here, like rm(1): > > usage: rm [-f | -i] [-dIPRrvW] file ... Also there are no [] around the ... in the manpages of rm, chmod, cp, chown, ...