From patchwork Mon Apr 27 18:47:00 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9739 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g4CGk1zS1z3wsm for ; Mon, 27 Apr 2026 18:47:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g4CGj2Mcwz7Dv for ; Mon, 27 Apr 2026 18:47:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g4CGh55L7z33t5 for ; Mon, 27 Apr 2026 18:47:08 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g4CGd52ZMz32wS for ; Mon, 27 Apr 2026 18:47:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g4CGc5cVBz5VX; Mon, 27 Apr 2026 18:47:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777315624; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NklhT+iRBnpHglDgF8L9TqiNFk7FNoUu5vGvUQlmKhc=; b=Wlw4BMEQmdRcOU5OBhKY9NUpfpfLxnQKIdnT3beylTTmdqr8w3fBl5ZsxIVBlbzYlw1Xlk 5kStUgx2V1x8xIDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777315624; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NklhT+iRBnpHglDgF8L9TqiNFk7FNoUu5vGvUQlmKhc=; b=WAfiLJOE36PAIXOXxQsTOu4rV2QXYM5G8TpvNZup7xTp4xj3bwV2dzYVWv76dt/a1qk3/c oLkkFek1sNECMFTB/6zVLXFkki8WgA88alPx/Dn4rYOIwAowP7gxyOXMtsj29xyFrdSIOr u8YYS2B8gKkiy8BO6EM/nCut7vsZgK9qQUTlpf84Av6O3CVB7Bic7QG50t/VM6uV6F7VoJ ckHV0sqRuu6OA5y4AKJKyzj7fPaynN2IpT0DwUjuO52mBlThi35Ae0zorb/xN1ulnpavQ0 Glo8Crhoulvc10oU6IXVouRqmE+UW37tX9lOGNDbndTiUrvoLY85wWZ95FDfog== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] man-pages: Update to version 6.18 Date: Mon, 27 Apr 2026 20:47:00 +0200 Message-ID: <20260427184701.2249214-2-adolf.belka@ipfire.org> In-Reply-To: <20260427184701.2249214-1-adolf.belka@ipfire.org> References: <20260427184701.2249214-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 6.17 to 6.18 - Update of rootfile - Changelog 6.18 New and rewritten pages man2/ futex_waitv.2 man3/ aprintf.3 io_destroy.3 (previously, io_destroy(2)) io_setup.3 (previously, io_setup(2)) rawmemchr.3 (previously, memchr(3)) stpcpy.3 (previously, strcpy(3)) strchrnul.3 (previously, strchr(3)) strdupa.3 (previously, strdup(3)) strnul.3 strtok_r.3 (previously, strtok(3)) Newly documented interfaces in existing pages man2/ landlock_create_ruleset.2 struct landlock_ruleset_attr::scoped LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFF LANDLOCK_RESTRICT_SELF_LOG_SAME_EXEC_OFF LANDLOCK_RESTRICT_SELF_LOG_NEW_EXEC_ON LANDLOCK_CREATE_RULESET_ERRATA landlock_restrict_self.2 LANDLOCK_RESTRICT_SELF_TSYNC statmount.2 req.mnt_ns_id STATMOUNT_MNT_NS_ID STATMOUNT_MNT_OPTS STATMOUNT_FS_SUBTYPE STATMOUNT_SB_SOURCE STATMOUNT_OPT_ARRAY STATMOUNT_OPT_SEC_ARRAY STATMOUNT_{UIDMAP,GIDMAP} STATMOUNT_SUPPORTED_MASK req.mnt_ns_fd STATMOUNT_BY_FD truncate.2 ENOSPC man3/ printf.3 scanf.3 %wN man5/ core.5 %f FC man7/ landlock.7 LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFF LANDLOCK_RESTRICT_SELF_LOG_SAME_EXEC_OFF LANDLOCK_RESTRICT_SELF_LOG_NEW_EXEC_ON LANDLOCK_CREATE_RULESET_ERRATA LANDLOCK_RESTRICT_SELF_TSYNC New and changed links man3/ strndupa.3 (strdupa(3)) vaprintf.3 (aprintf(3)) Global changes - man/ - man3/ - Document how string functions relate to each other. - Separate documentation of system calls and of libaio wrappers. 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) Signed-off-by: Adolf Belka --- config/rootfiles/common/man-pages | 6 ++++++ lfs/man-pages | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/man-pages b/config/rootfiles/common/man-pages index c37472d24..10b76474b 100644 --- a/config/rootfiles/common/man-pages +++ b/config/rootfiles/common/man-pages @@ -130,6 +130,7 @@ #usr/local/share/man/man2/ftruncate.2 #usr/local/share/man/man2/ftruncate64.2 #usr/local/share/man/man2/futex.2 +#usr/local/share/man/man2/futex_waitv.2 #usr/local/share/man/man2/futimesat.2 #usr/local/share/man/man2/get_kernel_syms.2 #usr/local/share/man/man2/get_mempolicy.2 @@ -1082,6 +1083,7 @@ #usr/local/share/man/man3/aligned_alloc.3 #usr/local/share/man/man3/alloca.3 #usr/local/share/man/man3/alphasort.3 +#usr/local/share/man/man3/aprintf.3 #usr/local/share/man/man3/arc4random.3 #usr/local/share/man/man3/arc4random_buf.3 #usr/local/share/man/man3/arc4random_uniform.3 @@ -1717,6 +1719,8 @@ #usr/local/share/man/man3/innetgr.3 #usr/local/share/man/man3/insque.3 #usr/local/share/man/man3/intro.3 +#usr/local/share/man/man3/io_destroy.3 +#usr/local/share/man/man3/io_setup.3 #usr/local/share/man/man3/iruserok.3 #usr/local/share/man/man3/iruserok_af.3 #usr/local/share/man/man3/isalnum.3 @@ -2349,6 +2353,7 @@ #usr/local/share/man/man3/strndup.3 #usr/local/share/man/man3/strndupa.3 #usr/local/share/man/man3/strnlen.3 +#usr/local/share/man/man3/strnul.3 #usr/local/share/man/man3/strpbrk.3 #usr/local/share/man/man3/strptime.3 #usr/local/share/man/man3/strrchr.3 @@ -2487,6 +2492,7 @@ #usr/local/share/man/man3/va_end.3 #usr/local/share/man/man3/va_start.3 #usr/local/share/man/man3/valloc.3 +#usr/local/share/man/man3/vaprintf.3 #usr/local/share/man/man3/vasprintf.3 #usr/local/share/man/man3/vdprintf.3 #usr/local/share/man/man3/verr.3 diff --git a/lfs/man-pages b/lfs/man-pages index fb34a9084..4e4e12936 100644 --- a/lfs/man-pages +++ b/lfs/man-pages @@ -24,7 +24,7 @@ include Config -VER = 6.17 +VER = 6.18 THISAPP = man-pages-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c167bb2023c5401624c18ae5445b2fb93a11aa298baa0e69bf6a817d8e715d7277429e759f60fcd72536e1a0d904982c0b81e26dc60130d691820227f822d5b2 +$(DL_FILE)_BLAKE2 = 4c434420f094fc3e00fc1b26a62337a154527b6dc8a9c59abccf6307dc22750a09d253df104a6ef61543be4a4328b905b91610e60b340258671cebe91e9258e6 install : $(TARGET)