From owner-cvs-src@FreeBSD.ORG Thu Jan 29 06:42:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C4C16A4CE; Thu, 29 Jan 2004 06:42:56 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A4BE43D31; Thu, 29 Jan 2004 06:42:55 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 920E246; Thu, 29 Jan 2004 15:42:54 +0100 (CET) Date: Thu, 29 Jan 2004 15:42:54 +0100 From: Guido van Rooij To: Ruslan Ermilov Message-ID: <20040129144254.GA31547@gvr.gvr.org> References: <200401291316.i0TDGpbj052050@repoman.freebsd.org> <20040129132732.GB19899@FreeBSD.org.ua> <20040129140955.GX47004@submonkey.net> <20040129142659.GA23750@gvr.gvr.org> <20040129143208.GH19899@FreeBSD.org.ua> <20040129143437.GI19899@FreeBSD.org.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040129143437.GI19899@FreeBSD.org.ua> cc: Dag-Erling Sm?rgrav cc: Ceri Davies cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 14:42:56 -0000 On Thu, Jan 29, 2004 at 04:34:37PM +0200, Ruslan Ermilov wrote: > > usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node > > mount [-adfpruvw] [ -F fstab] [-t ufs | external_type] > > mount [-dfpruvw] special | node > > > > Can you see the -a option on the first line with -o? I can't. > > The fix is to add -a as allowed option to the first line of > > program's usage() and manpage's SYNOPSIS. > > > Oops, the correct fix is to add [-o options] to the second lines > of course. Done. -Guido