[Bug 253894] Missing man pages for recently added VOPs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 27 15:20:56 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253894

            Bug ID: 253894
           Summary: Missing man pages for recently added VOPs
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Manual Pages
          Assignee: bugs at FreeBSD.org
          Reporter: rwatson at FreeBSD.org
                CC: doc at FreeBSD.org

Historically, there was a man page for [pretty much] each vnode operation in
section 9 -- e.g., VOP_READ(9), VOP_GETATTR(9), etc. However, some more
recently added operations appear to be without them:

  VOP_FPLOOKUP_VEXEC
  VOP_FPLOOKUP_SYMLINK
  VOP_MMAPPED
  VOP_NEED_INACTIVE
  VOP_READ_PGCACHE

A few older VOPs also lack man pages:

  VOP_CACHEDLOOKUP
  VOP_POLL
  VOP_SETLABEL          (Arguably my fault, and I'll aim to fix that.)

It would also be nice if VOP_PANIC had a man page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-doc mailing list