From owner-cvs-src@FreeBSD.ORG Sun May 20 16:58:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4046A16A421; Sun, 20 May 2007 16:58:14 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id AA38213C44B; Sun, 20 May 2007 16:58:13 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l4KGvNHq005197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 20 May 2007 19:57:31 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l4KGv49n002198; Sun, 20 May 2007 19:57:16 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l4KGv4pr002197; Sun, 20 May 2007 19:57:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 20 May 2007 19:57:04 +0300 From: Giorgos Keramidas To: Dag-Erling Sm??rgrav Message-ID: <20070520165704.GA2140@kobe.laptop> References: <200705181357.l4IDvHIP099048@repoman.freebsd.org> <20070518204131.GA50910@xor.obsecurity.org> <20070518205340.GA36079@kobe.laptop> <20070519073416.L44599@delplex.bde.org> <20070520023345.GB2239@kobe.laptop> <86veenokbx.fsf@dwp.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86veenokbx.fsf@dwp.des.no> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.524, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, Bruce Evans , cvs-all@FreeBSD.org, Tim Kientzle , Kris Kennaway Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 20 May 2007 16:58:14 -0000 On 2007-05-20 12:33, Dag-Erling Sm??rgrav wrote: > Giorgos Keramidas writes: > > On 2007-05-19 08:07, Bruce Evans wrote: > > > - it spells the mount command as mount_cd9660 instead of "mount -t cd9660". > > Both right on the spot. Would the following look better? > > > > To attach an md(4) device to an ISO 9660 CD-ROM image, and mount it: > > > > mdconfig -a -t vnode -u 10 -f cdimage.iso > > mount_cd9660 /dev/md10 /mnt > > You missed a spot (see quoted text) Right. That will teach me to post messages before 06:00am and before I'm fully awake :) Thanks