From owner-freebsd-questions Sat May 11 16:06:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29433 for questions-outgoing; Sat, 11 May 1996 16:06:30 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA29401 for ; Sat, 11 May 1996 16:06:00 -0700 (PDT) Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id ap04352; 12 May 96 0:03 +0100 Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa25092; 11 May 96 19:55 +0100 Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.6.12/8.6.12) id TAA29671; Sat, 11 May 1996 19:52:45 GMT Date: Sat, 11 May 1996 19:52:45 GMT From: James Raynard Message-Id: <199605111952.TAA29671@jraynard.demon.co.uk> To: web@merit.edu CC: questions@freebsd.org In-reply-to: <199605101726.NAA25401@ohm.merit.edu> (message from William Bulley on Fri, 10 May 1996 13:26:31 -0400 (EDT)) Subject: Re: sysinstall man page ??? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> William Bulley writes: > > I am new enough to FreeBSD to not know whether sysinstall(8) is an > executable image or a shell script, but in either case I figured it > would have a man page. I looked for the sysinstall man page in the > man pages I installed on my hard disk (from 2.1R CD-ROM), but there > didn't seem to be any. Either I don't know where to look, or I did > not install enough stuff or there isn't one... Any ideas? It's an executable, or rather a gzip'd executable - you need to compile a kernel with the 'gzip' pseudo-device before you can run it. It's actually the installation program, BTW. > BTW, I grabbed the man tarchive from ftp.freebsd.org and found this: > > unix% gzcat manpages.tgz | tar tvf - | grep sysinstall > unix% > > Which tells me that there isn't any sysinstall man page in that > particular tarchive... :-( Nope, it's documented in the install docs - and it has online help 8-)