From owner-freebsd-questions Fri Jan 8 07:50:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09284 for freebsd-questions-outgoing; Fri, 8 Jan 1999 07:50:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09279 for ; Fri, 8 Jan 1999 07:50:25 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by post.mail.demon.net with smtp (Exim 2.10 #1) id 0zyeAP-0004hO-00; Fri, 8 Jan 1999 15:49:46 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from beavis.uk.radan.com (beavis [193.114.228.122]) by uk.radan.com (8.6.10/8.6.10) with SMTP id PAA04000; Fri, 8 Jan 1999 15:48:24 GMT Received: from uk.radan.com (gppsun4) by beavis.uk.radan.com (4.1/SMI-4.1) id AA09618; Fri, 8 Jan 99 15:48:22 GMT Message-Id: <369628AB.D05CC84C@uk.radan.com> Date: Fri, 08 Jan 1999 15:47:55 +0000 From: Mark Ovens Organization: Radan Computational Ltd X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 4.1.3_U1 sun4m) X-Accept-Language: en-GB Mime-Version: 1.0 To: Graeme Tait , questions@FreeBSD.ORG Subject: Re: Complete FreeBSD, 3rd edition (was: Printed man pages (was: Looking for the best webmaster.)) References: <36936F9C.33BAFF88@uk.radan.com> <19990108125205.J92409@freebie.lemis.com> <36961215.CC2@echidna.com> <369615BA.3AC65BD0@uk.radan.com> <3696196D.35A6@echidna.com> <3696202D.DF3D2455@uk.radan.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > > Graeme Tait wrote: > > Maybe I'm dense, but where is the list? > > > > Doh, you're not dense, it's me. I've just checked and the FreeBSD > ``man intro'' doesn't do it. I remember this man page from when I > started using Unix (Sun's) and just quoted it. > > FWIW, the Sun version does this... > > INTRO(1) USER COMMANDS INTRO(1) > > LIST OF COMMANDS > Name Appears on Page Description > > comb sccs-comb(1) combine SCCS deltas Thinking about it you could make your own list with a script something like: #\!/bin/sh cd /usr/share/man for name in `ls man*/* | sed 's/\..*//'` do whatis $name done re-directing the output to a file. -- Trust the computer industry to shorten Year 2000 to Y2K. It was this thinking that caused the problem in the first place. Mark Ovens, CNC Applications Engineer, Radan Computational Ltd. Bath, Avon, England. Sheet Metal CAD/CAM Solutions mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message