| Summary: | [PATCH] properly document vfc_flags in getvfsent(3) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Tony Finch <dot> | ||||
| Component: | Books & Articles | Assignee: | dd <dd> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Tony Finch
2001-03-15 19:20:02 UTC
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 Responsible Changed From-To: freebsd-bugs->freebsd-docs docs problem. State Changed From-To: open->analyzed Committed, thanks! Responsible Changed From-To: freebsd-docs->dd My MFC reminder. State Changed From-To: analyzed->closed MFC'd, thanks. |