From owner-freebsd-arch Tue Feb 27 14:45: 6 2001 Delivered-To: freebsd-arch@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id A285B37B720; Tue, 27 Feb 2001 14:45:03 -0800 (PST) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA11248; Tue, 27 Feb 2001 14:45:04 -0800 Date: Tue, 27 Feb 2001 14:45:02 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: arch@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sure. But let's get them in the tree. Now. > > On 27-Feb-01 Matthew Jacob wrote: > > > > Other than this- I'd check 'em in. > > > > --- /usr/share/man/man9/resource_query_string.9 Tue Feb 27 14:38:06 2001 > > +++ ./resource_query_string.9 Tue Feb 27 14:31:32 2001 > > @@ -45,8 +45,7 @@ > > .Pp > > Fetches a string value from the hints mechanism. > > .Pp > > -.Fn resouce_query_string > > -is called to see enumerate all possible > > +.Fn resouce_query_string is called to see enumerate all possible > > strings. It returns the next one after num that is available, or -1 > > if nothing further is available. resource_query_name is passed the > > return of resource_query_string and returns its value. > > Eek, the current style in the tree would render this something more like: > > .Pp > .Fn resource_query_string > is called to enumerate all possible strings. > It returns the next one after > .Fa num > that is available, > or -1 if nothing further is available. > .Fn resource_query_name > is passed the returned value of > .Fn resource_query_string > and returns its value. > > I.e., each new sentence starts on a new line (to help with translation) and > you mark up stuff. I'll try and look at this today or tomorrow for mdoc > stuff. Though you probably want to send them off to ru, mpp, sheldonh, and/or > asmodai as well. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message