search for: man2html

Displaying 5 results from an estimated 5 matches for "man2html".

2024 Nov 10
1
online man pages outdated (latest is 4.17)
...s topic :-) When needed, I convert them to PDF with the help of Ghostscript, keeping all the nice formatting, with a small script I named "man2pdf": man -t $1 | ps2pdf -dPDFSETTINGS=/printer -r300 - > $1.pdf The single parameter is the name of the man page. There's also "man2html": man2html - format a manual page in html https://linux.die.net/man/1/man2html
2005 Apr 08
0
Oggz 0.9.1 Release
...- average bitrate in bps, kbps, Mbps, Gbps - statistics on page lengths (maximum and standard deviation) - statistics on packet lengths (maximum and standard deviation) The man page for oggzinfo(1) can be read online at: http://www.annodex.net/cgi-bin/man/man2html?query=oggzinfo * Added new oggz-validate tool ------------------------------ oggz-validate checks the ordering of packets within an Ogg file, and also checks that it complies with the Ogg bitstream mapping restrictions. The man page for oggz-valid...
2005 Apr 08
0
Oggz 0.9.1 Release
...- average bitrate in bps, kbps, Mbps, Gbps - statistics on page lengths (maximum and standard deviation) - statistics on packet lengths (maximum and standard deviation) The man page for oggzinfo(1) can be read online at: http://www.annodex.net/cgi-bin/man/man2html?query=oggzinfo * Added new oggz-validate tool ------------------------------ oggz-validate checks the ordering of packets within an Ogg file, and also checks that it complies with the Ogg bitstream mapping restrictions. The man page for oggz-valid...
2024 Nov 10
2
online man pages outdated (latest is 4.17)
Op 10-11-2024 om 18:10 schreef Rowland Penny via samba: > On Sun, 10 Nov 2024 17:46:56 +0100 > Kees van Vloten via samba <samba at lists.samba.org> wrote: > >> Hi Samba team, >> >> In the release notes of 4.21 a new setting "sync machine password >> script" is mentioned and? it says "Check in smb.conf(5)", so that is >> what I am
2009 May 27
7
v3.0 architecture
I just had a thought. It's probably going to be too big of a change for v2.0, so something to think about for v3.0: Supporting multiple UIDs is difficult. Currently expire-tool and v2.0's LMTP server are implemented in a way that it's always running as root and only temporarily dropping privileges. So any security hole in there gives the attacker root privileges. Not very