Date: Thu, 15 Mar 2001 11:50:02 -0800 (PST) From: "mdoc(7) police" <ru@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/25837: [PATCH] properly document vfc_flags in getvfsent(3) Message-ID: <200103151950.f2FJo2S62063@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/25837; it has been noted by GNATS. From: "mdoc(7) police" <ru@FreeBSD.org> To: Tony Finch <dot@dotat.at> Cc: bug-followup@FreeBSD.org Subject: Re: bin/25837: [PATCH] properly document vfc_flags in getvfsent(3) Date: Thu, 15 Mar 2001 21:39:34 +0200 On Thu, Mar 15, 2001 at 04:54:06AM +0000, Tony Finch wrote: > > Index: getvfsbyname.3 [...] > .Sh SEE ALSO > +.Xr getvfsent 3 , > .Xr mount 2 , > .Xr sysctl 3 , > .Xr mount 8 , SEE ALSO entries should be sorted by section number first, then by name. > Index: getvfsent.3 [...] > +The flags are defined as follows: > +.Bl -tag -width VFCF_SYNTHETIC > +.It VFCF_STATIC > +statically compiled into kernel > +.It VFCF_NETWORK > +may get data over the network > +.It VFCF_READONLY > +writes are not implemented > +.It VFCF_SYNTHETIC > +data does not represent real files > +.It VFCF_LOOPBACK > +aliases some other mounted FS > +.It VFCF_UNICODE > +stores file names as Unicode > .El #defined values should be flagged with ``Dv'' macro. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103151950.f2FJo2S62063>