[KLUG Members] printing page numbers

Adam Williams members@kalamazoolinux.org
24 Jul 2002 23:40:54 -0400


>>Is there such a command to format a man page as a pdf? 
>man smb.conf | a2ps -o test.ps
>ps2pdf test.ps test.pdf

man smb.conf | a2ps --output=- | ps2pdf - smb.conf.pdf

should work with one less step