]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/build/pdf/book/prepare.pl: Add support for man3attr
authorAlejandro Colomar <alx@kernel.org>
Tue, 22 Jul 2025 09:28:39 +0000 (11:28 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 22 Jul 2025 09:28:39 +0000 (11:28 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/build/pdf/book/prepare.pl

index 0f82b98761f2e6e49b7b1da063905329bc0c4f5e..b19ad7bb41633c1cd78201b844035504e01cf036 100755 (executable)
@@ -34,6 +34,7 @@ my %Sections=
        "2const"        => "System Calls Manual (constants)",
        "2type" => "System Calls Manual (types)",
        "3"     => "Library Functions Manual",
+       "3attr" => "Library Functions Manual (attributes)",
        "3const"        => "Library Functions Manual (constants)",
        "3head" => "Library Functions Manual (headers)",
        "3type" => "Library Functions Manual (types)",