Date: Tue, 27 Feb 2001 14:45:02 -0800 (PST) From: Matthew Jacob <mjacob@feral.com> To: John Baldwin <jhb@FreeBSD.org> Cc: arch@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Message-ID: <Pine.LNX.4.21.0102271444550.2599-100000@zeppo.feral.com> In-Reply-To: <XFMail.010227144404.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0102271444550.2599-100000>