On Tue, Jul 22, 2008 at 4:18 AM, my mail <[EMAIL PROTECTED]> wrote:
> i don't have 24 hours connection at home, and want read FAQ OpenBSD 4.3 in 
> PDF format.
>
> in this address i can read 4.3 FAQ http://openbsd.org/faq/index.html
> but when i try to download from pub/OpenBSD/doc at FTP mirrors, this FAQ for 
> 4.2 version not for 4.3
>
> where i can download 4.3 FAQ in PDF format?
>
> thx

It looks like it doesn't exist right now. Why don't you just download
all the FAQ pages?
for i in 1 2 3 4 5 6 7 8 9; do
  ftp http://openbsd.org/faq/faq0${i}.html
done
for i in 10 11 12 13 14 15; do
  ftp http://openbsd.org/faq/faq${i}.html
done

Reply via email to