From owner-freebsd-doc Sun Mar 24 22:19:42 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA21745 for doc-outgoing; Sun, 24 Mar 1996 22:19:42 -0800 (PST) Received: from melb.werple.net.au (melb.werple.net.au [203.9.190.18]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA21737 for ; Sun, 24 Mar 1996 22:19:33 -0800 (PST) Received: (from uucp@localhost) by melb.werple.net.au (8.7.5/8.7.3) id RAA06752 for doc@FreeBSD.org; Mon, 25 Mar 1996 17:18:34 +1100 (EST) Message-Id: <199603250618.RAA06752@melb.werple.net.au> >Received: by cimaxp1.cimlogic.com.au; (5.65/1.1.8.2/10Sep95-0953AM) id AA31246; Mon, 25 Mar 1996 17:18:24 +1100 From: John Birrell Subject: POSIX thread docs To: doc@FreeBSD.org Date: Mon, 25 Mar 1996 17:18:23 +1100 (EST) Cc: julian@FreeBSD.org, jb@cimlogic.com.au X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-doc@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk G'day, At long last IEEE have sent me the POSIX 1003.1c draft standard I ordered. You wouldn't think it'd take 3 months for a photocopy! Sheeh. Now I can do the man files that I've been promising. 8-). Where should these be installed from? I guess /usr/src/lib/libc_r/man is an obvious place, but this would mean that the thread man files would only be available if libc_r is installed (which is not necessarily the case). Alternately they could go in /usr/src/lib/libc/pthread and get installed with the standard libc. [A point to note here is that the man files I write will strictly match 1003.1c and as such they are not user thread library implementation dependent.] Opinions? Regards, -- John Birrell CIMlogic Pty Ltd jb@cimlogic.com.au 119 Cecil Street Ph +61 3 9690 6900 South Melbourne Vic 3205 Fax +61 3 9690 6650 Australia Mob +61 18 353 137 From owner-freebsd-doc Sun Mar 24 22:46:47 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22946 for doc-outgoing; Sun, 24 Mar 1996 22:46:47 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA22940 Sun, 24 Mar 1996 22:46:42 -0800 (PST) Received: from msmith@localhost by genesis.atrad.adelaide.edu.au (8.6.12/8.6.9) id RAA28981; Mon, 25 Mar 1996 17:34:27 +1030 From: Michael Smith Message-Id: <199603250704.RAA28981@genesis.atrad.adelaide.edu.au> Subject: Re: POSIX thread docs To: cimaxp1!jb@melb.werple.net.au (John Birrell) Date: Mon, 25 Mar 1996 17:34:26 +1030 (CST) Cc: doc@FreeBSD.org, julian@FreeBSD.org, jb@cimlogic.com.au In-Reply-To: <199603250618.RAA06752@melb.werple.net.au> from "John Birrell" at Mar 25, 96 05:18:23 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-doc@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk John Birrell stands accused of saying: > case). Alternately they could go in /usr/src/lib/libc/pthread and get > installed with the standard libc. [A point to note here is that the man Hmm. I'd be inclined to say that if the code is in /usr/src/lib, then it's part of the base system and should be installed. Thus, I'd be equally inclined to suggest that your manpages should be installed along with the normal system manpages. We have lots of manpages already; adding a few more won't hurt 8) > files I write will strictly match 1003.1c and as such they are not > user thread library implementation dependent.] Opinions? Providing there's some reference somewhere that covers any issues specific to the implementation, I couldn't see any reason to complain. > John Birrell CIMlogic Pty Ltd Thanks for the work! Now I have to find something to use threading for 8) -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[ From owner-freebsd-doc Sun Mar 24 23:36:14 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26623 for doc-outgoing; Sun, 24 Mar 1996 23:36:14 -0800 (PST) Received: from melb.werple.net.au (melb.werple.net.au [203.9.190.18]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA26569 for ; Sun, 24 Mar 1996 23:34:05 -0800 (PST) Received: (from uucp@localhost) by melb.werple.net.au (8.7.5/8.7.3) id SAA08730 for mira!freebsd.org!doc; Mon, 25 Mar 1996 18:34:01 +1100 (EST) Message-Id: <199603250734.SAA08730@melb.werple.net.au> >Received: by cimaxp1.cimlogic.com.au; (5.65/1.1.8.2/10Sep95-0953AM) id AA32187; Mon, 25 Mar 1996 18:34:12 +1100 From: John Birrell Subject: Re: POSIX thread docs To: atrad.adelaide.edu.au!msmith@melb.werple.net.au (Michael Smith) Date: Mon, 25 Mar 1996 18:34:12 +1100 (EST) Cc: atrad.adelaide.edu.au!cimaxp1!jb@melb.werple.net.au, freebsd.org!doc@melb.werple.net.au, freebsd.org!julian@melb.werple.net.au, cimlogic.com.au!jb@melb.werple.net.au In-Reply-To: <199603250704.RAA28981@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Mar 25, 96 05:34:26 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-doc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Thanks for the work! Now I have to find something to use threading for 8) Ahh, that's easy. Should go well with __ > | > -- | > ]] Mike Smith, Software Engineer | msmith@atrad.adelaide.edu.au [[ > ]] Genesis Software | genesis@atrad.adelaide.edu.au [[ > ]] High-speed data acquisition and \_| (GSM mobile) 0411-222-496 [[ > ]] realtime instrument control / (ph/fax) +61-8-267-3039 [[ > ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[ > We provide network access to devices with threaded programs. Take a PLC interface like Allen-Bradley KF2. Connect that box via a serial port to a threaded server program that has the initial thread waiting for clients to connect via sockets. Leave a thread listening to the serial port. For each socket connection, create a client thread. Works _much_ faster than forking or trying to handle multiple clients in a single thread. And all without stressing the OS. -- John Birrell CIMlogic Pty Ltd jb@cimlogic.com.au 119 Cecil Street Ph +61 3 9690 6900 South Melbourne Vic 3205 Fax +61 3 9690 6650 Australia Mob +61 18 353 137 From owner-freebsd-doc Tue Mar 26 07:41:56 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15368 for doc-outgoing; Tue, 26 Mar 1996 07:41:56 -0800 (PST) Received: from psiint.com (vv.psiint.com [204.189.53.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA15329 Tue, 26 Mar 1996 07:41:45 -0800 (PST) Received: by psiint.com (8.6.12/4.03) id HAA47802; Tue, 26 Mar 1996 07:40:12 -0800 Date: Tue, 26 Mar 1996 07:40:11 -0800 (PST) From: Dave Walton To: Borja Marcos cc: freebsdelm@we.lc.ehu.es, freebsd-hardware@freebsd.org, freebsd-doc@freebsd.org Subject: Re: Magneto-optical disks In-Reply-To: <9603231844.AA15806@sol.we.lc.ehu.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 23 Mar 1996, Borja Marcos wrote: I think this should probably go into the FAQ or Handbook, and perhaps specifically list the DynaMO on the hardware compatibility list. > Does FreeBSD 2.1 (RELEASE) support Fujitsu DynaMO 230 drives? > If not... does it support any magneto-optical or WORM drive? Yes, it does. Dip switch 4 ("Device mode") has a factory setting of Closed ("Optical"). You need to set it to Open ("HDD"). That done, when you boot with -v, you will see something like: ahc0: target 6 synchronous at 5.0MB/s, offset = 0xf (ahc0:6:0): "FUJITSU M2512A 1314" type 0 removable SCSI 2 sd3(ahc0:6:0): Direct-Access sd3(ahc0:6:0): ILLEGAL REQUEST asc:24,0 Invalid field in CDB sks:c0,4 sd3 could not mode sense (4). Using ficticious geometry 217MB (446325 512 byte sectors) sd3(ahc0:6:0): with 217 cyls, 64 heads, and an average 32 sectors/track You can safely ignore the error message, and FreeBSD will treat it as a removable hard drive. On a side note, I've noticed that sysinstall scans all hard drives when it runs, whether or not they are mounted. Because of this, you will not be able to eject the MO while sysinstall is running, even if it is not mounted. Dave ========================================================================== David Walton Unix Programmer PSI INTERNATIONAL, Inc. email: dwalton@psiint.com 190 South Orchard #C200 Fax :(707)451-6484 Vacaville, CA 95688 Phone:(707)451-3503 ========================================================================== From owner-freebsd-doc Tue Mar 26 16:29:12 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15545 for doc-outgoing; Tue, 26 Mar 1996 16:29:12 -0800 (PST) Received: from fieber-john.campusview.indiana.edu (Fieber-John.campusview.indiana.edu [149.159.1.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA15456 for ; Tue, 26 Mar 1996 16:28:48 -0800 (PST) Received: from localhost (jfieber@localhost) by fieber-john.campusview.indiana.edu (8.6.12/8.6.12) with SMTP id TAA05621; Tue, 26 Mar 1996 19:28:28 -0500 X-Authentication-Warning: fieber-john.campusview.indiana.edu: jfieber owned process doing -bs Date: Tue, 26 Mar 1996 19:28:28 -0500 (EST) From: John Fieber X-Sender: jfieber@fieber-john.campusview.indiana.edu To: Ben Black cc: doc@freebsd.org Subject: Re: Mail documentation In-Reply-To: <199603240304.VAA02772@galileo.mr.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 23 Mar 1996, Ben Black wrote: > I am very impressed with the quality and extent of the FreeBSD handbook. > I noticed the section on Mail is currently empty. I have quite a bit of > sendmail experience and would like to contribute to the documentation if there > is a need for me. Let me know. This would be grand! I envision topics like these: * How internet mail works (in a very small nutshell!) * The role of sendmail (generally speaking, distinguish from user agent) * The "out of the box" sendmail configuration FreeBSD * When and why you might need to change it * how to go about changing it. * /etc/aliases hints, tips and tricks * More about .cf files... * Alternatives to sendmail And maybe... * POP * setting up a pop server * setting up a pop client * setting up majordomo -john == jfieber@indiana.edu =========================================== == http://fieber-john.campusview.indiana.edu/~jfieber ============ From owner-freebsd-doc Wed Mar 27 09:35:42 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12636 for doc-outgoing; Wed, 27 Mar 1996 09:35:42 -0800 (PST) Received: from seed.acprog.ifas.ufl.edu (seed.acprog.ifas.ufl.edu [128.227.113.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA12625 for ; Wed, 27 Mar 1996 09:35:35 -0800 (PST) Received: from acprog.ifas.ufl.edu (sand.acprog.ifas.ufl.edu [128.227.113.13]) by seed.acprog.ifas.ufl.edu (8.6.12/8.6.12) with ESMTP id MAA27045 for ; Wed, 27 Mar 1996 12:33:44 -0500 Message-Id: <199603271733.MAA27045@seed.acprog.ifas.ufl.edu> To: freebsd-doc@freebsd.org Subject: Help with the Handbook Date: Wed, 27 Mar 1996 12:34:09 -0500 From: Gerir Lopez-Fernandez Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello: I was wondering if someone is working on section 10.1 of the Handbook, Ethernet Basics. If it's still available, I may be able to provide some content for it depending on what's actually needed for that section. Let me know what sorts of things you're needing. Thanks. - Gerir ============================================================ ** ALBA ** ==== | Gerir Lopez-Fernandez | | | Un*x Senior Systems Administrator | | | E-mail: glf@acprog.ifas.ufl.edu | Puerto Rico does it better! (TM) | | WWW: www.acprog.ifas.ufl.edu/~glf | Spain, everything under the sun (TM) | | | | | IFAS Academic Programs | | | University of Florida |--------------------------------------| | 2107 McCarty Hall | DISCLAIMER | | Gainesville, Fl 32611 | The opinions hereby expressed are my | | Voice: (904) 846-1168 | own and do not necessarily represent | | Fax: (904) 392-8988 | those of the school I attend/work for| ============================================================================ Don't take life too seriously -- you'll never get out of it alive From owner-freebsd-doc Thu Mar 28 13:23:39 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA07439 for doc-outgoing; Thu, 28 Mar 1996 13:23:39 -0800 (PST) Received: from sxt2.space.lockheed.com (sxt2.space.lockheed.com [192.68.162.109]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA07431 for ; Thu, 28 Mar 1996 13:23:34 -0800 (PST) Received: by sxt2.space.lockheed.com (5.65/DEC-Ultrix/4.3) id AA00636; Thu, 28 Mar 1996 13:17:52 -0800 Date: Thu, 28 Mar 1996 13:17:52 -0800 (PST) From: "Brian N. Handy" To: freebsd-doc@freebsd.org Subject: Linux Emulation docs? Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey folks, I've talked to one person who needed a Linuxulator-HOWTO and couldn't find anything in the faq or handbook...is anyone doing this? If not I would be willing to take a swag at it, at least from the -current point of view. I checked the mail archives and didn't find anything. I feel an innate need to contribute somehow so if I can I will. I've been riding this gravy train too long!!! :-) Regards, Brian From owner-freebsd-doc Thu Mar 28 18:53:28 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01892 for doc-outgoing; Thu, 28 Mar 1996 18:53:28 -0800 (PST) Received: from dub-img-3.compuserve.com (dub-img-3.compuserve.com [198.4.9.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA01887 for ; Thu, 28 Mar 1996 18:53:25 -0800 (PST) Received: by dub-img-3.compuserve.com (8.6.10/5.950515) id VAA05538; Thu, 28 Mar 1996 21:52:49 -0500 Date: Thu, 28 Mar 1996 21:51:56 -0500 From: Peri Didaskalou <74757.1310@compuserve.com> Subject: 2.1.0 Handbk 2.3 "1. Boot the boot floppy." To: FreeBSD sysinstall Message-ID: <199603282152_MC1-257-7265@compuserve.com> Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, As indicated, I can't "Boot the boot floppy." This is my first experience w/ an x86 unix. Here are the details: I recently purchased an ASUS TeK PVI-486SP3 IntelDX4/100 based box w/ Award Modular BIOS v.4.50PC & Award Plug and Play BIOS Extension v1.0A, 16Mb RAM, QUANTUM 850 IDEHD. Half the HD is dedicated to Warp; the other half preliminarily set up w/PC DOS 7 anticipating FreeBSD or Linux. I'm using Warp's Boot Manager, not Dual Boot. Well, I ran rawrite to create the boot.flp and root.flp disks and loaded up the 13 /bin/bin.a* files sequentially across 3 floppies. I assume "Boot the boot floppy." means: place the rawritten boot.flp diskette in a:\ or b:\ and reboot, or, in my case, from the dos partition use fdisk to set the dos partition active (in order to overide Warp's Boot Manager) and then exit fdisk and place the boot.flp disk in a:\ or b:\ instead of a DOS boot disk. All I get at boot up is a message saying " From owner-freebsd-doc Sat Mar 30 12:58:54 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09961 for doc-outgoing; Sat, 30 Mar 1996 12:58:54 -0800 (PST) Received: from sxt2.space.lockheed.com (sxt2.space.lockheed.com [192.68.162.109]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA09954 for ; Sat, 30 Mar 1996 12:58:52 -0800 (PST) Received: by sxt2.space.lockheed.com (5.65/DEC-Ultrix/4.3) id AA14037; Sat, 30 Mar 1996 12:53:10 -0800 Date: Sat, 30 Mar 1996 12:53:10 -0800 (PST) From: "Brian N. Handy" To: freebsd-doc@freebsd.org Subject: How do I contribute? Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Since I haven't heard otherwise, I'm working on a brief missive for the handbook on Linux-emulation for the novice. Unfortunately for me...I'm also a novice at FreeBSD documentation. I've gone to the mail archives and maybe found a little information. Here's what I'm doing: 1. I've got some sample .sgml stuff that I'm trying to emulate (from the handbook) 2. I'll probably try running it through sgmlfmt -f html and see if I can get that to work 3. ...then I start looking for someone to hand it off to for proofreading and sanity checking. Any takers? Anyone willing to hold my hand through this? Thanks, Brian From owner-freebsd-doc Sat Mar 30 15:25:10 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21453 for doc-outgoing; Sat, 30 Mar 1996 15:25:10 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21393 Sat, 30 Mar 1996 15:24:46 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA26551; Sun, 31 Mar 1996 00:24:43 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA15357; Sun, 31 Mar 1996 00:24:42 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id XAA05044; Sat, 30 Mar 1996 23:54:06 +0100 (MET) From: J Wunsch Message-Id: <199603302254.XAA05044@uriah.heep.sax.de> Subject: Re: Howto: Sun 3's as X Terminal To: regnauld@tetard.frmug.fr.net (Philippe Regnauld) Date: Sat, 30 Mar 1996 23:54:05 +0100 (MET) Cc: hackers@FreeBSD.org, doc@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199603300138.CAA07829@tetard.frmug.fr.net> from "Philippe Regnauld" at Mar 30, 96 02:38:58 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-doc@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Philippe Regnauld wrote: > > In the spirit of what Jerry Kendall wrote some time ago (Diskless FreeBSD), > here's another setup: > > ============= > > FILE: HOWTO > TITLE: Installing a Sun 3/3x as an X Terminal. > DATE: March 29th, 1996 Is anybody going to integrate this into FAQ or handbook? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-doc Sat Mar 30 16:38:11 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26008 for doc-outgoing; Sat, 30 Mar 1996 16:38:11 -0800 (PST) Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA26003 for ; Sat, 30 Mar 1996 16:38:04 -0800 (PST) Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA02443; Sun, 31 Mar 96 00:38:02 GMT Message-Id: <9603310038.AA02443@fslg8.fsl.noaa.gov> Received: by emu.fsl.noaa.gov (1.40.112.3/16.2) id AA010862718; Sat, 30 Mar 1996 17:38:39 -0700 Date: Sat, 30 Mar 1996 17:38:39 -0700 From: Sean Kelly To: handy@sxt2.space.lockheed.com Cc: freebsd-doc@freebsd.org In-Reply-To: (handy@sxt2.space.lockheed.com) Subject: Re: How do I contribute? Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>>> "Brian" == "Brian N Handy" writes: Brian> 3. ...then I start looking for someone to hand it off to Brian> for proofreading and sanity checking. Any takers? Anyone Brian> willing to hold my hand through this? My pleasure. -- Sean Kelly NOAA Forecast Systems Laboratory kelly@fsl.noaa.gov Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/ From owner-freebsd-doc Sat Mar 30 20:03:44 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA16062 for doc-outgoing; Sat, 30 Mar 1996 20:03:44 -0800 (PST) Received: from valleynet.com (root@sierra.valleynet.com [205.199.144.107]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA16053 for ; Sat, 30 Mar 1996 20:03:42 -0800 (PST) Received: from fresno3-07.valleynet.com (fresno3-07.valleynet.com [206.43.246.71]) by valleynet.com (8.7.3/8.6.9) with SMTP id UAA13144 for ; Sat, 30 Mar 1996 20:03:13 -0800 (PST) Message-ID: <315E024A.4EA4@valleynet.com> Date: Sat, 30 Mar 1996 19:55:54 -0800 From: Daniel Harton X-Mailer: Mozilla 2.0 (Win16; I) MIME-Version: 1.0 To: doc@freebsd.org Subject: How can I help? X-URL: ftp://ftp.freebsd.org/pub/FreeBSD/docs/handbook.ascii Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk hello, what do I need to do to help with the handbook project?