From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56BD415827B for ; Wed, 13 Aug 2025 21:43:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 41FC1340E9A for ; Wed, 13 Aug 2025 21:43:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 13062110563; Wed, 13 Aug 2025 21:42:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0A9C1110563 for ; Wed, 13 Aug 2025 21:42:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5D1B340DD1 for ; Wed, 13 Aug 2025 21:42:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7834334F for ; Wed, 13 Aug 2025 21:42:50 +0000 (UTC) From: "Kerin Millar" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kerin Millar" Message-ID: <1755121215.4658c4a3469707892212a382b203a044755e34e0.kfm@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale.gen.5 X-VCS-Directories: / X-VCS-Committer: kfm X-VCS-Committer-Name: Kerin Millar X-VCS-Revision: 4658c4a3469707892212a382b203a044755e34e0 X-VCS-Branch: master Date: Wed, 13 Aug 2025 21:42:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c4df8f3-ba45-4d43-af9a-d9c6d70bb5a9 X-Archives-Hash: d08774969a8a2b271c3cceeff2c1949e commit: 4658c4a3469707892212a382b203a044755e34e0 Author: Kerin Millar plushkava net> AuthorDate: Wed Aug 13 21:29:30 2025 +0000 Commit: Kerin Millar plushkava net> CommitDate: Wed Aug 13 21:40:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=4658c4a3 locale.gen.5: reference several specifications from SEE ALSO Have the SEE ALSO section reference the following publications. - System Interface Definitions, Issue 4, Version 2 (XBD) (1994) - XPG3\-XPG4 Base Migration Guide, Version 2 (1995) - The Open Group Standard Base Specifications, Issue 8 (POSIX-1.2024) Signed-off-by: Kerin Millar plushkava.net> locale.gen.5 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/locale.gen.5 b/locale.gen.5 index b3a177d..c4134e4 100644 --- a/locale.gen.5 +++ b/locale.gen.5 @@ -61,6 +61,24 @@ Contains character map files that can serve as inputs to \fBlocaledef\fR(1). .BR localedef (1), .BR locale.conf (5), .BR locale\-gen (8) +.P +System Interface Definitions, Issue 4, Version 2 (XBD) (1994) +.br +.UR https:\://pubs\:.opengroup\:.org/onlinepubs/009656599/toc\:.pdf +.UE +.P +XPG3\-XPG4 Base Migration Guide, Version 2 (1995). +.br +.UR https://\:archive\:.opengroup\:.org/publications/archive/CDROM/g501\:.pdf +.UE +.P +The Open Group Standard Base Specifications, Issue 8 (POSIX-1.2024). +.br +.UR https://\:pubs\:.opengroup\:.org/onlinepubs/9799919799/basedefs/V1\:_chap03\:.html +.UE +.br +.UR https://\:pubs\:.opengroup\:.org/onlinepubs/9799919799/basedefs/V1\:_chap07\:.html +.UE .SH "AUTHORS" .nf Alastair McKinstry