diff options
author | Alejandro Colomar <alx@kernel.org> | 2025-05-09 00:43:51 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-05-09 00:43:51 +0200 |
commit | a821019e392035c0e58bc718b5f2728e8acbe430 (patch) | |
tree | 2c7493f98c8467b733a7e00aef61a4ac5d473da2 | |
parent | 9de9fc7c7857e80f6e53c63dcb195866e2b510d1 (diff) | |
download | man-pages-a821019e392035c0e58bc718b5f2728e8acbe430.tar.gz |
Start of man-pages-NEXT: Move Changes to Changes.old
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | Changes | 70 | ||||
-rw-r--r-- | Changes.old | 89 |
2 files changed, 98 insertions, 61 deletions
@@ -1,82 +1,30 @@ -==================== Changes in man-pages-6.14 ==================== +==================== Changes in man-pages-?.?? ==================== -Released: 2025-05-09, Aldaya +Released: ????-??-??, ??Location?? New and rewritten pages ----------------------- -man2const/ - UFFDIO_MOVE.2const - -man7/ - mctp.7 - Newly documented interfaces in existing pages --------------------------------------------- -man2/ - fanotify_init.2 - FAN_REPORT_FD_ERROR - FAN_REPORT_MNT - fanotify_mark.2 - FAN_PRE_ACCESS - FAN_MARK_MNTNS - FAN_MNT_ATTACH, FAN_MNT_DETACH - open_by_handle_at.2 - AT_HANDLE_CONNECTABLE - AT_HANDLE_MNT_ID_UNIQUE - -man2const/ - TIOCLINUX.2const - TIOCL_SELCHAR - TIOCL_SELWORD - TIOCL_SELLINE - TIOCL_SELPOINTER - TIOCL_SELCLEAR - TIOCL_SELMOUSEREPORT - -man3/ - abs.3 - uabs(3) - ulabs(3) - ullabs(3) - uimaxabs(3) - -man7/ - fanotify.7 - FAN_DENY_ERRNO() - FAN_REPORT_FD_ERROR - FAN_PRE_ACCESS - FAN_RESPONSE_INFO_AUDIT_RULE - FAN_REPORT_MNT - FAN_MNT_ATTACH, FAN_MNT_DETACH - FAN_EVENT_INFO_TYPE_MNT - New and changed links --------------------- -man3/ - uabs.3 (abs(3)) - ulabs.3 (abs(3)) - ullabs.3 (abs(3)) - uimaxabs.3 (abs(3)) +Removed pages +------------- -Global changes --------------- -- CREDITS, * - - Move in-source contribution records to a new CREDITS file, and - update copyright notices to be uniform across the project. +Removed links +------------- + -- man/ - - Use GNU forward declarations of parameters for sizes of array - parameters. - - \fX => \f[X] - - Use 'path' instead of 'pathname' for parameters. +Global changes +-------------- Changes to individual files diff --git a/Changes.old b/Changes.old index 01058180e7..e47b9d31c1 100644 --- a/Changes.old +++ b/Changes.old @@ -57274,3 +57274,92 @@ Changes to individual files The manual pages and other files in the repository have been improved beyond what this changelog covers. To learn more about changes applied to individual pages, or the authors of changes, use git(1). + + +==================== Changes in man-pages-6.14 ==================== + +Released: 2025-05-09, Aldaya + + +New and rewritten pages +----------------------- + +man2const/ + UFFDIO_MOVE.2const + +man7/ + mctp.7 + + +Newly documented interfaces in existing pages +--------------------------------------------- + +man2/ + fanotify_init.2 + FAN_REPORT_FD_ERROR + FAN_REPORT_MNT + fanotify_mark.2 + FAN_PRE_ACCESS + FAN_MARK_MNTNS + FAN_MNT_ATTACH, FAN_MNT_DETACH + open_by_handle_at.2 + AT_HANDLE_CONNECTABLE + AT_HANDLE_MNT_ID_UNIQUE + +man2const/ + TIOCLINUX.2const + TIOCL_SELCHAR + TIOCL_SELWORD + TIOCL_SELLINE + TIOCL_SELPOINTER + TIOCL_SELCLEAR + TIOCL_SELMOUSEREPORT + +man3/ + abs.3 + uabs(3) + ulabs(3) + ullabs(3) + uimaxabs(3) + +man7/ + fanotify.7 + FAN_DENY_ERRNO() + FAN_REPORT_FD_ERROR + FAN_PRE_ACCESS + FAN_RESPONSE_INFO_AUDIT_RULE + FAN_REPORT_MNT + FAN_MNT_ATTACH, FAN_MNT_DETACH + FAN_EVENT_INFO_TYPE_MNT + + +New and changed links +--------------------- + +man3/ + uabs.3 (abs(3)) + ulabs.3 (abs(3)) + ullabs.3 (abs(3)) + uimaxabs.3 (abs(3)) + + +Global changes +-------------- + +- CREDITS, * + - Move in-source contribution records to a new CREDITS file, and + update copyright notices to be uniform across the project. + +- man/ + - Use GNU forward declarations of parameters for sizes of array + parameters. + - \fX => \f[X] + - Use 'path' instead of 'pathname' for parameters. + + +Changes to individual files +--------------------------- + +The manual pages and other files in the repository have been improved +beyond what this changelog covers. To learn more about changes applied +to individual pages, or the authors of changes, use git(1). |