From owner-freebsd-current@FreeBSD.ORG Tue Oct 25 00:04:04 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20EF816A41F for ; Tue, 25 Oct 2005 00:04:04 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634DB43D53 for ; Tue, 25 Oct 2005 00:04:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 11551 invoked by uid 207); 25 Oct 2005 00:03:58 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.153):. Processed in 0.552934 secs); 25 Oct 2005 00:03:58 -0000 Received: from dialup153.ach.sch.gr (HELO flame.pc) ([81.186.70.153]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 25 Oct 2005 00:03:57 -0000 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9P03quJ095139; Tue, 25 Oct 2005 03:03:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9P03m9x095138; Tue, 25 Oct 2005 03:03:48 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Oct 2005 03:03:48 +0300 From: Giorgos Keramidas To: Maxim Konovalov Message-ID: <20051025000348.GA95011@flame.pc> References: <20051023190528.78454.qmail@web26809.mail.ukl.yahoo.com> <20051023233759.B22848@mp2.macomnet.net> <20051024075826.GB1093@galgenberg.net> <20051024120821.B67591@mp2.macomnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051024120821.B67591@mp2.macomnet.net> X-Mailman-Approved-At: Tue, 25 Oct 2005 17:28:00 +0000 Cc: Jisakiel , freebsd-current@freebsd.org Subject: Re: Small typo in /usr/share/examples/make.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 00:04:04 -0000 On 2005-10-24 12:11, Maxim Konovalov wrote: > On Mon, 24 Oct 2005, 09:58+0200, Ulrich Spoerlein wrote: > > While you're at it ... > > > > I was going mad when trying to get a devfs.rules file working and > > noticed the following typo in rc.subr > > > > --- /etc/rc.subr Sun Oct 23 11:23:59 2005 > > +++ /etc/rc.subr.new Mon Oct 24 09:53:17 2005 > > @@ -1184,7 +1184,7 @@ > > } > > > > # devfs_set_ruleset ruleset [dir] > > -# Sets the default ruleset of dir to ruleset. The ruleset arguement > > +# Sets the default ruleset of dir to ruleset. The ruleset argument > > # must be a ruleset name as specified in devfs.rules(5) file. > > # Returns non-zero if it could not set it successfully. > > # > > Being non-native speaker I am not sure this is a error. There are > about a dozen "arguement"s in our src tree and google gives 2.8 > millions. It's definitely a typo.