From owner-freebsd-current Mon Sep 16 12: 5:41 2002 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 8790E37B400 for ; Mon, 16 Sep 2002 12:05:39 -0700 (PDT) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 219C943E4A for ; Mon, 16 Sep 2002 12:05:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 18293 invoked from network); 16 Sep 2002 19:05:35 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Sep 2002 19:05:35 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8GJ5bBv054987; Mon, 16 Sep 2002 15:05:37 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 16 Sep 2002 15:05:17 -0400 (EDT) From: John Baldwin To: Nate Lawson Subject: RE: getnewvnode man page update Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 <>< 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