Date: Thu, 29 Jan 2004 15:42:54 +0100 From: Guido van Rooij <guido@gvr.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mount.c Message-ID: <20040129144254.GA31547@gvr.gvr.org> In-Reply-To: <20040129143437.GI19899@FreeBSD.org.ua> References: <200401291316.i0TDGpbj052050@repoman.freebsd.org> <20040129132732.GB19899@FreeBSD.org.ua> <xzpu12e7sr7.fsf@dwp.des.no> <20040129140955.GX47004@submonkey.net> <20040129142659.GA23750@gvr.gvr.org> <20040129143208.GH19899@FreeBSD.org.ua> <20040129143437.GI19899@FreeBSD.org.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040129144254.GA31547>