From owner-freebsd-hackers Sun Mar 19 08:11:38 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA11751 for hackers-outgoing; Sun, 19 Mar 1995 08:11:38 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA11740; Sun, 19 Mar 1995 08:11:34 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: Gieger@aol.com cc: hackers@FreeBSD.org Subject: Re: Reference In-reply-to: Your message of "Sun, 19 Mar 95 01:11:50 EST." <950319011148_53933382@aol.com> Date: Sun, 19 Mar 1995 08:11:32 -0800 Message-ID: <11739.795629492@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > Is there a online help or reference file for commands in > FreeBSD 2.0? A detailed help with small examples would > be great. At this point in time, the best you can hope for are really these three facilities: man - get information about a specific command apropos - part of the man package, it at least gives you some idea of where to look for a man page by keyword (try it). info - read the info docs provided by the GNU project for things like the C compiler, make, etc. Unfortunately, this facility was rather sparse until just a month or two back so using it under 2.0R won't be very rewarding! :-( Ultimately, there should be much better (and more obvious) on-line help than this, we just haven't gotten around to providing it yet! This is not to say we'll continue dropping this ball - I have Big Plans(tm) in this department. Jordan