Opened 3 years ago

Closed 3 years ago

#4750 closed task (fixed)

man-pages-5.09

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 10.1
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (2)

comment:1 by Bruce Dubbs, 3 years ago

Changes in man-pages-5.09

New and rewritten pages

circleq.3
        New page with 'circleq' content extracted from queue(3)

list.3
        New page with 'list' content extracted from queue(3)


pthread_attr_setsigmask_np.3
        New page for pthread_attr_setsigmask_np() + pthread_attr_getsigmask_np()
            Add a page documenting the pthread_attr_setsigmask_np(3) and
            pthread_attr_getsigmask_np(3) functions added in glibc 2.32.

slist.3
        New page with 'slist' content extracted from queue(3)

stailq.3
        New page with 'stailq' content extracted from queue(3)

tailq.3
        New page with 'tailq' content extracted from queue(3)

system_data_types.7
        A new page documenting a wide range of system data types.

kernel_lockdown.7
        New page documenting the Kernel Lockdown feature

queue.7
        Create summary page for 'queue' APIs
            The former queue(3) page was rather unwieldy, as it attempted to
            describe too many APIs. After splitting that content out into a
            number of smaller pages ( circleq.3, list.3, slist.3, stailq.3,
            and tailq.3) move the much-reduced queue(3) page, which is now
            essentially a summary of those APIs, from Section 3 to Section 7.

Newly documented interfaces in existing pages

fanotify_init.2
fanotify.7
        Document FAN_REPORT_DIR_FID

fanotify_init.2
fanotify.7
        Document FAN_REPORT_NAME

statx.2
        Add STATX_ATTR_DAX

strerror.3
        Document strerrorname_np() and strerrordesc_np()
            strerrorname_np() and strerrordesc_np() were added in glibc 2.32.

strsignal.3
        Document sigabbrev_np() and sigdescr_np().
            sigabbrev_np() and sigdescr_np() were added in glibc 2.32.

loop.4
        Document LOOP_CONFIGURE ioctl
        Document LO_FLAGS_DIRECT_IO flag

capabilities.7
        Document the CAP_CHECKPOINT_RESTORE capability added in Linux 5.9

ip.7
        Document IP_PASSSEC for UDP sockets

ip.7
socket.7
        Document SO_PEERSEC for AF_INET sockets
        Document SO_INCOMING_NAPI_ID

socket.7
unix.7
        Add initial description for SO_PEERSEC

Global Changes and Links too numerous to list.

comment:2 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 12060.

Note: See TracTickets for help on using tickets.