lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5879567.Si16P0KhqQ@pip>
Date: Thu, 23 Jan 2025 22:53:04 +0000
From: Deri <deri@...zzlewit.myzen.co.uk>
To: linux-man@...r.kernel.org, Alejandro Colomar <alx@...nel.org>,
 linux-kernel@...r.kernel.org
Subject: Re: man-pages-6.10 released

On Wednesday, 22 January 2025 22:26:48 GMT Alejandro Colomar wrote:
> Gidday!
> 
> I'm proud to announce:
> 
>         man-pages-6.10 - manual pages for GNU/Linux

Hi Alex,

I have noticed in recent releases using a newer version of groff, the overview 
panel was getting double entries. Here's a patch to fix it. 

================================================================================

diff --git a/share/mk/build/pdf/book/prepare.pl b/share/mk/build/pdf/book/
prepare.pl
index ef8c17b18..4620072ca 100755
--- a/share/mk/build/pdf/book/prepare.pl
+++ b/share/mk/build/pdf/book/prepare.pl
@@ -184,7 +184,7 @@ sub BuildPage
                                # Add a level two bookmark. We don't set it in 
the TH macro since the name passed
                                # may be different from the filename, i.e. 
file = unimplemented.2, TH = UNIMPLEMENTED 2
 
-                               print ".pdfbookmark -T $bkmark 2 $nm($sec)\n";
+                               print ".pdfhref M -N $bkmark\n";
 
                                next;
                        }

================================================================================

Cheers

Deri



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ