]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Changes: Ready for 6.14 man-pages-6.14
authorAlejandro Colomar <alx@kernel.org>
Thu, 8 May 2025 22:32:30 +0000 (00:32 +0200)
committerAlejandro Colomar <alx@kernel.org>
Thu, 8 May 2025 22:32:30 +0000 (00:32 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Changes

diff --git a/Changes b/Changes
index 3dfb235faba7abc592b238288242187f70aa50bd..bff88f2400e01686b00fd9a2984963b05228d3ae 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,31 +1,83 @@
-==================== Changes in man-pages-?.?? ====================
+==================== Changes in man-pages-6.14 ====================
 
-Released: ????-??-??, ??Location??
+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
 ---------------------
 
-
-Removed pages
--------------
-
-
-Removed 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
 ---------------------------