Date: Mon, 16 Sep 2002 15:05:17 -0400 (EDT) From: John Baldwin <jhb@FreeBSD.org> To: Nate Lawson <nate@root.org> Cc: current@freebsd.org Subject: RE: getnewvnode man page update Message-ID: <XFMail.20020916150517.jhb@FreeBSD.org> In-Reply-To: <Pine.BSF.4.21.0209161100380.37629-100000@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16-Sep-2002 Nate Lawson wrote: > Ok? > > Index: getnewvnode.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/getnewvnode.9,v > retrieving revision 1.1 > diff -u -u -r1.1 getnewvnode.9 > --- getnewvnode.9 2 Dec 2001 02:13:35 -0000 1.1 > +++ getnewvnode.9 16 Sep 2002 10:59:58 -0000 > @@ -37,7 +37,7 @@ > .In sys/vnode.h > .In sys/mount.h > .Ft int > -.Fn getnewvnode "enum vtagtype tag" "struct mount *mp" "vop_t > **vops" "struct vnode **vpp" > +.Fn getnewvnode "const char *tag" "struct mount *mp" "vop_t > **vops" "struct vnode **vpp" > .Sh DESCRIPTION > The > .Fn getnewvnode > @@ -51,7 +51,8 @@ > are: > .Bl -tag -width ".Fa vops" > .It Fa tag > -The filesystem type. > +The filesystem type string. This field should only be referenced for > +debugging or for userland utilities. Add a newline at the start of the new sentence. This makes it easier for translators. Thus: -The filesystem type. +The filesystem type string. +This field should only be referenced for debugging or for +userland utilities. or some such. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020916150517.jhb>