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

            Bug ID: 292820
           Summary: Remove duplicate entries in man intro(9) for
                    vm_page_alloc(9) and vm_page_bits(9)
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Manual Pages
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Remove duplicate entries for vm_page_alloc(9) and vm_page_bits(9)
https://discord.com/channels/727023752348434432/760416197803245591/1466630197443952732
https://man.freebsd.org/cgi/man.cgi?intro(9)

  Memory Management
       Dynamic    memory    allocations inside the kernel are generally done
using
       malloc(9).  Frequently allocated    objects    may prefer to use uma(9).

       Much of the virtual memory system  operates  on    vm_page_t 
structures.
       The following functions are documented:

         vm_page_advise(9),    **vm_page_alloc(9**), **vm_page_bits(9)**,
         vm_page_aflag(9), **~~vm_page_alloc(9)~~**, **~~vm_page_bits(9)~~**,
         vm_page_busy(9), vm_page_deactivate(9), vm_page_free(9),
         vm_page_grab(9), vm_page_insert(9), vm_page_lookup(9),
         vm_page_rename(9),    vm_page_sbusy(9), vm_page_wire(9)

       Virtual address space maps are managed with the vm_map(9) API.

       The  machine-dependent  portion    of  the     virtual  memory  stack   
is the
       pmap(9) module.

       Allocation policies for    NUMA  memory  domains  are  managed  with 
the
       domainset(9) API.

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

Reply via email to