From owner-freebsd-doc Sun Nov 7 4:10: 9 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04A7C14DA0 for ; Sun, 7 Nov 1999 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25526; Sun, 7 Nov 1999 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id BA12514C02 for ; Sun, 7 Nov 1999 04:00:18 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 7 Nov 1999 12:00:18 +0000 (GMT) Message-Id: <199911071200.aa15584@walton.maths.tcd.ie> Date: Sun, 7 Nov 1999 12:00:17 +0000 (GMT) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14764: lockf(3) man page typo Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14764 >Category: docs >Synopsis: Typo on lockf(3) man page. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 7 04:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 3.3-STABLE i386 >Organization: School of Maths, Trinity College, Dublin. Ireland. >Environment: 3.3 or 4.0 - I didn't check 2.X. >Description: Top of lockf man page reads: NAME lockf - record locking on files LIBRARY SYNOPSIS #include int lockf(int filedes, int function, off_t size) The "LIBRARY" seems to be a typo. It seems to be trying to say that lockf is in libc, but this isn't used in any other libc man pages. >How-To-Repeat: man 3 lockf >Fix: RCS file: lockf.3,v retrieving revision 1.3 diff -u -r1.3 lockf.3 --- lockf.3 1999/08/27 23:58:48 1.3 +++ lockf.3 1999/11/07 11:07:17 @@ -42,8 +42,6 @@ .Sh NAME .Nm lockf .Nd record locking on files -.Sh LIBRARY -.Lb libc .Sh SYNOPSIS .Fd #include .Ft int >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 7 7:40:16 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 333EF1513E for ; Sun, 7 Nov 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA88524; Sun, 7 Nov 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.iworks.co.jp (orobas.fs.ksi.ne.jp [164.46.180.65]) by hub.freebsd.org (Postfix) with ESMTP id 36ED315066 for ; Sun, 7 Nov 1999 07:38:07 -0800 (PST) (envelope-from kazu@iworks.co.jp) Received: from localhost (ppp04-031.din.or.jp [210.135.68.62]) by mail.iworks.co.jp (8.9.3+3.1W/3.7W) with ESMTP id AAA14832 for ; Mon, 8 Nov 1999 00:38:04 +0900 Message-Id: <19991108003823K.kazu@iworks.co.jp> Date: Mon, 08 Nov 1999 00:38:23 +0900 From: Kazutoshi Kubota To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14767: typo in libalias.3 manpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14767 >Category: docs >Synopsis: typo in libalias.3 causes lost period before Em macro >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 7 07:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoshi Kubota >Release: FreeBSD 3.1-RELEASE i386 >Organization: iworks co., ltd. >Environment: FreeBSD 3.1-RELEASE i386 /usr/share/man/man3/... >Description: Typo in libalias.3. In section 4.2, `102.168.0.3' -> `192.168.0.3'. In section 5.2, `Em buffer' -> `.Em buffer'. >How-To-Repeat: type `man 3 libalias'. >Fix: Please apply the following patch to libalias.3 roff-source. *** libalias.3.orig Sun Nov 7 22:37:40 1999 --- libalias.3 Sun Nov 7 22:38:13 1999 *************** *** 461,467 **** .Ed Any outgoing connections such as telnet or ftp ! from 192.168.0.2, 102.168.0.3, 192.168.0.4 will appear to come from 141.221.254.101. Any incoming connections to 141.221.254.101 will be directed to 192.168.0.4. --- 461,467 ---- .Ed Any outgoing connections such as telnet or ftp ! from 192.168.0.2, 192.168.0.3, 192.168.0.4 will appear to come from 141.221.254.101. Any incoming connections to 141.221.254.101 will be directed to 192.168.0.4. *************** *** 538,544 **** This function can be used to retrieve fragment pointers saved by PacketAliasSaveFragment(). The IP header fragment pointed to by ! Em buffer is the header fragment indicated when PacketAliasIn() returns PKT_ALIAS_FOUND_HEADER_FRAGMENT. Once a a fragment pointer is retrieved, it --- 538,544 ---- This function can be used to retrieve fragment pointers saved by PacketAliasSaveFragment(). The IP header fragment pointed to by ! .Em buffer is the header fragment indicated when PacketAliasIn() returns PKT_ALIAS_FOUND_HEADER_FRAGMENT. Once a a fragment pointer is retrieved, it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 7 7:40:16 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 113FC1513A for ; Sun, 7 Nov 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA88515; Sun, 7 Nov 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.iworks.co.jp (orobas.fs.ksi.ne.jp [164.46.180.65]) by hub.freebsd.org (Postfix) with ESMTP id 1968715061 for ; Sun, 7 Nov 1999 07:38:04 -0800 (PST) (envelope-from kazu@iworks.co.jp) Received: from localhost (ppp04-031.din.or.jp [210.135.68.62]) by mail.iworks.co.jp (8.9.3+3.1W/3.7W) with ESMTP id AAA14829 for ; Mon, 8 Nov 1999 00:38:00 +0900 Message-Id: <19991108003819W.kazu@iworks.co.jp> Date: Mon, 08 Nov 1999 00:38:19 +0900 From: Kazutoshi Kubota To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14766: In libalias.3 manpage, section 4.4/4.5 are contained section 5. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14766 >Category: docs >Synopsis: In libalias.3, section 4.4/4.5 are contained illegal section. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 7 07:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoshi Kubota >Release: FreeBSD 4.0-CURRENT i386 >Organization: iworks co., ltd. >Environment: FreeBSD 4.0-CURRENT i386 /usr/share/man/man3/... >Description: In libalias(3) manpage, `4.4 PacketAliasProxyRule()' and `4.5 PacketAliasPptp()' are contained section 5 not 4. >How-To-Repeat: type `man 3 libalias' and examine section 5. >Fix: Please apply the following patch to libalias.3 roff-source. *** libalias.3.orig Sun Nov 7 23:06:17 1999 --- libalias.3 Sun Nov 7 23:18:15 1999 *************** *** 495,518 **** PacketAliasRedirectDelete(), then a program crash or unpredictable operation could result, so it is necessary to be careful using this function. - .Sh 5. Fragment Handling - The functions in this section are used to deal with - incoming fragments. - - Outgoing fragments are handled within PacketAliasOut() - by changing the address according to any - applicable mapping set by PacketAliasRedirectAddress(), - or the default aliasing address set by - PacketAliasSetAddress(). - - Incoming fragments are handled in one of two ways. - If the header of a fragmented IP packet has already - been seen, then all subsequent fragments will be - re-mapped in the same manner the header fragment - was. Fragments which arrive before the header - are saved and then retrieved once the header fragment - has been resolved. - .Ss 4.4 PacketAliasProxyRule() .Ft int --- 495,500 ---- *************** *** 599,605 **** This function is usually used to redirect outgoing connections for internal machines that are not permitted certain types of internet access, or to restrict access to certain external machines. - .Ss 4.5 PacketAliasPptp() .Ft extern int --- 581,586 ---- *************** *** 627,633 **** --- 608,630 ---- .Pq 255.255.255.255 , .Dv PPTP aliasing is disabled. + .Sh 5. Fragment Handling + The functions in this section are used to deal with + incoming fragments. + Outgoing fragments are handled within PacketAliasOut() + by changing the address according to any + applicable mapping set by PacketAliasRedirectAddress(), + or the default aliasing address set by + PacketAliasSetAddress(). + + Incoming fragments are handled in one of two ways. + If the header of a fragmented IP packet has already + been seen, then all subsequent fragments will be + re-mapped in the same manner the header fragment + was. Fragments which arrive before the header + are saved and then retrieved once the header fragment + has been resolved. .Ss 5.1 PacketAliasSaveFragment() .Ft int >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 7 10:20:37 1999 Delivered-To: freebsd-doc@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 8D71114FA8 for ; Sun, 7 Nov 1999 10:20:34 -0800 (PST) (envelope-from sbcorey@azstarnet.com) Received: from azstarnet.com (dialup04ip071.tus.azstarnet.com [169.197.31.199]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id LAA18972 for ; Sun, 7 Nov 1999 11:20:31 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <3825C335.F9AB163C@azstarnet.com> Date: Sun, 07 Nov 1999 11:21:41 -0700 From: Scott Corey X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en, no MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe FREEBSD-CURRENT-DIGEST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 7 12:33:54 1999 Delivered-To: freebsd-doc@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id E000414D08 for ; Sun, 7 Nov 1999 12:33:46 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 22539 invoked from network); 7 Nov 1999 20:33:44 -0000 Received: from userah82.uk.uudial.com (HELO marder-1.) (62.188.133.13) by smtp.dial.pipex.com with SMTP; 7 Nov 1999 20:33:44 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id UAA01677; Sun, 7 Nov 1999 20:33:26 GMT (envelope-from mark) Date: Sun, 7 Nov 1999 20:33:26 +0000 From: Mark Ovens To: Jeroen Ruigrok/Asmodai Cc: doc@freebsd.org Subject: Re: cp Message-ID: <19991107203325.B316@marder-1> References: <19991105203615.B12970@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991105203615.B12970@daemon.ninth-circle.org> Organization: Total lack of Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Nov 05, 1999 at 08:36:15PM +0100, Jeroen Ruigrok/Asmodai wrote: > A question, > > following a discussion on the automake discussion list I tried to use cp > -r and found that it was actually usable. > > >From what I am able to glance from the source file cp.c it looks as if > -r and -R do the same. > > If so, we porbably want to add this flag to the man page, but first I > wonder if -R and -r _are_ in fact the same. > No they aren't, and I speak from experience. If FIFOs are involved then ``-r'' tries to copy the contents of the FIFO whereas ``-R'' copies the FIFO itself: cp.c line 402 e S_IFIFO: if (Rflag) { if (copy_fifo(curr->fts_statp, !dne)) rval = 1; } else { if (copy_file(curr, dne)) rval = 1; > Comments? > > -- > Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl > The BSD Programmer's Documentation Project > Network/Security Specialist BSD: Technical excellence at its best > There are 3 kinds of lies: lies, damned lies, and statistics. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 7 20:15:58 1999 Delivered-To: freebsd-doc@freebsd.org Received: from vesuve.globetrotter.net (vesuve.globetrotter.net [142.169.1.81]) by hub.freebsd.org (Postfix) with ESMTP id 68B0F14ECD for ; Sun, 7 Nov 1999 20:15:55 -0800 (PST) (envelope-from bertbeau@globetrotter.net) Received: from PC_bertbeau.globetrotter.net (ts1-38.f4001.quebectel.com [142.169.88.48]) by vesuve.globetrotter.net (8.9.3/8.9.3) with SMTP id XAA04575 for ; Sun, 7 Nov 1999 23:15:52 -0500 (EST) Message-ID: X-MSMail-Priority: Normal X-Priority: 3 To: freebsd-doc@FreeBSD.org MIME-Version: 1.0 From: "Bertrand Beaudoin" Subject: Re: FreeBSD OS and Manuals translated into french for the world's francofone people proposal Date: Sun, 07 Nov 99 23:12:08 PST Content-Type: text/plain; charset="ISO-8859-1"; X-MAPIextension=".TXT" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---------- Hi! I just discovered your site through http://www.linuxworld.com I live in Sherbrooke (Quebec) Canada and I am fully bilingual French/Eng= lish If you are open to the idea I propose to offer translation services for the FreeBSD source and the diverses manuals or certain other articles = of general or instructive interest to a larger community around the worls who read French... Yours Bertrabd D. Beaudoin Client/Server Computing, Networking & ORDBMS Consulting 577 Victoria St. Sherbrooke (Quebec) Canada J1H 3J4 Tel.: (819) 569-9234 Privite email bertbeau@globetrotter.net Business email bert_beaudoin@hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 7 23:10: 1 1999 Delivered-To: freebsd-doc@freebsd.org Received: from panchito.Austria.EU.net (panchito.Austria.EU.net [193.154.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 4069415151 for ; Sun, 7 Nov 1999 23:09:50 -0800 (PST) (envelope-from r.h@eunet.at) Received: from rohe (gateway.red-bull.co.at [193.154.91.9]) by panchito.Austria.EU.net (8.9.3/8.9.3) with SMTP id IAA04225 for ; Mon, 8 Nov 1999 08:09:47 +0100 (MET) Message-ID: <000801bf29b7$b2ca0040$0264010a@rohe> From: "Robert Herlbauer" To: Subject: Freebsd Handbook Date: Mon, 8 Nov 1999 08:05:51 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF29C0.131EABA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF29C0.131EABA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Please give me more Informations Thanks Robert Herlbauer ------=_NextPart_000_0005_01BF29C0.131EABA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Please give me more Informations
 
Thanks
 
Robert Herlbauer
------=_NextPart_000_0005_01BF29C0.131EABA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 0: 7:42 1999 Delivered-To: freebsd-doc@freebsd.org Received: from argon.linkzone.com (argon.linkzone.com [204.182.59.32]) by hub.freebsd.org (Postfix) with ESMTP id 77E7E14C17 for ; Mon, 8 Nov 1999 00:07:34 -0800 (PST) (envelope-from mlt@linkzone.com) Received: from linkzone.com (van.linkzone.com [204.182.59.10]) by argon.linkzone.com (8.8.7/8.8.5) with ESMTP id AAA05563 for ; Mon, 8 Nov 1999 00:06:40 -0800 (PST) Message-ID: <3826848F.748AB420@linkzone.com> Date: Mon, 08 Nov 1999 00:06:39 -0800 From: Mark Turrin X-Mailer: Mozilla 4.03 [en] (X11; I; AIX 4.1) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: uulib port skeleton broken Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does not have CVS directory. -- ___________________________________________________________________ Mark L. Turrin mlt@linkzone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 1:10:22 1999 Delivered-To: freebsd-doc@freebsd.org Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 502E0151AC for ; Mon, 8 Nov 1999 01:10:07 -0800 (PST) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id LAA29493; Mon, 8 Nov 1999 11:14:33 +0300 (MSK) (envelope-from phantom@scorpion.crimea.ua) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id LAA24834; Mon, 8 Nov 1999 11:50:00 +0300 (MSK) Date: Mon, 8 Nov 1999 11:50:00 +0300 From: Alexey Zelkin To: John Baldwin Cc: freebsd-doc@FreeBSD.ORG Subject: Re: docs/14733: update IRC channel information Message-ID: <19991108115000.A3560@scorpion.crimea.ua> References: <199911070220.SAA94326@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <199911070220.SAA94326@freefall.freebsd.org> X-Operating-System: FreeBSD 2.2.7-RELEASE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, On Sat, Nov 06, 1999 at 06:20:03PM -0800, John Baldwin wrote: > > > -not a help channel. > > > +eu.undernet.org in Europe. A help and > > support > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > > Looks that XX is more appropriate here than > > "XX > > XX is what you want. That's exactly that I meant. I am not SGML expirienced person, I just tried to keep good style of the patch. > > > @@ -465,7 +463,8 @@ > > > This network attempts to do more tech support and not be > > > as anarchistic as EFNET, UNDERNET or DALNET, but it's also > > > nowhere near as popular as a result. Why not volunteer to > > > -answer FreeBSD questions on BSDNET today? > > > +answer FreeBSD questions on BSDNET today? But the last time I > > checked > > > +there were only two people on this network and nobody in > >#FreeBSD. > > > > > > > IMHO second hunk is completely useless. > > Since it is practically dead, I would just remove the entry. No one is > going to get any help out of that channel. I think good idea is ask of admins of this server about average server usage statistics. Statistics will show -- is this server completely dead or it's just temporary thing. Dead server of course should be removed from handbook -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 1:47: 7 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id CAA0D15052 for ; Mon, 8 Nov 1999 01:47:04 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id KAA21504 for ; Mon, 8 Nov 1999 10:42:59 +0100 (MET) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.1/8.9.0) id KAA23438 for doc@freebsd.org; Mon, 8 Nov 1999 10:42:59 +0100 (MET) Date: Mon, 8 Nov 1999 10:42:58 +0100 From: Wolfram Schneider To: doc@freebsd.org Subject: [tege@swox.com: gif problems] Message-ID: <19991108104258.B23403@freno.cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from Torbjorn Granlund ----- To: webmaster@freebsd.org Subject: gif problems From: Torbjorn Granlund Date: 06 Nov 1999 23:32:57 +0100 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.4 Please consider converting your gif images to png. www.burnallgifs.org. -- Torbjörn, converted ----- End forwarded message ----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 1:48: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id 92B6515052 for ; Mon, 8 Nov 1999 01:47:04 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id KAA21790 for ; Mon, 8 Nov 1999 10:45:28 +0100 (MET) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.1/8.9.0) id KAA23461 for doc@freebsd.org; Mon, 8 Nov 1999 10:45:27 +0100 (MET) Date: Mon, 8 Nov 1999 10:45:27 +0100 From: Wolfram Schneider To: doc@freebsd.org Subject: [pscott@the-frontier.org: Gallery] Message-ID: <19991108104526.C23403@freno.cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from "Paul A. Scott" ----- From: "Paul A. Scott" To: Subject: Gallery Date: Sun, 7 Nov 1999 22:54:13 -0800 Hi, A number of years ago I had my Home Page listed in the FreeBSD Gallery. It mysteriously disappeared one day, and I've been trying ever since to add my Home Page to the Gallery without success. I never receive any problem report or other correspondence and my page is never listed. I haven't been too worried about it, but lately I have seen others' pages added, and it's beginning to bug me. What gives? Hoping to get a reply, Paul A. Scott mailto:pscott@the-frontier.org http://www.the-frontier.org/pscott/ ----- End forwarded message ----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 2:58:46 1999 Delivered-To: freebsd-doc@freebsd.org Received: from terrapin.ru.ac.za (terrapin.ru.ac.za [146.231.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 5A62814E66 for ; Mon, 8 Nov 1999 02:58:15 -0800 (PST) (envelope-from nbm@mithrandr.moria.org) Received: from duca.dialup.ru.ac.za ([146.231.98.24] helo=mithrandr.moria.org) by terrapin.ru.ac.za with esmtp (Exim 3.03 #1) id 11kmUq-0004EB-00 for doc@FreeBSD.org; Mon, 08 Nov 1999 12:58:00 +0200 Received: (qmail 32791 invoked by uid 1001); 8 Nov 1999 10:26:06 -0000 Date: Mon, 8 Nov 1999 12:26:06 +0200 From: Neil Blakey-Milner To: FreeBSD Documentation Project Subject: boot-process description (who wants it?) Message-ID: <19991108122606.A32759@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=DocE+STaALJfprDB X-Mailer: Mutt 0.95.1i Organization: Rhodes University Computer Users' Society X-Operating-System: FreeBSD 4.0-CURRENT i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Hi, I've run out of time on this, so if someone feels like taking it and polishing it, I'd appreciate it. I've had to rush the last half, and it's missing kernel userconfig description, and a more in-depth discussion of rc. Have fun, Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml" The Bootstrapping Process Bootstrapping is the process whereby a computer probes and initializes its devices, and works out what programs it is supposed to run. This involves the use of special Read Only Memory chips, which determine what further operations to do, and these usually pass control to other chips that do consistency and memory tests, configure devices, and provide a mechanism for programs to determine what configuration details were determined. In standard personal computers, this involves the BIOS, which oversees the bootstrap, and CMOS, which stores configuration; and these understand disks, and they also understand where on the disk to find a program that will know how to load up an operating system. This chapter will not deal with this first part of the bootstrap process, and focusses on what happens after control is passed to the program on the disk. Overview of the boot process FreeBSD uses a three-stage bootstrap by default, which basically entails three programs which basically call each other in order (the two boot blocks, and the loader), and which build on the previous programs understanding and provide increasing amounts of sophistication. The kernel is then started, during which devices are probed for and initialized for use. Once the kernel boot process is finished, it passes control to the user process init, which then makes sure the disks are in a usable state, and then starts the user-level resource configuration which then mounts filesystems, sets up network cards to act on the network, and generally starts all the processes that usually are run on a FreeBSD system at startup. The boot blocks: Bootstrap stages 1 and 2 The boot blocks are responsible for finding (usually) the loader, and running it, and thus need to understand how to find that program on the filesystem, how to run the program, and also allow minor configuration of how they work. boot0 There is actually a preceding bootblock, named boot0, which lives on the Master Boot Record, the special part of the disk that the system bootstrap looks for and runs, and it simply shows a list of possible slices to boot from. boot0 is very simple, since the program in the MBR can only be 512 bytes large. It displays something like this: boot0 screenshot F1 DOS F2 FreeBSD F3 Linux F4 ?? F5 Drive 1 Default: F2 boot1 boot1 is found on the boot sector of the boot slice, which is where boot0, or any other program on the MBR expects to find the program to run to continue the boot process. boot1 is very simple, since it too can only be 512 bytes large, and knows just enough about the FreeBSD disklabel, which stores information about the slice, to find and execute boot2. boot2 boot2 is slightly more sophisticated, and understands the FreeBSD filesystem enough to find files on it, and can provide a simple interface to choose the kernel or loader to run. Since the loader is much more sophisticated, and provides a nice easy-to-use boot configuration, boot2 usually runs it, but previously it was tasked to run the kernel directly. boot2 screenshot >> FreeBSD/i386 BOOT Default: 0:wd(0,a)/kernel boot: loader: Bootstrap stage three The loader is the final stage of the three-stage bootstrap, and is located on the filesystem, usually as /boot/loader. While /boot/boot0, /boot/boot1, and /boot/boot2 are files there, they are not the actual copies in the MBR, the boot sector, or the disklabel respectively. The loader is intended as a user-friendly method for configuration, using an easy-to-use built-in command set, backed up by a more powerful interpreter, with a more complex command set. loader program flow During initialization, the loader will probe for a console and for disks, and figure out what disk it is booting from. It will set variables accordingly, and then the interpreter is started, and the easy-to-use commands are explained to it. loader will then read /boot/loader.rc, which by default reads in /boot/defaults/loader.conf which sets reasonable defaults for variables and reads /boot/loader.conf for local changes to those variables. loader.rc then acts on these variables, loading whichever modules and kernel are selected. Finally, by default, the loader issues a 10 second wait for keypresses, and boots the kernel if it is interrupted. If interrupted, the user is presented with a prompt which understands the easy-to-use command set, where the user may adjust variables, unload all modules, load modules, and then finally boot or reboot. A more technical discussion of the process is available in &man.loader.8; loader built-in commands The easy-to-use command set comprises of: autoboot seconds Proceeds to boot the kernel if not interrupted within the time span given, in seconds. It displays a countdown, and the default timespan is 10 seconds. boot -options kernelname Immediately proceeds to boot the kernel, with the given options, if any, and with the kernel name given, if it is. help topic Shows help messages read from /boot/loader.help. If the topic given is index, then the list of available topics is given. include filename Processes the file with the given filename. The file is read in, and interpreted line by line. An error immediately stops the include command. load type filename Loads the kernel, kernel module, or file of the type given, with the filename given. Any arguments after filename are passed to the file. ls path Displays a listing of files in the given path, or the root directory, if the path is not specified. If is specified, file sizes will be shown too. lsdev Lists all of the devices from which it may be possible to load modules. If is specified, more details are printed. lsmod Displays loaded modules. If is specified, more details are shown. more filename Display the files specified, with a pause at each LINES displayed. reboot Immediately reboots the system. set variable set variable=value Set loader's environment variables. loader examples Here are some practical examples of loader usage. To simply boot your usual kernel, but in single-use mode: boot -s To unload your usual kernel and modules, and then load your old (or another) kernel: unload load kernel.old You can use kernel.GENERIC to refer to the generic kernel that comes on the install disk, or kernel.old to refer to your previously installed kernel (when you've upgraded or configured your own kernel, for example). To load a kernel configuration script (an automated script which does the things you'd normally do in the kernel boot-time configurator): load -t userconfig_script /boot/kernel.conf Kernel interaction during boot Once the kernel is loaded by either loader (as usual) or boot2 (bypassing the loader), it examines its boot flags, if any, and adjusts its behaviour as necessary. Kernel bootflags Here are the more common boot flags: during kernel initialization, ask for the device to mount as as the root file system. boot from CDROM. run UserConfig, the boot-time kernel configurator boot into single-user mode be more verbose during kernel startup There are other boot flags, read &man.boot.8; for more information on them. Init: Process control initialization Once the kernel has finished booting, it passes control to the user process init, which is located at /sbin/init, or the program path specified in the init_path variable in loader. Automatic reboot sequence The automatic reboot sequence makes sure that the filesystems available on the system are consistent. If they are not, and fsck can not fix the inconsistencies, init drops the system into single-user mode for the system administrator to take care of the problems directly. Single-user mode This mode can be reached through the automatic reboot sequence, or by the user booting with the or setting the boot_single variable in loader. It can also be reached by calling shutdown without the reboot () or halt () options, from multi-user mode. If the system console console is set to insecure in /etc/ttys, then the system prompts for the root password before initiating single-user mode. An insecure console in /etc/ttys # name getty type status comments # # This entry needed for asking password when init goes to single-user mode # If you want to be asked for password, change "secure" to "insecure" here console none unknown off insecure An insecure console means that you consider your physical security to the console to be insecure, and want to make sure only someone who knows the root password may use single-user mode, and it does not mean that you want to run your console insecurely. Thus, if you want security, choose insecure, not secure. Multi-user mode If init finds your filesystems to be in order, or once the user has finished in single-user mode, the system enters multi-user mode, in which it starts the resource configuration of the system. Resource configuration (rc) The resource configuration system reads in configuration defaults from /etc/defaults/rc.conf, and system-specific details from /etc/rc.conf, and then proceeds to mount the system filesystems mentioned in /etc/fstab, start up networking services, starts up miscellaneous system daemons, and finally runs the startup scripts of locally installed packages. &man.rc.8; is a good reference to the resource configuaration system, as is examining the scripts themselves. Shutdown sequence Upon controlled shutdown, via shutdown, init will attempt to run the script /etc/rc.shutdown, and then proceed to send all processes the terminate signal, and subsequently the kill signal to any that don't terminate timely. --DocE+STaALJfprDB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 4:44:24 1999 Delivered-To: freebsd-doc@freebsd.org Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 53E7014E66 for ; Mon, 8 Nov 1999 04:44:03 -0800 (PST) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id OAA01461; Mon, 8 Nov 1999 14:48:31 +0300 (MSK) (envelope-from phantom@scorpion.crimea.ua) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id OAA04957; Mon, 8 Nov 1999 14:54:25 +0300 (MSK) Date: Mon, 8 Nov 1999 14:54:25 +0300 From: Alexey Zelkin To: Bertrand Beaudoin Cc: freebsd-doc@FreeBSD.ORG Subject: Re: FreeBSD OS and Manuals translated into french for the world's francofone people proposal Message-ID: <19991108145425.D4756@scorpion.crimea.ua> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: X-Operating-System: FreeBSD 2.2.7-RELEASE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, On Sun, Nov 07, 1999 at 11:12:08PM -0800, Bertrand Beaudoin wrote: > Hi! I just discovered your site through http://www.linuxworld.com Interesting place for link to FreeBSD site ;-) > I live in Sherbrooke (Quebec) Canada and I am fully bilingual French/English > > If you are open to the idea I propose to offer translation services for > the FreeBSD source and the diverses manuals or certain other articles of general or instructive interest to a larger > community around the worls who read French... I think you need to say it at French Translators mail list. Check out http://www.FreeBSD.org/docproj/translations.html#french for more information. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 4:45:15 1999 Delivered-To: freebsd-doc@freebsd.org Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 0556714DE9 for ; Mon, 8 Nov 1999 04:44:57 -0800 (PST) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id OAA01468; Mon, 8 Nov 1999 14:49:04 +0300 (MSK) (envelope-from phantom@scorpion.crimea.ua) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id PAA05126; Mon, 8 Nov 1999 15:27:44 +0300 (MSK) Date: Mon, 8 Nov 1999 15:27:44 +0300 From: Alexey Zelkin To: Mark Turrin Cc: freebsd-doc@FreeBSD.ORG Subject: Re: uulib port skeleton broken Message-ID: <19991108152744.E4756@scorpion.crimea.ua> References: <3826848F.748AB420@linkzone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <3826848F.748AB420@linkzone.com> X-Operating-System: FreeBSD 2.2.7-RELEASE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, On Mon, Nov 08, 1999 at 12:06:39AM -0800, Mark Turrin wrote: > Does not have CVS directory. Please try to describe your problem again. If you have problems with uulib port then try to update port at http://www.FreeBSD.org/ports/converters.html#uulib-0.5.13 and then (if problem left) report it to freebsd-ports@FreeBSD.org -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 8:13:20 1999 Delivered-To: freebsd-doc@freebsd.org Received: from argon.linkzone.com (argon.linkzone.com [204.182.59.32]) by hub.freebsd.org (Postfix) with ESMTP id 83A7314D50; Mon, 8 Nov 1999 08:13:13 -0800 (PST) (envelope-from mlt@linkzone.com) Received: from localhost (mlt@localhost) by argon.linkzone.com (8.8.7/8.8.5) with SMTP id IAA06916; Mon, 8 Nov 1999 08:12:05 -0800 (PST) Date: Mon, 8 Nov 1999 08:12:05 -0800 (PST) From: Mark Turrin Reply-To: Mark Turrin To: Alexey Zelkin Cc: freebsd-doc@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: uulib port skeleton broken In-Reply-To: <19991108152744.E4756@scorpion.crimea.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, The uulib port would not build even after a refresh of the skeleton. It appears to not have the correct skeleton structure. This is an original skeleton I had that finally built after I ignored the md5: CVS/ Tue Dec 30 00:00:00 1997 Directory Makefile 1 Kb Thu Jul 17 00:00:00 1997 README.html 722 bytes Tue Oct 21 00:00:00 1997 Hypertext files/ Tue Dec 30 00:00:00 1997 Directory patches/ Tue Dec 30 00:00:00 1997 Directory pkg/ Tue Dec 30 00:00:00 1997 Directory work/ This is the skeleton that I downloaded last night that would not work: Makefile 1 Kb Tue Aug 31 03:13:00 1999 files/ Thu Feb 25 00:00:00 1999 Directory patches/ Sun Sep 27 00:00:00 1998 Directory pkg/ Here is a listing of the tar package: drwxrwxr-x root/207 0 Aug 31 03:13 1999 uulib/ drwxrwxr-x root/207 0 Feb 25 15:14 1999 uulib/files/ -rw-r--r-- root/207 128 Feb 25 15:14 1999 uulib/files/md5 -rw-r--r-- root/207 598 Mar 29 14:12 1997 uulib/files/porting.notes -rw-r--r-- root/207 707 Mar 29 14:12 1997 uulib/files/uulib.3 drwxrwxr-x root/207 0 Sep 27 03:26 1998 uulib/patches/ -rw-r--r-- root/207 751 Sep 27 03:26 1998 uulib/patches/patch-aa -rw-r--r-- root/207 514 Sep 27 03:26 1998 uulib/patches/patch-ab -rw-r--r-- root/207 1675 Aug 31 03:13 1999 uulib/Makefile drwxrwxr-x root/207 0 Jun 26 15:34 1999 uulib/pkg/ -rw-r--r-- root/207 47 Jun 26 15:34 1999 uulib/pkg/COMMENT -rw-r--r-- root/207 256 May 2 15:33 1999 uulib/pkg/DESCR -rw-r--r-- root/207 505 Feb 11 03:16 1999 uulib/pkg/PLIST Hope this helps. ___________________________________________________________________ Mark L. Turrin mlt@linkzone.com --- On Mon, 8 Nov 1999, Alexey Zelkin wrote: > hi, > > On Mon, Nov 08, 1999 at 12:06:39AM -0800, Mark Turrin wrote: > > > Does not have CVS directory. > > Please try to describe your problem again. > > If you have problems with uulib port then try to update port at > http://www.FreeBSD.org/ports/converters.html#uulib-0.5.13 and then (if problem > left) report it to freebsd-ports@FreeBSD.org > > -- > /* Alexey Zelkin && phantom@cris.net */ > /* Tavric National University && phantom@crimea.edu */ > /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 8:48:39 1999 Delivered-To: freebsd-doc@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 7A8061522D for ; Mon, 8 Nov 1999 08:48:35 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) id 11krxy-0006b9-00; Mon, 8 Nov 1999 09:48:26 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id LAA30136; Mon, 8 Nov 1999 11:48:21 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19991108145425.D4756@scorpion.crimea.ua> Date: Mon, 08 Nov 1999 11:48:21 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Alexey Zelkin Subject: Re: FreeBSD OS and Manuals translated into french for the world' Cc: freebsd-doc@FreeBSD.ORG, Bertrand Beaudoin Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 08-Nov-99 Alexey Zelkin wrote: > Interesting place for link to FreeBSD site ;-) Not really, considering that we've gotten quite of bit of attention from LinuxWorld, probably because of the great job Jordan, Bill, etc. did at the LinuxWorld Expo earlier this year (especially with that rotating daemon). :-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 11: 0:35 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50AEE15234 for ; Mon, 8 Nov 1999 11:00:28 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA64546 for freebsd-doc@freebsd.org; Mon, 8 Nov 1999 11:00:28 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 8 Nov 1999 11:00:28 -0800 (PST) Message-Id: <199911081900.LAA64546@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1999/08/05] docs/12988 doc [Patch] Fix more occurances of 'sd' in FA o [1999/09/14] docs/13746 doc Incorrect version in FAQ o [1999/10/24] docs/14505 doc Addition to release notes for Intel PRO/1 o [1999/11/06] docs/14738 doc wrong type of arg is described for kgetst 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/07/31] docs/7456 doc dialog(3) man page outdated a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi o [1999/07/22] bin/12767 doc Expand /etc/ttys manpage o [1999/08/04] docs/12951 doc missing link to japanese mailing list gui o [1999/08/04] docs/12969 doc Informacion incorrecta para versiones Fre o [1999/08/08] docs/13034 doc incorrect (old/obsolete) manpage for name o [1999/08/13] docs/13116 doc typo in ms(7) o [1999/08/15] docs/13153 doc fdc.4 has typo (a line which begin with ' o [1999/08/18] docs/13225 doc fpa.4 seems to be i386 specific and shoul o [1999/08/23] docs/13333 doc remove rtld(1) XREF in dlopen.3 o [1999/08/23] misc/13341 doc FAQ 8.7 addition - booting drive 1 from N o [1999/08/24] docs/13354 doc URL corrections for www/en/gallery/galler o [1999/08/24] docs/13356 doc Corrections to www/en/gallery/gallery.db o [1999/08/28] docs/13439 doc Update docproj.docbook.mk for palm doc fo o [1999/08/28] docs/13441 doc incorrect path in SGML_CATALOG_FILES env o [1999/08/28] docs/13442 doc docproj-primer does not mention where to o [1999/09/09] docs/13657 doc mklocale(1) man errors o [1999/09/15] docs/13767 doc rstat_svc(8) manpage present, but /etc/rs o [1999/09/17] docs/13792 doc Difficult to find documentation of "secur o [1999/09/19] docs/13815 doc Out-of-date FAQ entries o [1999/09/21] docs/13878 doc No isnanf(3) documentation o [1999/09/22] docs/13914 doc global(1) manpage does not explain -v opt o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13956 doc commercial vendor: JAV-Associates Consult o [1999/09/25] docs/13957 doc Correction to your website for ZNYX Corp. o [1999/09/25] docs/13959 doc cgi notes o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/25] docs/13970 doc FreeBSD Newbie Newsletter o [1999/09/28] docs/14024 doc Several manpages still mentions hosts.den o [1999/09/29] docs/14035 doc tzfile.h referenced in tzfile(5) doesn't o [1999/09/30] docs/14067 doc Vendor: Aeon/Xe Technology Pte Ltd o [1999/10/04] docs/14112 doc calls in ddb doc don't exist any longer o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/06] docs/14159 doc Commercial Vendors - Software: Deskware, o [1999/10/06] docs/14165 doc FDP introduction article o [1999/10/10] docs/14248 doc codify proposed style o [1999/10/13] docs/14319 doc hostname(1) doesn't mention rc.conf o [1999/10/14] docs/14320 doc tzfile manual page has omissions and erro o [1999/10/14] docs/14321 doc Missing ld.so.1. o [1999/10/19] docs/14426 doc FAQ entry on kernel panics needs updating o [1999/10/21] docs/14449 doc time clamping effect of securelevel not d o [1999/10/25] docs/14530 doc Printed manual pages have extraneous blan o [1999/10/25] bin/14532 doc Much of cam_cdbparse(3) prints in Courier o [1999/10/27] docs/14559 doc Site submission not up.. o [1999/10/27] docs/14563 doc Wrong manpage produced by `man 4 fd' o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [1999/10/29] docs/14595 doc The ipfw `log' suboption is not documente o [1999/11/03] docs/14682 doc lprm(1) unaware of lp(1) Environment Vari o [1999/11/04] docs/14702 doc Removal of sunsite.mff.cuni.cz from ftp m o [1999/11/05] docs/14733 doc update IRC channel information o [1999/11/05] docs/14734 doc There is no rtld(1) man page o [1999/11/05] docs/14737 doc typo in exp.3 causes bad dup paren-pairs o [1999/11/07] docs/14764 doc Typo on lockf(3) man page. o [1999/11/07] docs/14766 doc In libalias.3, section 4.4/4.5 are contai o [1999/11/07] docs/14767 doc typo in libalias.3 causes lost period bef 64 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 11:11:39 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.5]) by hub.freebsd.org (Postfix) with ESMTP id A7E0614E7E for ; Mon, 8 Nov 1999 11:08:21 -0800 (PST) (envelope-from pubpc@lib.washington.edu) Received: from mailhost1.u.washington.edu (mailhost1.u.washington.edu [140.142.32.2]) by mxout1.cac.washington.edu (8.9.3+UW99.09/8.9.3+UW99.08) with ESMTP id LAA02371 for ; Mon, 8 Nov 1999 11:08:18 -0800 Received: from SER-PUBPC02 (D-128-95-223-237.dhcp.washington.edu [128.95.223.237]) by mailhost1.u.washington.edu (8.9.3+UW99.09/8.9.3+UW99.08) with SMTP id LAA05425 for ; Mon, 8 Nov 1999 11:08:17 -0800 Message-ID: <000101bf2a1c$9d597640$eddf5f80@SER-PUBPC02> From: "Public PC Kiosk" To: Subject: pay 533 62 7740 1-1971 to 1-2030 Date: Mon, 8 Nov 1999 11:08:17 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 11:31:40 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id ACCE015269 for ; Mon, 8 Nov 1999 11:31:08 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: from kilt.nothing-going-on.org (kilt.nothing-going-on.org [192.168.1.18]) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) with ESMTP id TAA99468; Mon, 8 Nov 1999 19:21:25 GMT (envelope-from nik@catkin.nothing-going-on.org) Received: (from nik@localhost) by kilt.nothing-going-on.org (8.9.3/8.9.3) id UAA90037; Sun, 7 Nov 1999 20:43:57 GMT (envelope-from nik@catkin.nothing-going-on.org) Date: Sun, 7 Nov 1999 20:43:57 +0000 From: Nik Clayton To: Alexey Zelkin Cc: freebsd-doc@freebsd.org Subject: Re: docs/14733: update IRC channel information Message-ID: <19991107204357.A90002@kilt.nothing-going-on.org> References: <199911062130.NAA74167@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199911062130.NAA74167@freefall.freebsd.org>; from Alexey Zelkin on Sat, Nov 06, 1999 at 01:30:01PM -0800 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Nov 06, 1999 at 01:30:01PM -0800, Alexey Zelkin wrote: > > +eu.undernet.org in Europe. A help and support > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Looks that XX is more appropriate here than > "XX No, it's not a URL. Try eu.undernet.org to identify a fully qualified domain name. N -- If you want to imagine the future, imagine a tennis show stamping on a penguin's face forever. --- with apologies to George Orwell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 12: 2:15 1999 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 647) id 315AD14D03; Mon, 8 Nov 1999 12:02:14 -0800 (PST) To: freebsd-doc@FreeBSD.ORG Subject: webupdate failed on hub.freebsd.org Cc: wosch@FreeBSD.ORG Message-Id: <19991108200214.315AD14D03@hub.freebsd.org> Date: Mon, 8 Nov 1999 12:02:14 -0800 (PST) From: wosch@FreeBSD.ORG (Wolfram Schneider) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [This is an automatically created E-Mail message from the daily webupdate cron job:] ===> releases/3.3R sgmlnorm -d -c /usr/local/share/sgml/html/catalog errata.sgml > errata.html sgmlnorm:errata.sgml:101:26:E: general entity "apm" not defined and no default entity *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. make all failed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 12:21:42 1999 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 8E4E114A17; Mon, 8 Nov 1999 12:21:41 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7D7CE1CD623 for ; Mon, 8 Nov 1999 12:21:41 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Mon, 8 Nov 1999 12:21:41 -0800 (PST) From: Kris Kennaway To: doc@freebsd.org Subject: Outdated version information Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmm, every time I happen to look at the FAQ/handbook/website to locate information for someone I seem to find another case of an outdated FreeBSD version being referred to as current (this time: http://www.freebsd.org/FAQ/preface.html#AEN53). We really need a system whereby these will be flagged and/or updated automatically each time a new release comes around. Perhaps by tagging sections related to a particular release and then "aging" them somehow, or presenting them on a list of "things to be checked that they're still current" - I don't know enough about the specifics of the build mechanism to suggest an explicit solution, but I'm sure one of you guys do. Any ideas? Kris ---- Cthulhu for President! For when you're tired of choosing the _lesser_ of two evils.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 17:21:37 1999 Delivered-To: freebsd-doc@freebsd.org Received: from athserv.otenet.gr (athserv.otenet.gr [195.170.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 99C3B1523D for ; Mon, 8 Nov 1999 17:21:33 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a103.otenet.gr [195.167.115.103]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id DAA10182 for ; Tue, 9 Nov 1999 03:21:31 +0200 (EET) Received: (qmail 8909 invoked by uid 1001); 7 Nov 1999 17:17:18 -0000 To: freebsd-doc@freebsd.org Subject: Re: Configuring sound card References: <382522AA.BE094ADE@glasnet.ru> From: Giorgos Keramidas Date: 07 Nov 1999 19:17:17 +0200 In-Reply-To: Alexander Prikhod'ko's message of "Sun, 07 Nov 1999 09:56:42 +0300" Message-ID: <86so2iuspu.fsf@localhost.hell.gr> Lines: 21 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alexander Prikhod'ko writes: > Dear authors of the FreeBSD docs. > The section of the handbook on FreeBSD is not present yet. > Is it possible to find other sources concerning > installing and configuring sound. > > In my case there is a problem with > configuring a sound device. I am not sure if the relevant section in /usr/src/sys/i386/conf/LINT will be of any assistance to you, but that's where I resorted when I was trying to set up my SB16 card. More stuff can be found at the archives of the freebsd-questions mailing list. And you're always welcome on freebsd-questions to discuss any problems you can't resolve. Regards. -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 17:51:40 1999 Delivered-To: freebsd-doc@freebsd.org Received: from athserv.otenet.gr (athserv.otenet.gr [195.170.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E666214CEF for ; Mon, 8 Nov 1999 17:51:36 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (patr530-a103.otenet.gr [195.167.115.103]) by athserv.otenet.gr (8.9.3/8.9.3) with SMTP id DAA03512 for ; Tue, 9 Nov 1999 03:51:34 +0200 (EET) Received: (qmail 17515 invoked by uid 1001); 9 Nov 1999 01:54:01 -0000 To: freebsd-doc@freebsd.org Subject: Re: Freebsd Handbook References: <000801bf29b7$b2ca0040$0264010a@rohe> From: Giorgos Keramidas Date: 09 Nov 1999 03:53:58 +0200 In-Reply-To: "Robert Herlbauer"'s message of "Mon, 8 Nov 1999 08:05:51 +0100" Message-ID: <86r9i0zayx.fsf@localhost.hell.gr> Lines: 10 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Robert Herlbauer" writes: > [1 ] > Please give me more Informations You can find it over at -- Giorgos Keramidas, "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 20:46:24 1999 Delivered-To: freebsd-doc@freebsd.org Received: from home.miwok.com (adsl-216-103-83-169.dsl.snfc21.pacbell.net [216.103.83.169]) by hub.freebsd.org (Postfix) with ESMTP id 6113414E60 for ; Mon, 8 Nov 1999 20:46:23 -0800 (PST) (envelope-from root@home.miwok.com) Received: (from root@localhost) by home.miwok.com (8.9.3/8.9.3) id VAA00467; Mon, 8 Nov 1999 21:47:27 GMT (envelope-from root) Date: Mon, 8 Nov 1999 21:47:27 GMT From: Charlie Root Message-Id: <199911082147.VAA00467@home.miwok.com> To: freebsd-doc@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.freebsd.org/handbook/index.html X-Mailer: Lynx, Version 2.8.2rel.1 Subject: http://www.freebsd.org/handbook/index.html Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org test To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 22:59:50 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8820114E55; Mon, 8 Nov 1999 22:59:49 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: (from wes@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19537; Mon, 8 Nov 1999 22:59:49 -0800 (PST) (envelope-from wes@FreeBSD.org) Date: Mon, 8 Nov 1999 22:59:49 -0800 (PST) From: Message-Id: <199911090659.WAA19537@freefall.freebsd.org> To: sjr@home.com, wes@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14505: Addition to release notes for Intel PRO/100+ card Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Addition to release notes for Intel PRO/100+ card State-Changed-From-To: open->feedback State-Changed-By: wes State-Changed-When: Mon Nov 8 22:58:46 PST 1999 State-Changed-Why: Committed changes per PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 8 23:14: 6 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail.jbbis.com.cn (jbbis.jadebird.pku.edu.cn [162.105.202.205]) by hub.freebsd.org (Postfix) with ESMTP id 23AB114E7E for ; Mon, 8 Nov 1999 23:13:51 -0800 (PST) (envelope-from tanfeng@jbbis.com.cn) Received: from tanfeng ([162.105.202.150]) by mail.jbbis.com.cn (8.9.3/8.9.3) with SMTP id XAA23820 for ; Tue, 9 Nov 1999 23:10:49 +0800 Message-ID: <000801bf2a82$17c58940$3c64a8c0@domain> Reply-To: "tanfeng" From: "tanfeng" To: Subject: subscribe Date: Tue, 9 Nov 1999 15:14:41 +0800 Organization: Jade Bird PKU MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF2AC5.25841400" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF2AC5.25841400 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 DQo= ------=_NextPart_000_0005_01BF2AC5.25841400 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWdi MjMxMiIgaHR0cC1lcXVpdj1Db250ZW50LVR5cGU+DQo8TUVUQSBjb250ZW50PSJNU0hUTUwgNS4w MC4yNjE0LjM1MDAiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwvU1RZTEU+DQo8L0hFQUQ+DQo8 Qk9EWSBiZ0NvbG9yPSNmZmZmZmY+DQo8RElWPiZuYnNwOzwvRElWPjwvQk9EWT48L0hUTUw+DQo= ------=_NextPart_000_0005_01BF2AC5.25841400-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 0:44:32 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 366B114E7E; Tue, 9 Nov 1999 00:44:31 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA28609; Tue, 9 Nov 1999 00:44:30 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Tue, 9 Nov 1999 00:44:30 -0800 (PST) From: Message-Id: <199911090844.AAA28609@freefall.freebsd.org> To: dwmalone@maths.tcd.ie, phantom@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14764: Typo on lockf(3) man page. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Typo on lockf(3) man page. State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Tue Nov 9 00:43:52 PST 1999 State-Changed-Why: Fixed in both -CURRENT and -STABLE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 0:45:35 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E18614EA7; Tue, 9 Nov 1999 00:45:34 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA28789; Tue, 9 Nov 1999 00:45:34 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Tue, 9 Nov 1999 00:45:34 -0800 (PST) From: Message-Id: <199911090845.AAA28789@freefall.freebsd.org> To: kazu@iworks.co.jp, phantom@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14766: In libalias.3, section 4.4/4.5 are contained illegal section. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: In libalias.3, section 4.4/4.5 are contained illegal section. State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Tue Nov 9 00:45:10 PST 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 0:48:54 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1E9E14FFF; Tue, 9 Nov 1999 00:48:53 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29265; Tue, 9 Nov 1999 00:48:53 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Tue, 9 Nov 1999 00:48:53 -0800 (PST) From: Message-Id: <199911090848.AAA29265@freefall.freebsd.org> To: kazu@iworks.co.jp, phantom@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14767: typo in libalias.3 causes lost period before Em macro Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in libalias.3 causes lost period before Em macro State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Tue Nov 9 00:47:52 PST 1999 State-Changed-Why: Already fixed in revisions 1.13 and 1.16 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 0:53:48 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5491214FFF; Tue, 9 Nov 1999 00:53:47 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29940; Tue, 9 Nov 1999 00:53:47 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Tue, 9 Nov 1999 00:53:47 -0800 (PST) From: Message-Id: <199911090853.AAA29940@freefall.freebsd.org> To: kuma@jp.freebsd.org, phantom@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14737: typo in exp.3 causes bad dup paren-pairs Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in exp.3 causes bad dup paren-pairs State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Tue Nov 9 00:52:54 PST 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 6:29:43 1999 Delivered-To: freebsd-doc@freebsd.org Received: from pi.cpd.mre.gov.br (pi.cpd.mre.gov.br [200.236.70.42]) by hub.freebsd.org (Postfix) with ESMTP id 7885C152DB for ; Tue, 9 Nov 1999 06:29:16 -0800 (PST) (envelope-from PAOLA@mre.gov.br) Received: by pi.cpd.mre.gov.br with Internet Mail Service (5.5.2650.21) id ; Tue, 9 Nov 1999 11:38:28 -0200 Message-ID: From: Paola Gomez Valenzuela To: "'freebsd-doc@FreeBSD.ORG'" Subject: Compac and Dell Date: Tue, 9 Nov 1999 11:38:19 -0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm having trouble installing FreeBSD 3.1 on a Compac Proliant 6000 with a Smart Array 3200 controller. FreeBSD doesn't recognize the disks. The same problem seems to happen on a Dell with a DSA controller. Any help is welcome. Thanks in advance. Paola Valenzuela DINFOR/MRE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 13:41:34 1999 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 5FE1B14C21; Tue, 9 Nov 1999 13:41:32 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 49A0A1CD40B for ; Tue, 9 Nov 1999 13:41:31 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Tue, 9 Nov 1999 13:41:31 -0800 (PST) From: Kris Kennaway To: doc@freebsd.org Subject: Re: Outdated version information In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 8 Nov 1999, Kris Kennaway wrote: > Hmm, every time I happen to look at the FAQ/handbook/website to locate > information for someone I seem to find another case of an outdated FreeBSD > version being referred to as current (this time: > http://www.freebsd.org/FAQ/preface.html#AEN53). > > We really need a system whereby these will be flagged and/or updated > automatically each time a new release comes around. Perhaps by tagging > sections related to a particular release and then "aging" them somehow, or > presenting them on a list of "things to be checked that they're still > current" - I don't know enough about the specifics of the build mechanism > to suggest an explicit solution, but I'm sure one of you guys do. I was thinking about this and came up with the following: We add a new SGML tag called "volatile" or something, which has parametrs "ID" and "Level". This is purely meta-information and has no effect on the rendered version of the document. ID is for distinguishing between different volatile blocks for external reference, and "Level" is the expected frequency of change of the information, which can be thought of as a priority for checking whether it remains valid. ID would be (say) a 64-bit random string generated by the user when the tag is added (making it random means you don't have to deal with an external "namespace authority" or fit the numbering scheme by hand, which doesn't deal well with deletion of items in the sequence). Things like references to current versions of FreeBSD, "this is expected to be the case in a future version", etc, would be marked as being volatile, and an external database would index these and allow people to "approve" the assertions (indexed by the volatility level) as still being valid for FreeBSD x.y (if not, they'd go in and make any necessary changes and then approve the fixed block, or remove it altogether). The simpler alternative is that we could just add a "current stable version" tag which resolves to e.g. "3.3" to superficially deal with old version numbers remaining in the handbook, but the danger is that just renumbering 3.3 to 3.4 doesn't deal with any associated semantic changes - i.e. the statement may NOT be valid for 3.4 and having it say so just adds to the confusion of the reader who assumes it was intentionally written that way. The only real solution is to present these to a human for approval. Can anyone think of a better way to accomplish the goal, or suggestions as to how to implement the above? Kris ---- Cthulhu for President! For when you're tired of choosing the _lesser_ of two evils.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 14:20:39 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail.ripnet.com (mail.RipNET.com [206.47.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 8F68514BF7 for ; Tue, 9 Nov 1999 14:20:22 -0800 (PST) (envelope-from jedi@brockville.com) Received: from chirpa (A3-P017.RipNET.com [216.208.158.18]) by mail.ripnet.com (8.9.3/8.9.3) with SMTP id RAA27366 for ; Tue, 9 Nov 1999 17:20:19 -0500 Message-ID: <000b01bf2b00$17999a00$129ed0d8@chirpa> From: "Adrian Parker" To: Subject: No modem? Date: Tue, 9 Nov 1999 17:16:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Perhaps someone can help me. I recently went through the FreeBSD install, or tried. Everything worked ok accept the install via FTP. It doesn't seem to detect my modem. It's a USR 56.6 V90 (ISA) running on comm port 2. This modem does not seem to be detected while starting the install process (when it checks for PnP, PCI, and ISA devices). When it tries to gather the packages for installing the system, it doesn't dial. I use the dial command, as request, in the 3rd Virtual Console. Soon after it returns that the dialup is dead. I had it dial my second phone line to verify that the modem wasn't dialing at all. I was correct, it wasn't dialing. What could be wrong? I know my modem is on Comm 2. And I know it works because I'm using it now in Win98 (it also works just fine in Linux). Is there any way to solve this? I don't want to image copy everything to floppy and install that way, just so that I can boot the OS and fight with the modem settings (downloading everything is a pain on dialup). Sincerely, Adrian Parker The Brockville Webring http://webring.ripnet.com/ E-mail: webring@brockville.com ICQ: 591188 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 9 14:40:17 1999 Delivered-To: freebsd-doc@freebsd.org Received: from logatome.micronet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 45B8214C41 for ; Tue, 9 Nov 1999 14:40:07 -0800 (PST) (envelope-from Sebastien.Gioria@FranceNet.fr) Received: from gioria.dialup.FranceNet.fr (eku28.dialup.francenet.fr [193.149.106.173] (may be forged)) by logatome.micronet.fr (8.8.8/8.8.8) with ESMTP id XAA27694; Tue, 9 Nov 1999 23:40:04 +0100 (CET) Received: by gioria.dialup.FranceNet.fr (Postfix, from userid 42) id DCE931FEAB; Tue, 9 Nov 1999 23:38:52 +0100 (CET) Date: Tue, 9 Nov 1999 23:38:52 +0100 From: Sebastien Gioria To: Bertrand Beaudoin , freebsd-doc@FreeBSD.ORG Subject: Re: FreeBSD OS and Manuals translated into french for the world's francofone people proposal Message-ID: <19991109233852.F2532@FranceNet.fr> Reply-To: Sebastien GIORIA References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: X-URL: http://www.FreeBSD-fr.org X-Organisation: French FreeBSD Documentation Project X-Operating-System: FreeBSD-STABLE + PAO enabled X-Postal-Address: 32 Rue Baron Le Roy, 75012 Paris, France, Terre Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Nov 07, 1999 at 11:12:08PM -0800, the keyboard of Bertrand Beaudoin write: bertbeau > Please contact us at http://www.freebsd-fr.org or to our mailling list: freebsd-questions@freebsd-fr.org S. -- Direction Technique France Sebastien.Gioria@FranceNet.fr French FreeBSD Documentation Project gioria@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Nov 10 2:34:27 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail05.rapidsite.net (mail05.rapidsite.net [207.158.192.42]) by hub.freebsd.org (Postfix) with SMTP id 7C81F14D8F for ; Wed, 10 Nov 1999 02:34:18 -0800 (PST) (envelope-from heiki@koreansource.com) Received: from www.koreansource.com (209.130.70.80) by mail05.rapidsite.net (RS ver 1.0.53) with SMTP id 026132637; Wed, 10 Nov 1999 05:33:02 -0500 (EST) Message-ID: <014a01bf2b68$308e79a0$ec00cdd2@heiki> From: "Heiki Yoon" To: Subject: MP3 Car/Home Player System Date: Wed, 10 Nov 1999 19:41:26 +0900 Organization: KoreanSource MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0142_01BF2BB3.936E8F60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Loop-Detect: 1 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0142_01BF2BB3.936E8F60 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 IA0KS09SRUFOU09VUkNFIENPLiwgTFRELg0KNTQ2LTQgIzEyLCAyNkYgUFJJTUUgQ0VOVEVSLCBL VUktRE9ORywgS1dBTkdKSU4tS1UsIDE0My0yMDAsU0VPVUwsIEtPUkVBDQpURUwuODItMi0zNDI0 LTQ1MDQgICBGQVguODItMi0zNDI0LTQ1MDUgDQpFLU1BSUw6IGJyaWFuQGtvcmVhbnNvdXJjZS5j b20NCnd3dy5rb3JlYW5zb3VyY2UuY29tIC8gd3d3LnRwYWdlLmNvbQ0KZS1CdXNpbmVzcyBTcGVj aWFsaXN0DQoNCg0KVG8gICAgIDpTYWxlcyAmTWFya2V0aW5nIERlcGFydG1lbnQNCkF0dG4gIDpT YWxlcy9JbXBvcnQgTWFuYWdlcg0KRnJvbSA6SW50ZXJuYXRpb25hbCBUcmFkZSBEaXZpc2lvbg0K RGF0ZSAgOk5vdmVtYmVyIDEwLCAxOTk5DQpSZWYgICAgOjk5MTExMFNXDQpSZSAgICAgOk1QMyBD YXIvSG9tZSBQbGF5ZXIgU3lzdGVtDQoNCg0KRGVhciBTaXIsDQoNCktvcmVhblNvdXJjZSBpcyB0 aGUgZmlyc3QgY29tcGFueSB0byBkZXZlbG9wIHRoZSBXb3JsZCBUcmFkZSBTZWFyY2ggRW5naW5l KFRwYWdlLmNvbSkuICBXZSByZXByZXNlbnQgbnVtZXJvdXMgY29tcGFuaWVzIGludGVybmF0aW9u YWxseSB0byBhc3Npc3QgYW5kIGRldmVsb3AgdHJhZGUgaW4gdGhlIEludGVybmF0aW9uYWwgTWFy a2V0LiAgQXMgeW91IG1heSBrbm93LCBpbiB0aGUgYnVzaW5lc3MgdG9kYXksIGJlaW5nIGFibGUg dG8gdXRpbGl6ZSB0aGUgSW50ZXJuZXQgaXMgYSBwb3dlcmZ1bCB0b29sLiAgUGxlYXNlIHZpc2l0 IG91ciBJbnRlcm5hdGlvbmFsIFRyYWRlIFNpdGVzICwgd3d3LmtvcmVhbnNvdXJjZS5jb20gJiB3 d3cudHBhZ2UuY29tIHRvIHVuZGVyc3RhbmQgbW9yZSBhYm91dCBvdXIgY29tcGFueS4gIA0KDQpX ZSBzZW5kIHVwZGF0ZXMgdG8geW91IGZvciBuZXcgaXRlbXMgZGV2ZWxvcGVkIGZvciB0aGUgV29y bGQgTWFya2V0LiAgQXMgdGhlIG9sZCB3YXkgb2YgZG9pbmcgYnVzaW5lc3MsIHlvdSBwcm9iYWJs eSBoYWQgdG8gZ28gdG8gdHJhZGUgc2hvd3MgdG8gc2VlIGFuZCBzZWFyY2ggZm9yIG5ldyBpdGVt cyBmb3IgeW91ciBtYXJrZXQuICBOb3cgeW91IGNhbiBkbyB0aGlzIGFsbCB0aHJvdWdoIGEgdG91 Y2ggb2YgYSBrZXksIHNpbmNlIHdlIGFsc28gb3BlbiBhIFRyYWRlIEV4aGliaXRpb24gaGVsZCB0 aHJvdWdoIHRoZSBJbnRlcm5ldCB3aXRoIHZhcmlvdXMgcHJvZHVjdHMgb2YgaW50ZXJlc3QuDQoN CldlIHdvdWxkIGxpa2UgdG8gaW50cm9kdWNlIHRvIHlvdSBhIG5ldyBpdGVtIGNhbGxlZCBhIE1Q MyBDYXIgUGxheWVyOg0KDQpUaGUgbWFpbnN0cmVhbSBvZiBjYXIgYXVkaW8gc3lzdGVtIGlzIHJh cGlkbHkgY2hhbmdpbmcgaW4gdGhlIHdvcmxkIHRvZGF5LiAgV2UgZGFyZSBzYXkgdGhhdCwgYSBD RCBjaGFuZ2VyIHdpbGwgYmUgcmVwbGFjZWQgYnkgb3VyIE1QMyBjYXIgUGxheWVyLiAgVGhlIG5l eHQgZ2VuZXJhdGlvbiBvZiBjYXIgYXVkaW8gYnVzaW5lc3Mgd29ybGR3aWRlIHdpbGwgYmUgdXNp bmcgYW4gTVAgU2h1dHRsZSBzZXJpZXMgYmVjYXVzZSBvZiB0aGUgdmFyaW91cyByZWFzb25zOg0K DQogIGEpICAgICBZb3UgY2FuIGxpc3RlbiB0byAyMDAgc29uZ3MgZnJvbSBhIENEIHNlcmllcyBh bmQgb3ZlciAzLDAwMCBzb25ncyBmcm9tIGEgSEREIHNlcmllcy4NCiAgYikgICAgIFlvdSBjYW4g Y2hvb3NlIGEgc29uZyBmcm9tIHRoZSBpbGx1bWluYXRlZCBkZWx1eGUgTENEIFBhbmVsIG9mIHRo ZSByZW1vdGUgY29udHJvbCB1bml0IGZvciBjb252ZW5pZW5jZS4NCiAgYykgICAgIEVhc3kgdG8g Z2V0IE1QMyBmaWxlIHNvbmdzIGZyb20gYSBQQyBhbmQgdG8gY29udmVydCBzb25ncyBmcm9tIGF1 ZGlvIENEIHRvIE1QMyBmaWxlLg0KICBkKSAgICAgQW50aS1zaG9jayBidWZmZXIgd2l0aGluIDYg bWluLiBieSB1c2luZyA4TUIgRHJhbQ0KICBlKSAgICAgU3BlY2lhbCByYW5kb20gcGxheSBmdW5j dGlvbg0KICBmKSAgICAgU3BlY2lhbCBQbGF5bGlzdCBmdW5jdGlvbiB0byByZWNvcmQgbGlzdCBv ZiB5b3VyIDEwMCBmYXZvcml0ZSBzb25ncy4gDQogIGcpICAgICBFYXN5IHRvIGNvbm5lY3QgTVAg c2h1dHRsZSB3aXRoIHRoZSBpbnN0YWxsZWQgY2FyIGF1ZGlvIHN5c3RlbSBieSB1c2luZyBjYXNz ZXR0ZSBwYWNrIG9yIGxpbmUgaW4gY29ubmVjdG9yLg0KICBoKSAgICAgWW91IGRvbqGvdCBuZWVk IHRvIGluc3RhbGwgYSBQQyBzZXBhcmF0ZWx5IGluc2lkZSB0aGUgdHJ1bmsgb2YgYSBjYXIsIHNp bmNlIGl0IGhhcyBpdHMgb3duIGJ1aWx0LWluLXByb2Nlc3Nvci4NCiAgaSkgICAgIEVhc3kgdG8g aW5zdGFsbCBpbiBhIGNhciBieSBzaW1wbHkgY29ubmVjdGluZyBjYWJsZXMuDQogIGopICAgICBU aGVzZSBtb2RlbHMgY2FuIGJlIHVzZWQgYXQgaG9tZSB3aXRoIGFuIEFDIDExMC8yMjBWIHBvd2Vy IHN1cHBseSBzdGFuZGFyZCBhZGFwdG9yLiAgIA0KDQpTcGVjaWZpY2F0aW9ucyBmb3IgdGhlIDIg bW9kZWwgb2YgdGhlIE1QIHNodXR0bGU6DQoNCiMgTVAgU0hVVFRMRSClsCggTVAtQzIwMDAgKQ0K MS4gMjAwIFNPTkdTIC8gQ0QgVFlQRSAtIDY1ME1CDQoyLiBNQUlOIEJPRFkgLSBJTlNUQUxMRUQg MzIgWCBDRCBST00gRFJJVkUsIFBPV0VSIElOLCBWT0xVTUUgTEVWRUwgQU5EIExJTkUgT1VUDQoz LiBDUFUgOiBHTVMzMkMyMTE2IDY2TXogKCA2NiBNSVBTICkNCjQuIE1FTU9SWSA6IDggTUIgRFJB TQ0KNS4gRVBST00gOiA0TUINCjYuIExDRCA6IDEyOCBYIDY0IERPVCBNQVRSSVggV0lUSCBCQUNL TElHSFQNCjcuIENEIFJPTSBJTlRFUkZBQ0UgOiBFLUlERSg0MCBQSU4gQ09OTkVDVE9SKQ0KOC4g TVAzIERFQ09ERVIgOiBNSUNST05BUyBNQVMzNTA3RA0KOS4gREFDIDogUEhJTElQUyBUREExMzEx QQ0KMTAuIFBPV0VSIDogREMgMTJWIEZPUiBBIENBUg0KMTEuIENPTlNVTVBUSU9OIDogMi41IEEN CjEyLiBESU1FTlNJT04gT0YgTUFJTiBCT0RZKG1tKSA6IDI2NyBYIDIyMiBYIDQ2DQoNCiMgTVAg U0hVVFRMRSClsSggTVAtQzMwMDAgKSANCjEuIDMsMDAwIFNPTkdTIC8gSEREIFRZUEUgLSAxMEdC DQoyLiBNQUlOIEJPRFkgLSBJTlNUQUxMRUQgSEFSRCBESVNLIFJBQ0ssIFBPV0VSIElOLCBWT0xV TUUgTEVWRUwgQU5EIExJTkUgT1VUDQozLiBDUFUgOiBHTVMzMkMyMTMyIDYwTXogKCA2MCBNSVBT ICkNCjQuIE1FTU9SWSA6IDggTUIgRFJBTQ0KNS4gRVBST00gOiA0TUINCjYuIExDRCA6IDEyOCBY IDY0IERPVCBNQVRSSVggV0lUSCBCQUNLTElHSFQNCjcuIEhERCBSQUNLIDogRS1JREUgKDQwUElO IENPTk5FQ1RPUikNCjguIE1QMyBERUNPREVSIDogTUlDUk9OQVMgTUFTMzUwN0QNCjEwLiBEQUMg OiBQSElMSVBTIFREQTEzMTFBDQoxMS4gT1BUSU9OIDogVEhFIENBU1NFVFRFIFBBQ0sNCjEyLiBQ T1dFUiA6IERDIDEyViBGT1IgQSBDQVINCjEzLiBDT05TVU1QVElPTiA6IDIuNSBBDQoxNC4gRElN RU5TSU9OIE9GIE1BSU4gQk9EWShtbSkgOiAyNjcgWCAyMjIgWCA0Ng0KDQpQbGVhc2UgdmlzaXQg b3VyIEludGVybmF0aW9uYWwgVHJhZGUgU2l0ZSBhdCB3d3cua29yZWFuc291cmNlLmNvbSAgYW5k IGNsaWNrIG9uIHRoZSBwaWN0dXJlIG9mIHRoaXMgaXRlbSBvbiB0aGUgYmVsb3cgb2YgZmlyc3Qg cGFnZSB0byBzZWUgdGhlIHBob3RvICYgc3BlY2lmaWNhdGlvbiwgb3IgZGlyZWN0bHkgdmlzaXQg d3d3LmtvcmVhbnNvdXJjZS5jb20vY28veGVlbm9uLiAgV2UgYXJlIGxvb2tpbmcgZm9yIGRpc3Ry aWJ1dG9ycyBhbmQgaW1wb3J0ZXJzIHRvIHJlcHJlc2VudCBvdXIgcHJvZHVjdCBpbiB5b3VyIGFy ZWEuICBQbGVhc2UgcmVwbHkgYmFjayBwcm9tcHRseS4gICAgDQoNClRoYW5rIHlvdSBmb3IgeW91 ciBwYXRpZW5jZSBhbmQgdGltZS4gIEZvciBpbnF1aXJpZXMgcmVnYXJkaW5nIG91ciBwcm9kdWN0 LCBwbGVhc2Ugc2VuZCBhIEUtbWFpbCB0byBicmlhbkBrb3JlYW5zb3VyY2UuY29tIC4NCg0KQmVz dCBSZWdhcmRzLA0KDQpFZHdhcmQgUy4gS2ltDQpHZW5lcmFsIE1hbmFnZXIgb2YgSW50ZXJuYXRp b25hbCBUcmFkZSBEaXZpc2lvbg0KDQo= ------=_NextPart_000_0142_01BF2BB3.936E8F60 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWtz X2NfNTYwMS0xOTg3IiBodHRwLWVxdWl2PUNvbnRlbnQtVHlwZT4NCjxNRVRBIGNvbnRlbnQ9Ik1T SFRNTCA1LjAwLjI2MTQuMzUwMCIgbmFtZT1HRU5FUkFUT1I+DQo8U1RZTEU+PC9TVFlMRT4NCjwv SEVBRD4NCjxCT0RZIGJnQ29sb3I9I2ZmZmZmZj4NCjxESVY+PEZPTlQgc2l6ZT0yPjxGT05UIHNp emU9Mj4mbmJzcDsNCjxESVYgYWxpZ249Y2VudGVyPjxGT05UIGZhY2U9IlRpbWVzIE5ldyBSb21h biI+PEZPTlQgc2l6ZT0yPjxGT05UIA0Kc2l6ZT02PjxTVFJPTkc+S09SRUFOU09VUkNFIENPLiwg TFRELjxCUj48L1NUUk9ORz48L0ZPTlQ+NTQ2LTQgIzEyLCAyNkYgUFJJTUUgDQpDRU5URVIsIEtV SS1ET05HLCBLV0FOR0pJTi1LVSwgMTQzLTIwMCxTRU9VTCwgDQpLT1JFQTxCUj5URUwuODItMi0z NDI0LTQ1MDQmbmJzcDsmbmJzcDsgRkFYLjgyLTItMzQyNC00NTA1IDxCUj5FLU1BSUw6IDxBIA0K aHJlZj0ibWFpbHRvOmJyaWFuQGtvcmVhbnNvdXJjZS5jb20iPmJyaWFuQGtvcmVhbnNvdXJjZS5j b208L0E+PEJSPjxBIA0KaHJlZj0iaHR0cDovL3d3dy5rb3JlYW5zb3VyY2UuY29tIj53d3cua29y ZWFuc291cmNlLmNvbTwvQT4gLyA8QSANCmhyZWY9Imh0dHA6Ly93d3cudHBhZ2UuY29tIj53d3cu dHBhZ2UuY29tPC9BPjxCUj5lLUJ1c2luZXNzIA0KU3BlY2lhbGlzdDwvRk9OVD48L0ZPTlQ+PC9E SVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJViBhbGlnbj1qdXN0aWZ5PjxCUj48Rk9OVCBmYWNl PSJUaW1lcyBOZXcgUm9tYW4iIA0Kc2l6ZT0yPlRvJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDpT YWxlcyAmYW1wO01hcmtldGluZyBEZXBhcnRtZW50PEJSPkF0dG4mbmJzcDsgDQo6U2FsZXMvSW1w b3J0IE1hbmFnZXI8QlI+RnJvbSZuYnNwOzpJbnRlcm5hdGlvbmFsIFRyYWRlIERpdmlzaW9uPEJS PkRhdGUgDQombmJzcDs6Tm92ZW1iZXIgMTAsIDE5OTk8QlI+UmVmJm5ic3A7Jm5ic3A7IA0KJm5i c3A7Ojk5MTExMFNXPEJSPlJlJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDo8U1RST05HPk1QMyBD YXIvSG9tZSBQbGF5ZXIgDQpTeXN0ZW08L1NUUk9ORz48L0ZPTlQ+PC9ESVY+DQo8RElWIGFsaWdu PWp1c3RpZnk+Jm5ic3A7PC9ESVY+DQo8RElWIGFsaWduPWp1c3RpZnk+Jm5ic3A7PC9ESVY+DQo8 RElWIGFsaWduPWp1c3RpZnk+PEZPTlQgZmFjZT0iVGltZXMgTmV3IFJvbWFuIiBzaXplPTI+RGVh ciBTaXIsPC9GT05UPjwvRElWPg0KPERJViBhbGlnbj1qdXN0aWZ5PiZuYnNwOzwvRElWPg0KPERJ ViBhbGlnbj1qdXN0aWZ5PjxGT05UIGZhY2U9IlRpbWVzIE5ldyBSb21hbiIgc2l6ZT0yPktvcmVh blNvdXJjZSBpcyB0aGUgZmlyc3QgDQpjb21wYW55IHRvIGRldmVsb3AmbmJzcDt0aGUgPFNUUk9O Rz5Xb3JsZCBUcmFkZSBTZWFyY2ggRW5naW5lKFRwYWdlLmNvbSkuJm5ic3A7IA0KPC9TVFJPTkc+ V2UgcmVwcmVzZW50IG51bWVyb3VzIGNvbXBhbmllcyBpbnRlcm5hdGlvbmFsbHkgdG8gYXNzaXN0 IGFuZCBkZXZlbG9wIA0KdHJhZGUgaW4gdGhlIEludGVybmF0aW9uYWwgTWFya2V0LiZuYnNwOyBB cyB5b3UgbWF5IGtub3csIGluIHRoZSBidXNpbmVzcyB0b2RheSwgDQpiZWluZyBhYmxlIHRvIHV0 aWxpemUgdGhlIEludGVybmV0IGlzIGEgcG93ZXJmdWwgdG9vbC4mbmJzcDsgUGxlYXNlIHZpc2l0 IG91ciANCkludGVybmF0aW9uYWwgVHJhZGUgU2l0ZXMgLCA8QSANCmhyZWY9Imh0dHA6Ly93d3cu a29yZWFuc291cmNlLmNvbSI+d3d3LmtvcmVhbnNvdXJjZS5jb208L0E+ICZhbXA7IDxBIA0KaHJl Zj0iaHR0cDovL3d3dy50cGFnZS5jb20iPnd3dy50cGFnZS5jb208L0E+IHRvIHVuZGVyc3RhbmQg bW9yZSBhYm91dCBvdXIgDQpjb21wYW55LiZuYnNwOyA8L0ZPTlQ+PC9ESVY+DQo8RElWIGFsaWdu PWp1c3RpZnk+Jm5ic3A7PC9ESVY+DQo8RElWIGFsaWduPWp1c3RpZnk+PEZPTlQgZmFjZT0iVGlt ZXMgTmV3IFJvbWFuIiBzaXplPTI+V2Ugc2VuZCB1cGRhdGVzIHRvIHlvdSANCmZvciBuZXcgaXRl bXMgZGV2ZWxvcGVkIGZvciB0aGUgV29ybGQgTWFya2V0LiZuYnNwOyBBcyB0aGUgb2xkIHdheSBv ZiBkb2luZyANCmJ1c2luZXNzLCB5b3UgcHJvYmFibHkgaGFkIHRvIGdvIHRvIHRyYWRlIHNob3dz IHRvIHNlZSBhbmQgc2VhcmNoIGZvciBuZXcgaXRlbXMgDQpmb3IgeW91ciBtYXJrZXQuJm5ic3A7 IE5vdyB5b3UgY2FuIGRvIHRoaXMgYWxsIHRocm91Z2ggYSB0b3VjaCBvZiBhIGtleSwgc2luY2Ug DQp3ZSBhbHNvIG9wZW4gYSBUcmFkZSBFeGhpYml0aW9uIGhlbGQgdGhyb3VnaCB0aGUgSW50ZXJu ZXQgd2l0aCB2YXJpb3VzIHByb2R1Y3RzIA0Kb2YgaW50ZXJlc3QuPC9GT05UPjwvRElWPg0KPERJ ViBhbGlnbj1qdXN0aWZ5PiZuYnNwOzwvRElWPg0KPERJViBhbGlnbj1qdXN0aWZ5PjxGT05UIGZh Y2U9IlRpbWVzIE5ldyBSb21hbiIgc2l6ZT0yPjxVPldlIHdvdWxkIGxpa2UgdG8gDQppbnRyb2R1 Y2UgdG8geW91IGEgbmV3IGl0ZW0gY2FsbGVkIGEgPFNUUk9ORz5NUDMgQ2FyIA0KUGxheWVyOjwv U1RST05HPjwvVT48L0ZPTlQ+PC9ESVY+DQo8RElWIGFsaWduPWp1c3RpZnk+Jm5ic3A7PC9ESVY+ DQo8RElWIGFsaWduPWp1c3RpZnk+PEZPTlQgZmFjZT0iVGltZXMgTmV3IFJvbWFuIiBzaXplPTI+ VGhlIG1haW5zdHJlYW0gb2YgY2FyIA0KYXVkaW8gc3lzdGVtIGlzIHJhcGlkbHkgY2hhbmdpbmcg aW4gdGhlIHdvcmxkIHRvZGF5LiZuYnNwOyBXZSBkYXJlIHNheSB0aGF0LCBhIA0KQ0QgY2hhbmdl ciB3aWxsIGJlIHJlcGxhY2VkIGJ5IG91ciBNUDMgY2FyIFBsYXllci4mbmJzcDsgVGhlIG5leHQg Z2VuZXJhdGlvbiBvZiANCmNhciBhdWRpbyBidXNpbmVzcyB3b3JsZHdpZGUgd2lsbCBiZSB1c2lu ZyBhbiBNUCBTaHV0dGxlIHNlcmllcyBiZWNhdXNlIG9mIHRoZSANCnZhcmlvdXMgcmVhc29uczo8 L0ZPTlQ+PC9ESVY+DQo8RElWIGFsaWduPWp1c3RpZnk+Jm5ic3A7PC9ESVY+DQo8QkxPQ0tRVU9U RSBzdHlsZT0iTUFSR0lOLVJJR0hUOiAwcHgiPg0KICA8RElWIGFsaWduPWp1c3RpZnk+PEZPTlQg ZmFjZT0iVGltZXMgTmV3IFJvbWFuIiBzaXplPTI+YSkgJm5ic3A7Jm5ic3A7Jm5ic3A7IA0KICBZ b3UgY2FuIGxpc3RlbiB0byAyMDAgc29uZ3MgZnJvbSBhIENEIHNlcmllcyBhbmQgb3ZlciAzLDAw MCBzb25ncyBmcm9tIGEgSEREIA0KICBzZXJpZXMuPEJSPmIpICZuYnNwOyZuYnNwOyZuYnNwOyBZ b3UgY2FuIGNob29zZSBhIHNvbmcgZnJvbSB0aGUgaWxsdW1pbmF0ZWQgDQogIGRlbHV4ZSBMQ0Qg UGFuZWwgb2YgdGhlIHJlbW90ZSBjb250cm9sIHVuaXQgZm9yIGNvbnZlbmllbmNlLjxCUj5jKSAN CiAgJm5ic3A7Jm5ic3A7Jm5ic3A7IEVhc3kgdG8gZ2V0IE1QMyBmaWxlIHNvbmdzIGZyb20gYSBQ QyBhbmQgdG8gY29udmVydCBzb25ncyANCiAgZnJvbSBhdWRpbyBDRCB0byBNUDMgZmlsZS48QlI+ ZCkgJm5ic3A7Jm5ic3A7Jm5ic3A7IEFudGktc2hvY2sgYnVmZmVyIHdpdGhpbiA2IA0KICBtaW4u IGJ5IHVzaW5nIDhNQiBEcmFtPEJSPmUpICZuYnNwOyZuYnNwOyZuYnNwOyBTcGVjaWFsIHJhbmRv bSBwbGF5IA0KICBmdW5jdGlvbjxCUj5mKSAmbmJzcDsmbmJzcDsmbmJzcDsgU3BlY2lhbCBQbGF5 bGlzdCBmdW5jdGlvbiB0byByZWNvcmQgbGlzdCBvZiANCiAgeW91ciAxMDAgZmF2b3JpdGUgc29u Z3MuIDxCUj5nKSAmbmJzcDsmbmJzcDsmbmJzcDsgRWFzeSB0byBjb25uZWN0IE1QIHNodXR0bGUg DQogIHdpdGggdGhlIGluc3RhbGxlZCBjYXIgYXVkaW8gc3lzdGVtIGJ5IHVzaW5nIGNhc3NldHRl IHBhY2sgb3IgbGluZSBpbiANCiAgY29ubmVjdG9yLjxCUj5oKSAmbmJzcDsmbmJzcDsmbmJzcDsg WW91IGRvbqGvdCBuZWVkIHRvIGluc3RhbGwgYSBQQyBzZXBhcmF0ZWx5IA0KICBpbnNpZGUgdGhl IHRydW5rIG9mIGEgY2FyLCBzaW5jZSBpdCBoYXMgaXRzIG93biBidWlsdC1pbi1wcm9jZXNzb3Iu PEJSPmkpIA0KICAmbmJzcDsmbmJzcDsmbmJzcDsgRWFzeSB0byBpbnN0YWxsIGluIGEgY2FyIGJ5 IHNpbXBseSBjb25uZWN0aW5nIGNhYmxlcy48QlI+aikgDQogICZuYnNwOyZuYnNwOyZuYnNwOyBU aGVzZSBtb2RlbHMgY2FuIGJlIHVzZWQgYXQgaG9tZSB3aXRoIGFuIEFDIDExMC8yMjBWIHBvd2Vy IA0KICBzdXBwbHkgc3RhbmRhcmQgYWRhcHRvci4mbmJzcDsmbmJzcDsgPC9GT05UPjwvRElWPjwv QkxPQ0tRVU9URT4NCjxESVYgYWxpZ249anVzdGlmeT4mbmJzcDs8L0RJVj4NCjxESVYgYWxpZ249 anVzdGlmeT48Rk9OVCBmYWNlPSJUaW1lcyBOZXcgUm9tYW4iIHNpemU9Mj48U1RST05HPlNwZWNp ZmljYXRpb25zIA0KZm9yIHRoZSAyIG1vZGVsIG9mIHRoZSBNUCBzaHV0dGxlOjwvU1RST05HPjwv Rk9OVD48L0RJVj4NCjxESVYgYWxpZ249anVzdGlmeT4mbmJzcDs8L0RJVj4NCjxESVYgYWxpZ249 anVzdGlmeT48Rk9OVCBmYWNlPSJUaW1lcyBOZXcgUm9tYW4iIHNpemU9Mj48VT48U1RST05HPiMg TVAgU0hVVFRMRSANCqWwKCBNUC1DMjAwMCApPEJSPjwvU1RST05HPjwvVT4xLiAyMDAgU09OR1Mg LyBDRCBUWVBFIC0gNjUwTUI8QlI+Mi4gTUFJTiBCT0RZIC0gDQpJTlNUQUxMRUQgMzIgWCBDRCBS T00gRFJJVkUsIFBPV0VSIElOLCBWT0xVTUUgTEVWRUwgQU5EIExJTkUgT1VUPEJSPjMuIENQVSA6 IA0KR01TMzJDMjExNiA2Nk16ICggNjYgTUlQUyApPEJSPjQuIE1FTU9SWSA6IDggTUIgRFJBTTxC Uj41LiBFUFJPTSA6IDRNQjxCUj42LiBMQ0QgDQo6IDEyOCBYIDY0IERPVCBNQVRSSVggV0lUSCBC QUNLTElHSFQ8QlI+Ny4gQ0QgUk9NIElOVEVSRkFDRSA6IEUtSURFKDQwIFBJTiANCkNPTk5FQ1RP Uik8QlI+OC4gTVAzIERFQ09ERVIgOiBNSUNST05BUyBNQVMzNTA3RDxCUj45LiBEQUMgOiBQSElM SVBTIA0KVERBMTMxMUE8QlI+MTAuIFBPV0VSIDogREMgMTJWIEZPUiBBIENBUjxCUj4xMS4gQ09O U1VNUFRJT04gOiAyLjUgQTxCUj4xMi4gDQpESU1FTlNJT04gT0YgTUFJTiBCT0RZKG1tKSA6IDI2 NyBYIDIyMiBYIDQ2PC9GT05UPjwvRElWPg0KPERJViBhbGlnbj1qdXN0aWZ5PiZuYnNwOzwvRElW Pg0KPERJViBhbGlnbj1qdXN0aWZ5PjxGT05UIGZhY2U9IlRpbWVzIE5ldyBSb21hbiIgc2l6ZT0y PjxVPjxTVFJPTkc+IyBNUCBTSFVUVExFIA0KpbEoIE1QLUMzMDAwICkgPEJSPjwvU1RST05HPjwv VT4xLiAzLDAwMCBTT05HUyAvIEhERCBUWVBFIC0gMTBHQjxCUj4yLiBNQUlOIEJPRFkgDQotIElO U1RBTExFRCBIQVJEIERJU0sgUkFDSywgUE9XRVIgSU4sIFZPTFVNRSBMRVZFTCBBTkQgTElORSBP VVQ8QlI+My4gQ1BVIDogDQpHTVMzMkMyMTMyIDYwTXogKCA2MCBNSVBTICk8QlI+NC4gTUVNT1JZ IDogOCBNQiBEUkFNPEJSPjUuIEVQUk9NIDogNE1CPEJSPjYuIExDRCANCjogMTI4IFggNjQgRE9U IE1BVFJJWCBXSVRIIEJBQ0tMSUdIVDxCUj43LiBIREQgUkFDSyA6IEUtSURFICg0MFBJTiANCkNP Tk5FQ1RPUik8QlI+OC4gTVAzIERFQ09ERVIgOiBNSUNST05BUyBNQVMzNTA3RDxCUj4xMC4gREFD IDogUEhJTElQUyANClREQTEzMTFBPEJSPjExLiBPUFRJT04gOiBUSEUgQ0FTU0VUVEUgUEFDSzxC Uj4xMi4gUE9XRVIgOiBEQyAxMlYgRk9SIEEgDQpDQVI8QlI+MTMuIENPTlNVTVBUSU9OIDogMi41 IEE8QlI+MTQuIERJTUVOU0lPTiBPRiBNQUlOIEJPRFkobW0pIDogMjY3IFggMjIyIFggDQo0Njwv Rk9OVD48L0RJVj4NCjxESVYgYWxpZ249anVzdGlmeT4mbmJzcDs8L0RJVj4NCjxESVYgYWxpZ249 anVzdGlmeT48Rk9OVCBmYWNlPSJUaW1lcyBOZXcgUm9tYW4iIHNpemU9Mj5QbGVhc2UgdmlzaXQg b3VyIA0KSW50ZXJuYXRpb25hbCBUcmFkZSBTaXRlIGF0IDxBIA0KaHJlZj0iaHR0cDovL3d3dy5r b3JlYW5zb3VyY2UuY29tIj53d3cua29yZWFuc291cmNlLmNvbTwvQT4mbmJzcDsgYW5kIGNsaWNr IG9uIA0KdGhlIHBpY3R1cmUgb2YgdGhpcyBpdGVtIG9uIHRoZSBiZWxvdyBvZiBmaXJzdCBwYWdl IHRvIHNlZSB0aGUgcGhvdG8gJmFtcDsgDQpzcGVjaWZpY2F0aW9uLCBvciBkaXJlY3RseSB2aXNp dCA8QSANCmhyZWY9Imh0dHA6Ly93d3cua29yZWFuc291cmNlLmNvbS9jby94ZWVub24iPnd3dy5r b3JlYW5zb3VyY2UuY29tL2NvL3hlZW5vbjwvQT4uJm5ic3A7IA0KV2UgYXJlIGxvb2tpbmcgZm9y IGRpc3RyaWJ1dG9ycyBhbmQgaW1wb3J0ZXJzIHRvIHJlcHJlc2VudCBvdXIgcHJvZHVjdCBpbiB5 b3VyIA0KYXJlYS4mbmJzcDsgUGxlYXNlIHJlcGx5IGJhY2sgcHJvbXB0bHkuJm5ic3A7Jm5ic3A7 Jm5ic3A7IDwvRk9OVD48L0RJVj4NCjxESVYgYWxpZ249anVzdGlmeT4mbmJzcDs8L0RJVj4NCjxE SVYgYWxpZ249anVzdGlmeT48Rk9OVCBmYWNlPSJUaW1lcyBOZXcgUm9tYW4iIHNpemU9Mj5UaGFu ayB5b3UgZm9yIHlvdXIgDQpwYXRpZW5jZSBhbmQgdGltZS4mbmJzcDsgRm9yIGlucXVpcmllcyBy ZWdhcmRpbmcgb3VyIHByb2R1Y3QsIHBsZWFzZSBzZW5kIGEgDQpFLW1haWwgdG8gPEEgaHJlZj0i bWFpbHRvOmJyaWFuQGtvcmVhbnNvdXJjZS5jb20iPmJyaWFuQGtvcmVhbnNvdXJjZS5jb208L0E+ IA0KLjwvRk9OVD48L0RJVj4NCjxESVYgYWxpZ249anVzdGlmeT4mbmJzcDs8L0RJVj4NCjxESVYg YWxpZ249anVzdGlmeT48Rk9OVCBmYWNlPSJUaW1lcyBOZXcgUm9tYW4iIHNpemU9Mj5CZXN0IA0K UmVnYXJkcyw8L0ZPTlQ+PC9ESVY+DQo8RElWIGFsaWduPWp1c3RpZnk+Jm5ic3A7PC9ESVY+DQo8 RElWIGFsaWduPWp1c3RpZnk+PEZPTlQgZmFjZT0iVGltZXMgTmV3IFJvbWFuIiBzaXplPTI+RWR3 YXJkIFMuIEtpbTxCUj5HZW5lcmFsIA0KTWFuYWdlciBvZiBJbnRlcm5hdGlvbmFsIFRyYWRlIERp dmlzaW9uPC9GT05UPjwvRElWPg0KPERJViBhbGlnbj1qdXN0aWZ5PiZuYnNwOzwvRElWPjwvRk9O VD48L0ZPTlQ+PC9ESVY+PC9CT0RZPjwvSFRNTD4NCg== ------=_NextPart_000_0142_01BF2BB3.936E8F60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Nov 10 6:50:13 1999 Delivered-To: freebsd-doc@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id CCA6C14D8F for ; Wed, 10 Nov 1999 06:50:09 -0800 (PST) (envelope-from K.J.Koster@research.kpn.com) Received: from ntl11.research.kpn.com (ntl11.research.kpn.com [139.63.192.60]) by research.kpn.com (PMDF V5.2-31 #35196) with ESMTP id <01JI6EX1I6A40000Y4@research.kpn.com> for freebsd-doc@FreeBSD.ORG; Wed, 10 Nov 1999 15:50:05 +0100 Received: by ntl11.research.kpn.com with Internet Mail Service (5.5.2448.0) id ; Wed, 10 Nov 1999 15:50:05 +0100 Content-return: allowed Date: Wed, 10 Nov 1999 15:50:03 +0100 From: "Koster, K.J." Subject: Just nitpicking. To: "'freebsd-doc@FreeBSD.ORG'" Message-id: <802140B1D018D2118EB000A02461E5B602A546AC@ntl11.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Check out the item for 17 september on http://www.freebsd.org/news/newsflash.html I quote: 17-Sep-1999 FreeBSD 3.3 has been released. Please see the Release Information page for more details. Also be sure to check the release errata after installation for any late- breaking issues with 3.3 that ^^^^^^^ that what? Maybe something that needs to go into the errata.txt? ;-) Kees Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Nov 10 6:53:23 1999 Delivered-To: freebsd-doc@freebsd.org Received: from diamant.cip.informatik.uni-muenchen.de (diamant.cip.informatik.uni-muenchen.de [141.84.220.20]) by hub.freebsd.org (Postfix) with SMTP id 1406414EF4 for ; Wed, 10 Nov 1999 06:53:11 -0800 (PST) (envelope-from neuce@informatik.uni-muenchen.de) Received: (qmail 28223 invoked by uid 7770); 10 Nov 1999 14:53:06 -0000 Received: from po.cip.informatik.uni-muenchen.de (root@141.84.220.181) by diamant.cip.informatik.uni-muenchen.de with SMTP; 10 Nov 1999 14:53:06 -0000 Received: from localhost (neuce@localhost) by po.cip.informatik.uni-muenchen.de (8.9.3/8.9.3) with ESMTP id PAA06461; Wed, 10 Nov 1999 15:53:06 +0100 X-Authentication-Warning: po.cip.informatik.uni-muenchen.de: neuce owned process doing -bs Date: Wed, 10 Nov 1999 15:53:06 +0100 (CET) From: Cecile Neu To: Nik Clayton Cc: freebsd-doc@freebsd.org Subject: Re: use of multiple ethernet cards In-Reply-To: <19991105002134.A96200@catkin.nothing-going-on.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 5 Nov 1999, Nik Clayton wrote: > On Thu, Nov 04, 1999 at 04:06:02PM +0100, Cecile Neu wrote: > > [ installation of multiple ethernet cards ] > > Couldn't agree more. Now that you've got it working, do you think you > could submit some documentation describing what's involved? If you > need a hand with structure, formatting, and so on, just shout. yes, i'd like to do that. i suppose i should subscribe to freebsd-doc and have a look at the docproj pages for structure and formatting info? cecile -- GameCat neuce@informatik.uni-muenchen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Nov 10 12:21:49 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 2641114D92; Wed, 10 Nov 1999 12:21:04 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: from kilt.nothing-going-on.org (kilt.nothing-going-on.org [192.168.1.18]) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) with ESMTP id TAA54908; Wed, 10 Nov 1999 19:47:05 GMT (envelope-from nik@catkin.nothing-going-on.org) Received: (from nik@localhost) by kilt.nothing-going-on.org (8.9.3/8.9.3) id IAA90788; Wed, 10 Nov 1999 08:01:54 GMT (envelope-from nik@catkin.nothing-going-on.org) Date: Wed, 10 Nov 1999 08:01:54 +0000 From: Nik Clayton To: Kris Kennaway Cc: doc@freebsd.org Subject: Re: Outdated version information Message-ID: <19991110080153.A90762@kilt.nothing-going-on.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Kris Kennaway on Tue, Nov 09, 1999 at 01:41:31PM -0800 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Nov 09, 1999 at 01:41:31PM -0800, Kris Kennaway wrote: > > We really need a system whereby these will be flagged and/or updated > > automatically each time a new release comes around. Perhaps by tagging > > sections related to a particular release and then "aging" them somehow, or > > presenting them on a list of "things to be checked that they're still > > current" - I don't know enough about the specifics of the build mechanism > > to suggest an explicit solution, but I'm sure one of you guys do. > > I was thinking about this and came up with the following: > > We add a new SGML tag called "volatile" or something, which has parametrs > "ID" and "Level". This is purely meta-information and has no effect on the > rendered version of the document. I'll be writing this up more fully later, but in a nutshell, the plan is to modify DocBook to add three new attributes to each element, osversionmin, osversionmax, osversionequal. Usage is something like Yada yada, only applies to 2.2 Yada yada, applies to all versions between 2.2 and 3.0, inclusive. I may have got the release tag names wrong, but you can see the general idea. We'll probably also have a bunch of entities to minimise typing. ... or similar. Then, before producing the formatted output we run the text through a pre-processor that encodes the logic for determining the sort order of the release tags. The pre-processor spits out text without certain elements included, depending on the command line options passed. We could (possibly) also have the stylesheets look for these attributes, and automatically include certain pieces of text as well. Some text... might be converted to

2.2-RELEASE only: Some text... Credit for this overall idea goes to the Debian folks, we've only refined it somewhat, and made some of the concepts more OS neutral. They're happy to use this approach for their documentation as well, so we'll have two documentation projects that are using the same attribute names -- this should hopefully be enough to get other projects onboard as well. N -- If you want to imagine the future, imagine a tennis show stamping on a penguin's face forever. --- with apologies to George Orwell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Nov 10 12:31:22 1999 Delivered-To: freebsd-doc@freebsd.org Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id AF2061540A for ; Wed, 10 Nov 1999 12:31:12 -0800 (PST) (envelope-from kbyanc@posi.net) X-Provider: ALC Communications, Inc. http://www.alcnet.com/ Received: from localhost (kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) with ESMTP id PAA60865 for ; Wed, 10 Nov 1999 15:31:10 -0500 (EST) Date: Wed, 10 Nov 1999 15:31:10 -0500 (EST) From: Kelly Yancey X-Sender: kbyanc@kronos.alcnet.com To: freebsd-doc@freebsd.org Subject: freebsd-arch missing on web site Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quick note: I just noticed that the freebsd-arch mailing list isn't included on http://www.freebsd.org/search/search.html Kelly -- Kelly Yancey - kbyanc@posi.net - Richmond, VA Director of Technical Services, ALC Communications http://www.alcnet.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Nov 10 15: 1:41 1999 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 33A3A14E23; Wed, 10 Nov 1999 15:01:40 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 28BC21CD621; Wed, 10 Nov 1999 15:01:39 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Wed, 10 Nov 1999 15:01:39 -0800 (PST) From: Kris Kennaway To: Nik Clayton Cc: doc@freebsd.org Subject: Re: Outdated version information In-Reply-To: <19991110080153.A90762@kilt.nothing-going-on.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 10 Nov 1999, Nik Clayton wrote: > > > I'll be writing this up more fully later, but in a nutshell, the plan is to > modify DocBook to add three new attributes to each element, osversionmin, > osversionmax, osversionequal. This might be useful for other reasons, but it doesn't seem to address the case of lots of instances of things like: "The current version of FreeBSD is 3.2" "the next release coming up with 3.3 in Q3 1999" "For the current 3.0-stable release, 3.0-RELEASE, see the 3.0-RELEASE directory" "...as it continues on its way towards 3.2-RELEASE". "somebody should check this before 3.0 goes out of beta or there'll be a lot of red faces after the CDs ship." just to note a few from a brief scan of the first few pages of the FAQ. The point is that there needs to be some way of flagging these kinds of changes for human revision, not just conditionally including text based on current revision number. Kris ---- Cthulhu for President! For when you're tired of choosing the _lesser_ of two evils.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Nov 10 21:54:27 1999 Delivered-To: freebsd-doc@freebsd.org Received: from nw177.netaddress.usa.net (nw177.netaddress.usa.net [204.68.24.77]) by hub.freebsd.org (Postfix) with SMTP id 830FE14D7B for ; Wed, 10 Nov 1999 21:54:24 -0800 (PST) (envelope-from bsdi@usa.net) Received: (qmail 14899 invoked by uid 60001); 11 Nov 1999 05:54:24 -0000 Message-ID: <19991111055424.14898.qmail@nw177.netaddress.usa.net> Received: from 204.68.24.77 by nw177 for [196.27.0.30] via web-mailer(M3.3.1.96) on Thu Nov 11 05:54:24 GMT 1999 Date: 11 Nov 99 07:54:24 EET From: Fawaz Talal To: freebsd-doc@FreeBSD.ORG Subject: Information X-Mailer: USANET web-mailer (M3.3.1.96) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Sir, I wish if I can support FreeBSD project by hosting a local mirror of the Official Web Site Of FreeBSD Project and The FTP Server Of FreeBSD Project, in the middle east /Jordan/ where I am living, and creating a native Arabic language mailing list. If you don't mind, I want to make sure about the requirement of this step, thanking you in advance and remain! When replying to this message, please copy the original recipients. Sincerely, Fawaz Talal ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Nov 11 12:17:33 1999 Delivered-To: freebsd-doc@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [195.147.246.100]) by hub.freebsd.org (Postfix) with ESMTP id F39EF14C20 for ; Thu, 11 Nov 1999 12:17:15 -0800 (PST) (envelope-from aidanm@dialstart.net) Received: from p9ds13a06.client.global.net.uk ([195.147.221.158] helo=egghead) by sand2.global.net.uk with smtp (Exim 2.05 #1) id 11m0ea-0006Zz-00 for freebsd-doc@FreeBSD.org; Thu, 11 Nov 1999 20:17:08 +0000 Message-ID: <000801bf2c81$55ef1b40$9edd93c3@egghead> From: "Aidan Marshall" To: Subject: Date: Thu, 11 Nov 1999 20:13:48 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF2C81.45B11620" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF2C81.45B11620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I need free BSD!! ------=_NextPart_000_0005_01BF2C81.45B11620 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I need free = BSD!!
------=_NextPart_000_0005_01BF2C81.45B11620-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Nov 11 12:50: 2 1999 Delivered-To: freebsd-doc@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 2A93114C96 for ; Thu, 11 Nov 1999 12:49:46 -0800 (PST) (envelope-from grog@mojave.sitaranetworks.com) Received: from mojave.sitaranetworks.com (mojave.sitaranetworks.com [199.103.141.157]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id HAA14305; Fri, 12 Nov 1999 07:19:34 +1030 (CST) (envelope-from grog@mojave.sitaranetworks.com) Message-ID: <19991111154900.28101@mojave.sitaranetworks.com> Date: Thu, 11 Nov 1999 15:49:00 -0500 From: Greg Lehey To: Aidan Marshall , freebsd-doc@FreeBSD.ORG Subject: Re: your mail Reply-To: Greg Lehey References: <000801bf2c81$55ef1b40$9edd93c3@egghead> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <000801bf2c81$55ef1b40$9edd93c3@egghead>; from Aidan Marshall on Thu, Nov 11, 1999 at 08:13:48PM -0000 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thursday, 11 November 1999 at 20:13:48 -0000, Aidan Marshall wrote: > I need free BSD!! Go for it. I don't think we need to add the fact to the documentation project, though. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Nov 11 13:40:53 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mta2.rcsntx.swbell.net (mta2.rcsntx.swbell.net [151.164.30.26]) by hub.freebsd.org (Postfix) with ESMTP id 279C214BDC for ; Thu, 11 Nov 1999 13:40:45 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta2.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with ESMTP id <0FL100JPVYVN1A@mta2.rcsntx.swbell.net> for freebsd-doc@FreeBSD.ORG; Thu, 11 Nov 1999 15:40:38 -0600 (CST) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id PAA52822; Thu, 11 Nov 1999 15:40:41 -0600 (CST envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Thu, 11 Nov 1999 15:40:40 -0600 From: Chris Costello Subject: Re: your mail In-reply-to: <19991111154900.28101@mojave.sitaranetworks.com> To: Greg Lehey Cc: Aidan Marshall , freebsd-doc@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19991111154040.G48527@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i X-Operating-System: FreeBSD 4.0-CURRENT (i386) References: <000801bf2c81$55ef1b40$9edd93c3@egghead> <19991111154900.28101@mojave.sitaranetworks.com> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 11, 1999, Greg Lehey wrote: > On Thursday, 11 November 1999 at 20:13:48 -0000, Aidan Marshall wrote: > > I need free BSD!! > > Go for it. I don't think we need to add the fact to the documentation > project, though. Perhaps the person who wrote the original message was suggesting a FAQ. A section on getting FreeBSD is already in the handbook, however, but do you think a hypertext link would be in order? -- |Chris Costello |There is no problem that, when programmed |just right, isn't more complicated. `----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Nov 11 15:18:43 1999 Delivered-To: freebsd-doc@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id A072514FDB for ; Thu, 11 Nov 1999 15:18:31 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 3201 invoked from network); 11 Nov 1999 23:18:30 -0000 Received: from useraj97.uk.uudial.com (HELO marder-1.) (62.188.133.226) by smtp.dial.pipex.com with SMTP; 11 Nov 1999 23:18:30 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id XAA02411 for doc@freebsd.org; Thu, 11 Nov 1999 23:18:32 GMT (envelope-from mark) Date: Thu, 11 Nov 1999 23:18:32 +0000 From: Mark Ovens To: doc@freebsd.org Subject: dsssl-docbook docs Message-ID: <19991111231832.D451@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Who is responsible for the docs for dsssl-docbook-modular-1.44? I've been enhancing Andrew Boothman's Doc Index script and have discovered that all the HTML docs for dsssl have weirdly formatted (but syntactically correct) HTML code, e.g.: $object-titles-after$'' are on the next line :-/ -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Nov 11 15:45:40 1999 Delivered-To: freebsd-doc@freebsd.org Received: from cbl-skelly3.hs.earthlink.net (CBL-skelly3.hs.earthlink.net [209.178.114.61]) by hub.freebsd.org (Postfix) with ESMTP id A5C8214F4D for ; Thu, 11 Nov 1999 15:45:37 -0800 (PST) (envelope-from kelly@ad1440.net) Received: from ad1440.net (uta003594.jpl.nasa.gov [128.149.211.36]) by cbl-skelly3.hs.earthlink.net (8.9.2/8.9.2) with ESMTP id PAA60888; Thu, 11 Nov 1999 15:44:17 -0800 (PST) (envelope-from kelly@ad1440.net) Message-ID: <382B551B.C9677A21@ad1440.net> Date: Thu, 11 Nov 1999 15:45:31 -0800 From: Sean Kelly X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: doc@FreeBSD.ORG Subject: Re: dsssl-docbook docs References: <19991111231832.D451@marder-1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Note how all the ``>'' are on the next line :-/ Just what the tidy program was made for! (See /usr/ports/www/tidy.) --Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Nov 11 16:30:14 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0468154A7 for ; Thu, 11 Nov 1999 16:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA23919; Thu, 11 Nov 1999 16:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 4535714C0E for ; Thu, 11 Nov 1999 16:20:30 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) id TAA01690; Thu, 11 Nov 1999 19:20:30 -0500 (EST) (envelope-from sjr) Message-Id: <199911120020.TAA01690@cc158233-a.catv1.md.home.com> Date: Thu, 11 Nov 1999 19:20:30 -0500 (EST) From: sjr@home.com Reply-To: sjr@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14834: Additions for Y2K bug page Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14834 >Category: docs >Synopsis: Additions for Y2K bug page >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 11 16:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Latest round of changes for the Y2K page. >How-To-Repeat: >Fix: --- y2kbug.sgml.orig Thu Nov 11 18:52:49 1999 +++ y2kbug.sgml Thu Nov 11 19:14:44 1999 @@ -209,6 +209,18 @@ 100y01m01d... for 2000-JAN-01. For compatibility, use a two-digit year until 2000.[Fixed v1.8 1999/01/20; fixes in FreeBSD-3.1 and above] + +
bin/14472
+ +
Date command does not take thousand/hundred digits. [Fixed v1.31 1999/11/10] +
+ +
misc/14511
+ +
Chpass has a problem using 00 for expiration year. +

Problematic applications

@@ -265,7 +277,8 @@ href="http://www.freebsd.org/cgi/query-pr.cgi?pr=13694">ports/13694
The slurp port has a problem generating a correctly formatted host file - name when tm_year is greater than 100.
+ name when tm_year is greater than 100. [Port patched 1999/10/27; fixes + in FreeBSD-3.3-STABLE and above]

More information

>Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 2:27:10 1999 Delivered-To: freebsd-doc@freebsd.org Received: from Zeke.Update.UU.SE (Zeke.Update.UU.SE [130.238.11.14]) by hub.freebsd.org (Postfix) with ESMTP id BF58C14CC6; Fri, 12 Nov 1999 02:27:06 -0800 (PST) (envelope-from ante@Update.UU.SE) Received: from localhost (ante@localhost) by Zeke.Update.UU.SE (8.8.8/8.8.8) with SMTP id LAA23843; Fri, 12 Nov 1999 11:27:03 +0100 Date: Fri, 12 Nov 1999 11:27:02 +0100 (MET) From: "Andreas L. Gustafsson" To: wosch@FreeBSD.org Cc: freebsd-doc@FreeBSD.org Subject: FreeBSD for "free" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was browsing by your webpages and I noticed that amongst the qualities of FreeBSD you write that it is free, i.e. costs you nothing. I'd like to point out that since the Free Software Foundation has used that word in a diffrent meaning, free as in freedom, using the same word as in "costs you no dollars" is sure to confuse people. Considering the so called "Open Software" community these days is studied closely by the press and a lot of people with little or no computer experience, I think it is in the interest of all to use a unabigous use of expression. Please consider changing the phrasing and thereby not confuse people and making it harder to spread the word about software _freedom_. Thank you. I am in no way a part of, or paid by, the Free Software Foundation, but a independant programmer/user that's deeply concerned about the issues about freedom and the philosophy of the FSF. Happy hacking! /andreas =============================================================== SF-fan and tea drinker. Beware! e-mail: ante@update.uu.se =============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 7: 3:56 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mta3.rcsntx.swbell.net (mta3.rcsntx.swbell.net [151.164.30.27]) by hub.freebsd.org (Postfix) with ESMTP id 5894314E9C; Fri, 12 Nov 1999 07:03:50 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta3.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with ESMTP id <0FL300A17B5ZU7@mta3.rcsntx.swbell.net>; Fri, 12 Nov 1999 09:03:40 -0600 (CST) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id JAA56403; Fri, 12 Nov 1999 09:03:38 -0600 (CST envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Fri, 12 Nov 1999 09:03:37 -0600 From: Chris Costello Subject: Re: FreeBSD for "free" In-reply-to: To: "Andreas L. Gustafsson" Cc: wosch@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19991112090337.P48527@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i X-Operating-System: FreeBSD 4.0-CURRENT (i386) References: Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Nov 12, 1999, Andreas L. Gustafsson wrote: > > I was browsing by your webpages and I noticed that amongst the qualities > of FreeBSD you write that it is free, i.e. costs you nothing. > > I'd like to point out that since the Free Software Foundation has used > that word in a diffrent meaning, free as in freedom, using the same word > as in "costs you no dollars" is sure to confuse people. > > Considering the so called "Open Software" community these days is studied > closely by the press and a lot of people with little or no computer > experience, I think it is in the interest of all to use a unabigous use of I don't understand. More people see "free" as "$0" than they do as in the FSF's meaning. Why continue a bad trend? -- |Chris Costello |Nice computers don't go down. `---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 7:40:24 1999 Delivered-To: freebsd-doc@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id D018014DFC; Fri, 12 Nov 1999 07:40:18 -0800 (PST) (envelope-from grog@mojave.sitaranetworks.com) Received: from mojave.sitaranetworks.com (mojave.sitaranetworks.com [199.103.141.157]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id CAA15299; Sat, 13 Nov 1999 02:10:11 +1030 (CST) (envelope-from grog@mojave.sitaranetworks.com) Message-ID: <19991112103938.07182@mojave.sitaranetworks.com> Date: Fri, 12 Nov 1999 10:39:38 -0500 From: Greg Lehey To: "Andreas L. Gustafsson" , wosch@FreeBSD.ORG Cc: freebsd-doc@FreeBSD.ORG Subject: Re: FreeBSD for "free" Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from Andreas L. Gustafsson on Fri, Nov 12, 1999 at 11:27:02AM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Friday, 12 November 1999 at 11:27:02 +0100, Andreas L. Gustafsson wrote: > > I was browsing by your webpages and I noticed that amongst the qualities > of FreeBSD you write that it is free, i.e. costs you nothing. > > I'd like to point out that since the Free Software Foundation has used > that word in a diffrent meaning, free as in freedom, using the same word > as in "costs you no dollars" is sure to confuse people. I'd like to point out that, since Microsoft uses the word "windows" in a different meaning, windows as in not being able to see the whole thing, using the same word as in "transparent opening to the outside world" is sure to confuse people. > Considering the so called "Open Software" community these days is > studied closely by the press and a lot of people with little or no > computer experience, I think it is in the interest of all to use a > unabigous use of expression. Agreed, but the FSF is unlikely to change their name. > Please consider changing the phrasing and thereby not confuse people > and making it harder to spread the word about software > _freedom_. Thank you. > > I am in no way a part of, or paid by, the Free Software Foundation, > but a independant programmer/user that's deeply concerned about the > issues about freedom and the philosophy of the FSF. You're obviously an advocate of the FSF. While I admire many of the objectives of the FSF, I don't agree with all of them. Certainly the FSF's use of the word "free" to mean "yes, you can have it, but there are some strings attached" is more confusing than FreeBSD's use of the same word to mean "yes, you can have it, andthere are no strings attached". Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 9:38: 2 1999 Delivered-To: freebsd-doc@freebsd.org Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (Postfix) with ESMTP id 0A4AD150E3; Fri, 12 Nov 1999 09:37:44 -0800 (PST) (envelope-from narvi@haldjas.folklore.ee) Received: from localhost (narvi@localhost) by haldjas.folklore.ee (8.9.3/8.9.3) with SMTP id TAA84029; Fri, 12 Nov 1999 19:37:32 +0200 (EET) (envelope-from narvi@haldjas.folklore.ee) Date: Fri, 12 Nov 1999 19:37:32 +0200 (EET) From: Narvi To: "Andreas L. Gustafsson" Cc: wosch@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: FreeBSD for "free" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 12 Nov 1999, Andreas L. Gustafsson wrote: > > I was browsing by your webpages and I noticed that amongst the qualities > of FreeBSD you write that it is free, i.e. costs you nothing. > Right. You can download all of freebsd. > I'd like to point out that since the Free Software Foundation has used > that word in a diffrent meaning, free as in freedom, using the same word > as in "costs you no dollars" is sure to confuse people. > I think it's the opposite. > Considering the so called "Open Software" community these days is studied > closely by the press and a lot of people with little or no computer > experience, I think it is in the interest of all to use a unabigous use of > expression. Right. Free should mean what free means. Zero cost is definately free. But freebsd is even better than that - you can download the source to it. > Please consider changing the phrasing and thereby not confuse people and > making it harder to spread the word about software _freedom_. Thank you. > What's wrong with the wording? FreeBSD is definately both free and open source software. The licence the various parts is under, is either: a) no more restrictive than the GPL b) GPL > I am in no way a part of, or paid by, the Free Software Foundation, but > a independant programmer/user that's deeply concerned about the issues > about freedom and the philosophy of the FSF. > If you are concerned about the issues of freedom and the philosophy of FSF, you should talk to them, not 'us' 8-) > Happy hacking! > > /andreas > > =============================================================== > SF-fan and tea drinker. Beware! > e-mail: ante@update.uu.se > =============================================================== > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 10:26:46 1999 Delivered-To: freebsd-doc@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 4701415121 for ; Fri, 12 Nov 1999 10:26:26 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 11149 invoked from network); 12 Nov 1999 18:26:22 -0000 Received: from useras91.uk.uudial.com (HELO marder-1.) (62.188.137.95) by smtp.dial.pipex.com with SMTP; 12 Nov 1999 18:26:22 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id SAA00825; Fri, 12 Nov 1999 18:26:18 GMT (envelope-from mark) Date: Fri, 12 Nov 1999 18:26:18 +0000 From: Mark Ovens To: Sean Kelly Cc: doc@FreeBSD.ORG Subject: Re: dsssl-docbook docs Message-ID: <19991112182618.A316@marder-1> References: <19991111231832.D451@marder-1> <382B551B.C9677A21@ad1440.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <382B551B.C9677A21@ad1440.net> Organization: Total lack of Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 11, 1999 at 03:45:31PM -0800, Sean Kelly wrote: > > Note how all the ``>'' are on the next line :-/ > > Just what the tidy program was made for! (See /usr/ports/www/tidy.) > Yes, I realize that and have used it, but should I ``tidy'' them all and submit a PR, or what? > --Sean -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 10:44:52 1999 Delivered-To: freebsd-doc@freebsd.org Received: from dot.crosswinds.net (dot.crosswinds.net [204.50.152.131]) by hub.freebsd.org (Postfix) with ESMTP id 7467D14FA3 for ; Fri, 12 Nov 1999 10:44:41 -0800 (PST) (envelope-from reddn@crosswinds.net) Received: from crosswinds.net (207-172-81-87.s87.tnt1.ptr.va.dialup.rcn.com [207.172.81.87]) by dot.crosswinds.net (8.9.3/8.9.3) with ESMTP id NAA22098 for ; Fri, 12 Nov 1999 13:43:53 -0500 (EST) (envelope-from reddn@crosswinds.net) Message-ID: <382C5FE0.C8DED682@crosswinds.net> Date: Fri, 12 Nov 1999 13:43:44 -0500 From: Tommy Sweeney Organization: Sweeney Consulting, Inc. X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: Joining the Project Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What kind of places are you looking for in help? Sweeney Consulting, Inc. Tommy Sweeney To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 12: 7:58 1999 Delivered-To: freebsd-doc@freebsd.org Received: from cbl-skelly3.hs.earthlink.net (CBL-skelly3.hs.earthlink.net [209.178.114.61]) by hub.freebsd.org (Postfix) with ESMTP id 0694F14CF0 for ; Fri, 12 Nov 1999 12:07:48 -0800 (PST) (envelope-from kelly@ad1440.net) Received: from ad1440.net (uta003594.jpl.nasa.gov [128.149.211.36]) by cbl-skelly3.hs.earthlink.net (8.9.2/8.9.2) with ESMTP id MAA62230; Fri, 12 Nov 1999 12:06:22 -0800 (PST) (envelope-from kelly@ad1440.net) Message-ID: <382C7388.4891D982@ad1440.net> Date: Fri, 12 Nov 1999 12:07:36 -0800 From: Sean Kelly X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: doc@FreeBSD.ORG Subject: Re: dsssl-docbook docs References: <19991111231832.D451@marder-1> <382B551B.C9677A21@ad1440.net> <19991112182618.A316@marder-1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Yes, I realize that and have used it, Sorry. > but should I ``tidy'' them all and submit a PR, or what? I would, given that several browsers choke on "broken" tags like that. Take care. --Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 12:11:44 1999 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 647) id 1280F14CF0; Fri, 12 Nov 1999 12:11:42 -0800 (PST) To: freebsd-doc@FreeBSD.ORG Subject: webupdate failed on hub.freebsd.org Cc: wosch@FreeBSD.ORG Message-Id: <19991112201142.1280F14CF0@hub.freebsd.org> Date: Fri, 12 Nov 1999 12:11:42 -0800 (PST) From: wosch@FreeBSD.ORG (Wolfram Schneider) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [This is an automatically created E-Mail message from the daily webupdate cron job:] ===> ja/ports cvs -QR co -p ports/INDEX > INDEX cp /g/www/buildcvsup/www/ja/ports/../../en/ports/packages.exists . rm -f *.sgml perl5 /g/www/buildcvsup/www/ja/ports/portindex INDEX YEAR2000 echo DOCS= *.sgml > Makefile.gen make sgmlnorm -d -c /usr/local/share/sgml/html/catalog afterstep.sgml > afterstep.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog archivers.sgml > archivers.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog astro.sgml > astro.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog audio.sgml > audio.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog benchmarks.sgml > benchmarks.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog biology.sgml > biology.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog cad.sgml > cad.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog chinese.sgml > chinese.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog comms.sgml > comms.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog converters.sgml > converters.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog databases.sgml > databases.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog deskutils.sgml > deskutils.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog devel.sgml > devel.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog editors.sgml > editors.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog elisp.sgml > elisp.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog emulators.sgml > emulators.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog ftp.sgml > ftp.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog games.sgml > games.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog german.sgml > german.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog gnome.sgml > gnome.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog graphics.sgml > graphics.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog index.sgml > index.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog irc.sgml > irc.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog japanese.sgml > japanese.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog java.sgml > java.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog kde.sgml > kde.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog korean.sgml > korean.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog lang.sgml > lang.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog mail.sgml > mail.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog master-index.sgml > master-index.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog math.sgml > math.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog mbone.sgml > mbone.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog misc.sgml > misc.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog net.sgml > net.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog news.sgml > news.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog offix.sgml > offix.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog palm.sgml > palm.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog perl5.sgml > perl5.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog plan9.sgml > plan9.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog print.sgml > print.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog python.sgml > python.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog russian.sgml > russian.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog security.sgml > security.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog shells.sgml > shells.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog sysutils.sgml > sysutils.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl76.sgml > tcl76.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl80.sgml > tcl80.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl81.sgml > tcl81.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl82.sgml > tcl82.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog textproc.sgml > textproc.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tk42.sgml > tk42.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tk80.sgml > tk80.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tk82.sgml > tk82.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tkstep80.sgml > tkstep80.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog vietnamese.sgml > vietnamese.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog windowmaker.sgml > windowmaker.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog www.sgml > www.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-clocks.sgml > x11-clocks.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-fm.sgml > x11-fm.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-fonts.sgml > x11-fonts.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-servers.sgml > x11-servers.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-toolkits.sgml > x11-toolkits.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-wm.sgml > x11-wm.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11.sgml > x11.html make: don't know how to make tcl75.sgml. Stop *** Error code 2 Stop. *** Error code 1 Stop. make all failed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 12:50:44 1999 Delivered-To: freebsd-doc@freebsd.org Received: from uumail-relay-blr.ernet.in (uumail-relay-blr.ernet.in [202.141.1.17]) by hub.freebsd.org (Postfix) with ESMTP id 16E9115000 for ; Fri, 12 Nov 1999 12:50:36 -0800 (PST) (envelope-from rsidd@physics.iisc.ernet.in) Received: from iisc.ernet.in (iisc.ernet.in [144.16.64.3]) by uumail-relay-blr.ernet.in (8.9.0/8.9.0) with ESMTP id CAA22226 for ; Sat, 13 Nov 1999 02:25:04 +0530 Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by iisc.ernet.in (8.9.2/8.9.0) with SMTP id CAA30260 for ; Sat, 13 Nov 1999 02:18:53 +0530 (IST) Received: (qmail 76649 invoked by uid 211); 12 Nov 1999 20:51:03 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Nov 1999 20:51:03 -0000 Date: Sat, 13 Nov 1999 02:21:02 +0530 (IST) From: Rahul Siddharthan To: freebsd-doc@freebsd.org Subject: Sorting order in mail list searches Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm not sure which the right list is for this, but: It seems that when you do a search on the mailing list archives, specifying for instance "limit results to 25" and "sort by date", it doesn't pick the most recent 25: it picks the best-scoring 25 and sorts those by date. What it should ideally do is of course a matter of opinion but I think this behaviour is a bit confusing. (I discovered it when it appeared that geocrawler was giving more hits than this engine.) I believe that the most natural thing -- what people would take it to mean -- is that it should sort all matches according to your criterion (score/date/etc) and then pick the top 25 (or whatever). Alternatively, you could describe better on the page what it actually does: it is possible that its present way of working is more useful. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 12:57:31 1999 Delivered-To: freebsd-doc@freebsd.org Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by hub.freebsd.org (Postfix) with SMTP id 572DB14BD6; Fri, 12 Nov 1999 12:57:26 -0800 (PST) (envelope-from xela@MIT.EDU) Received: from GRAND-CENTRAL-STATION.MIT.EDU by MIT.EDU with SMTP id AA12155; Fri, 12 Nov 99 15:56:03 EST Received: from melbourne-city-street.MIT.EDU (MELBOURNE-CITY-STREET.MIT.EDU [18.69.0.45]) by grand-central-station.MIT.EDU (8.9.2/8.9.2) with ESMTP id PAA20148; Fri, 12 Nov 1999 15:41:31 -0500 (EST) Received: from all-night-tool.mit.edu (ALL-NIGHT-TOOL.MIT.EDU [18.184.0.50]) by melbourne-city-street.MIT.EDU (8.9.3/8.9.2) with ESMTP id PAA15654; Fri, 12 Nov 1999 15:41:30 -0500 (EST) Received: (from xela@localhost) by all-night-tool.mit.edu (8.9.3) id PAA27432; Fri, 12 Nov 1999 15:41:29 -0500 (EST) Message-Id: <199911122041.PAA27432@all-night-tool.mit.edu> To: Greg Lehey Cc: "Andreas L. Gustafsson" , wosch@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: FreeBSD for "free" In-Reply-To: Your message of "Fri, 12 Nov 1999 10:39:38 EST." <19991112103938.07182@mojave.sitaranetworks.com> Date: Fri, 12 Nov 1999 15:41:29 -0500 From: Alex Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could we PLEASE not reiterate this stupid flamewar here. > On Friday, 12 November 1999 at 11:27:02 +0100, Andreas L. Gustafsson wrote: > > > > I was browsing by your webpages and I noticed that amongst the qualities > > of FreeBSD you write that it is free, i.e. costs you nothing. > > > > I'd like to point out that since the Free Software Foundation has used > > that word in a diffrent meaning, free as in freedom, using the same word > > as in "costs you no dollars" is sure to confuse people. > > I'd like to point out that, since Microsoft uses the word "windows" in > a different meaning, windows as in not being able to see the whole > thing, using the same word as in "transparent opening to the outside > world" is sure to confuse people. > > > Considering the so called "Open Software" community these days is > > studied closely by the press and a lot of people with little or no > > computer experience, I think it is in the interest of all to use a > > unabigous use of expression. > > Agreed, but the FSF is unlikely to change their name. > > > Please consider changing the phrasing and thereby not confuse people > > and making it harder to spread the word about software > > _freedom_. Thank you. > > > > I am in no way a part of, or paid by, the Free Software Foundation, > > but a independant programmer/user that's deeply concerned about the > > issues about freedom and the philosophy of the FSF. > > You're obviously an advocate of the FSF. While I admire many of the > objectives of the FSF, I don't agree with all of them. Certainly the > FSF's use of the word "free" to mean "yes, you can have it, but there > are some strings attached" is more confusing than FreeBSD's use of the > same word to mean "yes, you can have it, andthere are no strings > attached". > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message ----------- Carl Alexander ------------- MIT (where Alex hangs out): xela@mit.edu Course VI (sometime special student) SIPB (prospective) Mitgaard ("honorary mold") MITSFS LSC (night worker) http://www.mit.edu/~xela ------------- Work (where they call me "Carl"): carl@terc.edu System Administrator & User Services Manager, TERC http://www.terc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 13:42:46 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F29C414E52; Fri, 12 Nov 1999 13:42:44 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA14675; Fri, 12 Nov 1999 13:42:44 -0800 (PST) (envelope-from jim@FreeBSD.org) Date: Fri, 12 Nov 1999 13:42:44 -0800 (PST) From: Message-Id: <199911122142.NAA14675@freefall.freebsd.org> To: wosch@panke.de.freebsd.org, jim@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14559: Site submission not up.. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Site submission not up.. State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Fri Nov 12 13:42:18 PST 1999 State-Changed-Why: Sites added, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 13:52: 1 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5790814E52; Fri, 12 Nov 1999 13:51:59 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15673; Fri, 12 Nov 1999 13:51:59 -0800 (PST) (envelope-from jim@FreeBSD.org) Date: Fri, 12 Nov 1999 13:51:59 -0800 (PST) From: Message-Id: <199911122151.NAA15673@freefall.freebsd.org> To: jim@FreeBSD.org, freebsd-doc@FreeBSD.org, jim@FreeBSD.org Subject: Re: docs/14834: Additions for Y2K bug page Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Additions for Y2K bug page Responsible-Changed-From-To: freebsd-doc->jim Responsible-Changed-By: jim Responsible-Changed-When: Fri Nov 12 13:51:46 PST 1999 Responsible-Changed-Why: I'll take this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 15:59:30 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9E2415034; Fri, 12 Nov 1999 15:59:28 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA24362; Fri, 12 Nov 1999 15:59:28 -0800 (PST) (envelope-from jim@FreeBSD.org) Date: Fri, 12 Nov 1999 15:59:28 -0800 (PST) From: Message-Id: <199911122359.PAA24362@freefall.freebsd.org> To: cejkar@dcse.fee.vutbr.cz, jim@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14702: Removal of sunsite.mff.cuni.cz from ftp mirrors in FreeBSD handbook Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Removal of sunsite.mff.cuni.cz from ftp mirrors in FreeBSD handbook State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Fri Nov 12 15:59:13 PST 1999 State-Changed-Why: Change committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 16:25:31 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95CB215072; Fri, 12 Nov 1999 16:25:28 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA26232; Fri, 12 Nov 1999 16:25:28 -0800 (PST) (envelope-from jim@FreeBSD.org) Date: Fri, 12 Nov 1999 16:25:28 -0800 (PST) From: Message-Id: <199911130025.QAA26232@freefall.freebsd.org> To: dan@freebsddiary.org, jim@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14733: update IRC channel information Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update IRC channel information State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Fri Nov 12 16:25:08 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 16:46:29 1999 Delivered-To: freebsd-doc@freebsd.org Received: from limbo.cdrom.com (limbo.cdrom.com [204.216.28.176]) by hub.freebsd.org (Postfix) with ESMTP id 9570B14C2A for ; Fri, 12 Nov 1999 16:46:26 -0800 (PST) (envelope-from jim@limbo.cdrom.com) Received: (from jim@localhost) by limbo.cdrom.com (8.10.0.Beta6/8.10.0.Beta6) id dAD0kQD73400 for doc@FreeBSD.org; Fri, 12 Nov 1999 16:46:26 -0800 (PST) Date: Fri, 12 Nov 1999 16:46:26 -0800 From: Jim Mock To: doc@FreeBSD.org Subject: Re: docs/13950: webpage idea Message-ID: <19991112164626.A73361@limbo.cdrom.com> Reply-To: jim@cdrom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Maybe we should add a webpage with pointers to research papers using > FreeBSD as the base experiemtal system. (and keep a copy of the > document locally) > > There are three years of USENIX FREENIX papers we could start with. Any objections to me closing this PR? It seemed more like it should've been a message to -doc instead of a PR. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@cdrom.com - - phone: 925.691.2800 x3814 - fax: 925.674.0821 - jim@FreeBSD.org - - freebsdzine - http://www.freebsdzine.org/ - jim@freebsdzine.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 17: 6:50 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE11D15083; Fri, 12 Nov 1999 17:06:49 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA28652; Fri, 12 Nov 1999 17:06:49 -0800 (PST) (envelope-from jim@FreeBSD.org) Date: Fri, 12 Nov 1999 17:06:49 -0800 (PST) From: Message-Id: <199911130106.RAA28652@freefall.freebsd.org> To: wosch@panke.de.freebsd.org, jim@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/14067: Vendor: Aeon/Xe Technology Pte Ltd Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Vendor: Aeon/Xe Technology Pte Ltd State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Fri Nov 12 17:06:22 PST 1999 State-Changed-Why: Site added to the gallery, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Nov 12 23:10: 8 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED77114F55 for ; Fri, 12 Nov 1999 23:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA52230; Fri, 12 Nov 1999 23:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 5415A14EEE for ; Fri, 12 Nov 1999 23:05:14 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-1999102712000035) with ESMTP id QAA13339 for ; Sat, 13 Nov 1999 16:05:12 +0900 Received: from acidrain (mbra0113.ppp.infoweb.ne.jp [202.219.229.77]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id QAA03899 for ; Sat, 13 Nov 1999 16:05:11 +0900 Received: (qmail 16884 invoked by uid 1001); 13 Nov 1999 07:03:33 -0000 Message-Id: <19991113070333.16883.qmail@dolphin.be.to> Date: 13 Nov 1999 07:03:33 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14858: pthread_cond_{destroy,timed_wait,wait}.3 typo fix Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14858 >Category: docs >Synopsis: pthread_cond_{destroy,timed_wait,wait}.3 typo fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 12 23:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.3-STABLE i386 >Organization: Unknown >Environment: pthread_cond_destroy.3 1.5 Sat Aug 28 00:03:03 1999 pthread_cond_timedwait.3 1.6 Sat Aug 28 00:03:04 1999 pthread_cond_wait.3 1.6 Sat Aug 28 00:03:04 1999 >Description: There are typos in the manual pages above. >How-To-Repeat: >Fix: Apply this patch, thanks. Index: pthread_cond_destroy.3 =================================================================== RCS file: /home/ncvs/FreeBSD/src/lib/libc_r/man/pthread_cond_destroy.3,v retrieving revision 1.5 diff -u -r1.5 pthread_cond_destroy.3 --- pthread_cond_destroy.3 1999/08/28 00:03:03 1.5 +++ pthread_cond_destroy.3 1999/11/13 05:43:56 @@ -44,7 +44,7 @@ .Fa cond . .Sh RETURN VALUES If successful, the -.Fn pthread_cond_init +.Fn pthread_cond_destroy function will return zero, otherwise an error number will be returned to indicate the error. .Sh ERRORS Index: pthread_cond_timedwait.3 =================================================================== RCS file: /home/ncvs/FreeBSD/src/lib/libc_r/man/pthread_cond_timedwait.3,v retrieving revision 1.6 diff -u -r1.6 pthread_cond_timedwait.3 --- pthread_cond_timedwait.3 1999/08/28 00:03:04 1.6 +++ pthread_cond_timedwait.3 1999/11/13 05:39:52 @@ -52,7 +52,7 @@ with the same condition variable, or if the system time reaches the time specified in .Fa abstime , -and the current thread reaquires the lock on +and the current thread requires the lock on .Fa mutex . .Sh RETURN VALUES If successful, the Index: pthread_cond_wait.3 =================================================================== RCS file: /home/ncvs/FreeBSD/src/lib/libc_r/man/pthread_cond_wait.3,v retrieving revision 1.6 diff -u -r1.6 pthread_cond_wait.3 --- pthread_cond_wait.3 1999/08/28 00:03:04 1.6 +++ pthread_cond_wait.3 1999/11/13 05:42:26 @@ -48,7 +48,7 @@ The waiting thread unblocks only after another thread calls .Xr pthread_cond_signal 3 , or .Xr pthread_cond_broadcast 3 -with the same condition variable, and the current thread reaquires the lock +with the same condition variable, and the current thread requires the lock on .Fa mutex . .Sh RETURN VALUES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 0:48:46 1999 Delivered-To: freebsd-doc@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.prod.itd.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id AE85614CB0 for ; Sat, 13 Nov 1999 00:48:43 -0800 (PST) (envelope-from rfTech@Earthlink.net) Received: from Earthlink.net (dialup-209.244.96.233.SanFrancisco1.Level3.net [209.244.96.233]) by swan.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id AAA11906 for ; Sat, 13 Nov 1999 00:48:41 -0800 (PST) Message-ID: <382D2611.7D649EC1@Earthlink.net> Date: Sat, 13 Nov 1999 00:49:21 -0800 From: joe daniel Reply-To: rfTech@earthlink.net X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: "freebsd-doc@FreeBSD.ORG" Subject: [Fwd: logo] Content-Type: multipart/mixed; boundary="------------7167249A3EEACF765918CF77" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------7167249A3EEACF765918CF77 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------7167249A3EEACF765918CF77 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <37EEEC6A.DB1D207A@earthlink.net> Date: Sun, 26 Sep 1999 21:02:51 -0700 From: joe daniel Reply-To: fastfoward@earthlink.net X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: logo Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I don't know if you've ever considered this..... Why don't you change your logo? Anything a little more Universally accepted than a demon would help your cause . Outside of full Unix this (BSD) is the best Os currently available! --------------7167249A3EEACF765918CF77-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 1:57:21 1999 Delivered-To: freebsd-doc@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 16950150FF for ; Sat, 13 Nov 1999 01:57:17 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 15641 invoked from network); 13 Nov 1999 09:57:16 -0000 Received: from userbh89.uk.uudial.com (HELO marder-1.) (62.188.143.54) by smtp.dial.pipex.com with SMTP; 13 Nov 1999 09:57:16 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id JAA00802; Sat, 13 Nov 1999 09:57:11 GMT (envelope-from mark) Date: Sat, 13 Nov 1999 09:57:11 +0000 From: Mark Ovens To: joe daniel Cc: "freebsd-doc@FreeBSD.ORG" Subject: Re: [Fwd: logo] Message-ID: <19991113095711.C317@marder-1> References: <382D2611.7D649EC1@Earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <382D2611.7D649EC1@Earthlink.net> Organization: Total lack of Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Nov 13, 1999 at 12:49:21AM -0800, joe daniel wrote: > > Message-ID: <37EEEC6A.DB1D207A@earthlink.net> > Date: Sun, 26 Sep 1999 21:02:51 -0700 > From: joe daniel > Reply-To: fastfoward@earthlink.net > X-Mailer: Mozilla 4.05 [en] (Win95; I) > MIME-Version: 1.0 > To: freebsd-doc@FreeBSD.ORG > Subject: logo > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > I don't know if you've ever considered this..... Groan. Here we go again..... > Why don't you change your logo? > Anything a little more Universally accepted than a > demon would help your cause . ^^^^^ That's daemon, not demon. Different thing. See http://www.freebsd.org/copyright/daemon.html > Outside of full Unix this (BSD) is the best Os currently available! ^ | ^W^W^W^W :) > -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 2: 9:25 1999 Delivered-To: freebsd-doc@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 9AF2914BD0 for ; Sat, 13 Nov 1999 02:09:23 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id CAA52200; Sat, 13 Nov 1999 02:09:28 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: rfTech@earthlink.net Cc: "freebsd-doc@FreeBSD.ORG" Subject: Re: [Fwd: logo] In-reply-to: Your message of "Sat, 13 Nov 1999 00:49:21 PST." <382D2611.7D649EC1@Earthlink.net> Date: Sat, 13 Nov 1999 02:09:28 -0800 Message-ID: <52196.942487768@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I don't know if you've ever considered this..... So many times that it induces projectile vomiting just to revisit the topic... > Why don't you change your logo? Synopsis of previous discussions: Never going to happen, get over it already. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 4:28:17 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 4E4EB14F75 for ; Sat, 13 Nov 1999 04:28:14 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.230.171]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAB5F10; Sat, 13 Nov 1999 13:28:13 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id NAA04155; Sat, 13 Nov 1999 13:25:34 +0100 (CET) (envelope-from asmodai) Date: Sat, 13 Nov 1999 13:25:33 +0100 From: Jeroen Ruigrok/Asmodai To: Tommy Sweeney Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Joining the Project Message-ID: <19991113132533.C3947@daemon.ninth-circle.org> References: <382C5FE0.C8DED682@crosswinds.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <382C5FE0.C8DED682@crosswinds.net> Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [19991113 00:00], Tommy Sweeney (reddn@crosswinds.net) wrote: >What kind of places are you looking for in help? Just about in everything. =) What can you do? -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best Necessity has no law; I know some attorneys of the same. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 4:40: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A177150FF for ; Sat, 13 Nov 1999 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA71693; Sat, 13 Nov 1999 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 67F881508D for ; Sat, 13 Nov 1999 04:34:19 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.230.171]) by smtp05.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3B0 for ; Sat, 13 Nov 1999 13:34:16 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id NAA04221; Sat, 13 Nov 1999 13:34:10 +0100 (CET) (envelope-from asmodai) Message-Id: <199911131234.NAA04221@daemon.ninth-circle.org> Date: Sat, 13 Nov 1999 13:34:10 +0100 (CET) From: Jeroen Ruigrok/Asmodai Reply-To: asmodai@wxs.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14860: Addition of NLFUG to the User Groups webpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14860 >Category: docs >Synopsis: Addition of NLFUG to the User Groups webpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 13 04:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeroen Ruigrok van der Werven >Release: FreeBSD 4.0-CURRENT i386 >Organization: Ninth Circle Enterprises >Environment: N.R. >Description: Addition of the NLFUG to the User Groups. >How-To-Repeat: N.R. >Fix: Add http://www.nlfug.nl as being the FreeBSD Users Group - the Netherlands. Althought the name implies FreeBSD, we have an open attitude towards other BSD users. Content on the site is in Dutch. Meetings will be announced on the mailinglist(s) and the website. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 5:25:50 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 1D12815145 for ; Sat, 13 Nov 1999 05:25:44 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.225.117]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAG1B66; Sat, 13 Nov 1999 14:25:43 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id NAA04300; Sat, 13 Nov 1999 13:47:27 +0100 (CET) (envelope-from asmodai) Date: Sat, 13 Nov 1999 13:47:27 +0100 From: Jeroen Ruigrok/Asmodai To: Sean Kelly Cc: Mark Ovens , doc@FreeBSD.ORG Subject: Re: dsssl-docbook docs Message-ID: <19991113134727.F3947@daemon.ninth-circle.org> References: <19991111231832.D451@marder-1> <382B551B.C9677A21@ad1440.net> <19991112182618.A316@marder-1> <382C7388.4891D982@ad1440.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <382C7388.4891D982@ad1440.net> Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [19991113 00:01], Sean Kelly (kelly@ad1440.net) wrote: >> Yes, I realize that and have used it, > >Sorry. > >> but should I ``tidy'' them all and submit a PR, or what? > >I would, given that several browsers choke on "broken" tags >like that. Actually, this problem comes from an incorrect or old installation of certain packages. I think you would be better off asking Norman Walsh to fix his stuff. =) I got these result as well until I upgraded certain key components of my docproj environment. -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best ...fools rush in where Daemons fear to tread. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 5:25:58 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id D03E91515B for ; Sat, 13 Nov 1999 05:25:45 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.225.117]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAH1B66; Sat, 13 Nov 1999 14:25:43 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id NAA04311; Sat, 13 Nov 1999 13:50:34 +0100 (CET) (envelope-from asmodai) Date: Sat, 13 Nov 1999 13:50:34 +0100 From: Jeroen Ruigrok/Asmodai To: Chris Costello Cc: Greg Lehey , Aidan Marshall , freebsd-doc@FreeBSD.ORG Subject: Re: your mail Message-ID: <19991113135034.H3947@daemon.ninth-circle.org> References: <000801bf2c81$55ef1b40$9edd93c3@egghead> <19991111154900.28101@mojave.sitaranetworks.com> <19991111154040.G48527@holly.calldei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <19991111154040.G48527@holly.calldei.com> Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [19991112 00:01], Chris Costello (chris@calldei.com) wrote: >On Thu, Nov 11, 1999, Greg Lehey wrote: >> Go for it. I don't think we need to add the fact to the documentation >> project, though. > > Perhaps the person who wrote the original message was >suggesting a FAQ. > > A section on getting FreeBSD is already in the handbook, >however, but do you think a hypertext link would be in order? Given the persistance of people asking this question: YES. A fast overview of FreeBSD plus a link to the relevant doc/faq on how to install would be the best solution I think. We have the fast overview, now the link. -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best If I promise you the Moon and the Stars, would you believe it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 5:40: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37D3014C1C for ; Sat, 13 Nov 1999 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA76429; Sat, 13 Nov 1999 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Nov 1999 05:40:01 -0800 (PST) Message-Id: <199911131340.FAA76429@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Jeroen Ruigrok/Asmodai Subject: Re: docs/8445: Update of "Installing Mathematica on FreeBSD" for 3.0 version Reply-To: Jeroen Ruigrok/Asmodai Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/8445; it has been noted by GNATS. From: Jeroen Ruigrok/Asmodai To: FreeBSD Gnats Cc: Subject: Re: docs/8445: Update of "Installing Mathematica on FreeBSD" for 3.0 version Date: Sat, 13 Nov 1999 14:36:51 +0100 I couldn't locate this file anymore so I couldn't work on a DocBook conversion of it. All of the information will probably be dated since it concerns the time around 2.2.5. -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best These are the times that try men's souls... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 5:40: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7A4C14CAB for ; Sat, 13 Nov 1999 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA76434; Sat, 13 Nov 1999 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 13 Nov 1999 05:40:02 -0800 (PST) Message-Id: <199911131340.FAA76434@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Jeroen Ruigrok/Asmodai Subject: Re: docs/7791: ipf(1) and ipfstat(1) should have been ipf(8) and ipfstat(8) Reply-To: Jeroen Ruigrok/Asmodai Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/7791; it has been noted by GNATS. From: Jeroen Ruigrok/Asmodai To: FreeBSD Gnats Cc: guido@freebsd.org Subject: Re: docs/7791: ipf(1) and ipfstat(1) should have been ipf(8) and ipfstat(8) Date: Sat, 13 Nov 1999 14:32:45 +0100 Can this PR be closed? ipfilter has been removed from CURRENT and Guido will prepare a new ipfilter package for importing and I think he will keep the manpages bound to the relevant sections. -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best Religion... Is the opium of the people. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 6:29:39 1999 Delivered-To: freebsd-doc@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 45C09150FE for ; Sat, 13 Nov 1999 06:29:34 -0800 (PST) (envelope-from sziszi@petra.hos.u-szeged.hu) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.1b+Sun/SMI-SVR4) id PAA22011; Sat, 13 Nov 1999 15:29:47 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local-smtp (Exim 2.05 #1 (Debian)) id 11me9V-0006tA-00; Sat, 13 Nov 1999 15:27:41 +0100 Date: Sat, 13 Nov 1999 15:27:41 +0100 (CET) From: Adam Szilveszter To: Jeroen Ruigrok/Asmodai Cc: freebsd-doc@freebsd.org Subject: Re: docs/8445: Update of "Installing Mathematica on FreeBSD" for 3.0 version In-Reply-To: <199911131340.FAA76429@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 13 Nov 1999, Jeroen Ruigrok/Asmodai wrote: > The following reply was made to PR docs/8445; it has been noted by GNATS. > > From: Jeroen Ruigrok/Asmodai > To: FreeBSD Gnats > Cc: > Subject: Re: docs/8445: Update of "Installing Mathematica on FreeBSD" for 3.0 version > Date: Sat, 13 Nov 1999 14:36:51 +0100 > > I couldn't locate this file anymore so I couldn't work on a DocBook > conversion of it. > > All of the information will probably be dated since it concerns the time > around 2.2.5. > Hi! It is in /usr/share/doc/en/books/handbook/linuxemu/chapter.sgml (at least here) and begins somewhere around the middle of that file...it says it is for 2.1-RELEASE, BTW... Hope this helps. Cheers! Szilveszter ADAM ------------------------------------------------------------------------------- * Adam Szilveszter * JATE Szeged * email: sziszi@petra.hos.u-szeged.hu * * Homepage : none * alternate email: cc@flanker.itl.net.ua * * Finger sziszi@petra.hos.u-szeged.hu for PGP key. * * I prefer using the door instead of Windows(tm)... * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 7:37:32 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 8693614F74 for ; Sat, 13 Nov 1999 07:37:24 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.26]) by smtp05.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3AFA; Sat, 13 Nov 1999 16:37:19 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id QAA05618; Sat, 13 Nov 1999 16:32:36 +0100 (CET) (envelope-from asmodai) Date: Sat, 13 Nov 1999 16:32:35 +0100 From: Jeroen Ruigrok/Asmodai To: Adam Szilveszter Cc: freebsd-doc@freebsd.org Subject: Re: docs/8445: Update of "Installing Mathematica on FreeBSD" for 3.0 version Message-ID: <19991113163235.S3947@daemon.ninth-circle.org> References: <199911131340.FAA76429@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [19991113 16:00], Adam Szilveszter (sziszi@petra.hos.u-szeged.hu) wrote: >On Sat, 13 Nov 1999, Jeroen Ruigrok/Asmodai wrote: > >> I couldn't locate this file anymore so I couldn't work on a DocBook >> conversion of it. >> >> All of the information will probably be dated since it concerns the time >> around 2.2.5. >> >It is in /usr/share/doc/en/books/handbook/linuxemu/chapter.sgml (at least >here) I got it in /usr/doc/en_US.ISO_8859-1/books/handbook/linuxemu/chapter.sgml >and begins somewhere around the middle of that file...it says it is for >2.1-RELEASE, BTW... That Mathematica 2.2. >Hope this helps. Unfortunately, it doesn't. The PR in question detailed information on where to acquire the file for changing the above mentioned document to update the information for installing Mathematica 3.0. -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best Life is just one damned thing after another. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 8:15:20 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id 1726B14E81 for ; Sat, 13 Nov 1999 08:15:17 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with ESMTP id <0FL500LT8955PG@mta4.rcsntx.swbell.net> for freebsd-doc@FreeBSD.ORG; Sat, 13 Nov 1999 10:15:11 -0600 (CST) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id KAA62308; Sat, 13 Nov 1999 10:15:01 -0600 (CST envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Sat, 13 Nov 1999 10:14:59 -0600 From: Chris Costello Subject: Re: your mail In-reply-to: <19991113135034.H3947@daemon.ninth-circle.org> To: Jeroen Ruigrok/Asmodai Cc: Greg Lehey , Aidan Marshall , freebsd-doc@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19991113101459.U48527@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i X-Operating-System: FreeBSD 4.0-CURRENT (i386) References: <000801bf2c81$55ef1b40$9edd93c3@egghead> <19991111154900.28101@mojave.sitaranetworks.com> <19991111154040.G48527@holly.calldei.com> <19991113135034.H3947@daemon.ninth-circle.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Nov 13, 1999, Jeroen Ruigrok/Asmodai wrote: > Given the persistance of people asking this question: YES. > > A fast overview of FreeBSD plus a link to the relevant doc/faq on how to > install would be the best solution I think. We have the fast overview, > now the link. See that red and orange part on the side of FreeBSD's main page? -- |Chris Costello |Death is life's way of telling you you've been fired. `----------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 8:25:28 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 2B07D14DF2 for ; Sat, 13 Nov 1999 08:25:26 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.199]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA6BB9 for ; Sat, 13 Nov 1999 17:25:25 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id RAA11855 for doc@freebsd.org; Sat, 13 Nov 1999 17:24:02 +0100 (CET) (envelope-from asmodai) Date: Sat, 13 Nov 1999 17:24:02 +0100 From: Jeroen Ruigrok/Asmodai To: doc@freebsd.org Subject: PR 10085 Message-ID: <19991113172402.V3947@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The file referenced in this PR validates correctly as an DocBook article and I am curious why we haven't decided to add it to the doc tree yet. -- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl The BSD Programmer's Documentation Project Network/Security Specialist BSD: Technical excellence at its best Embrace Love, be godlike... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 9: 3:17 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id AC56014D82 for ; Sat, 13 Nov 1999 09:03:14 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with ESMTP id <0FL500A1TBDDAG@mta4.rcsntx.swbell.net> for doc@FreeBSD.org; Sat, 13 Nov 1999 11:03:13 -0600 (CST) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id LAA62495 for doc@FreeBSD.org; Sat, 13 Nov 1999 11:03:09 -0600 (CST envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Sat, 13 Nov 1999 11:03:09 -0600 From: Chris Costello Subject: DocBook: Better TOC formatting? To: doc@FreeBSD.org Reply-To: chris@calldei.com Message-id: <19991113110308.V48527@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Perhaps I'm missing something, but it seems that ... ... when made into the TOC, looks ugly. Witness the FAQ. Now that I'm rewriting it, I'd like to add, perhaps, a blank line between the Preface link and the link to the first chapter. Should I look into adding a new line after or is there already a better solution? -- |Chris Costello |10.0 times 0.1 is hardly ever 1.0. `---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 9:38:35 1999 Delivered-To: freebsd-doc@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 93B6414EEA for ; Sat, 13 Nov 1999 09:38:15 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id SAA08581 for doc@freebsd.org; Sat, 13 Nov 1999 18:38:12 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id SAA01153; Sat, 13 Nov 1999 18:22:16 +0100 (CET) (envelope-from wosch) Message-ID: <19991113182216.52177@panke.de.freebsd.org> Date: Sat, 13 Nov 1999 18:22:16 +0100 From: Wolfram Schneider To: doc@freebsd.org Subject: [herbelot@cybercable.fr: independant appraisal of FreeBSD] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from Thierry Herbelot ----- Message-ID: <382B224C.74633DCD@cybercable.fr> Date: Thu, 11 Nov 1999 21:08:44 +0100 From: Thierry Herbelot To: wosch@FreeBSD.ORG Subject: independant appraisal of FreeBSD Hello, I just got to the web site of keynote () and I've found that Yahoo is the fastest web site on the planet, and that this performance repeats itself from one week to the other (see ). You know, like me, that Yahoo runs FreeBSD (it's indeed the only one running FreeBSD sampled by keynote). This is not a press article, but I hope it is woth mentioning on FreeBSD's web. TfH ----- End forwarded message ----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Nov 13 12: 2:47 1999 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 647) id 581FC14E57; Sat, 13 Nov 1999 12:02:45 -0800 (PST) To: freebsd-doc@FreeBSD.ORG Subject: webupdate failed on hub.freebsd.org Cc: wosch@FreeBSD.ORG Message-Id: <19991113200245.581FC14E57@hub.freebsd.org> Date: Sat, 13 Nov 1999 12:02:45 -0800 (PST) From: wosch@FreeBSD.ORG (Wolfram Schneider) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [This is an automatically created E-Mail message from the daily webupdate cron job:] ===> es/ports cvs -QR co -p ports/INDEX > INDEX cp /g/www/buildcvsup/www/es/ports/../../en/ports/packages.exists . rm -f *.sgml perl5 /g/www/buildcvsup/www/es/ports/portindex INDEX YEAR2000 echo DOCS= *.sgml > Makefile.gen make sgmlnorm -d -c /usr/local/share/sgml/html/catalog afterstep.sgml > afterstep.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog archivers.sgml > archivers.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog astro.sgml > astro.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog audio.sgml > audio.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog benchmarks.sgml > benchmarks.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog biology.sgml > biology.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog cad.sgml > cad.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog chinese.sgml > chinese.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog comms.sgml > comms.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog converters.sgml > converters.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog databases.sgml > databases.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog deskutils.sgml > deskutils.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog devel.sgml > devel.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog editors.sgml > editors.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog elisp.sgml > elisp.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog emulators.sgml > emulators.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog ftp.sgml > ftp.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog games.sgml > games.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog german.sgml > german.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog gnome.sgml > gnome.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog graphics.sgml > graphics.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog index.sgml > index.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog irc.sgml > irc.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog japanese.sgml > japanese.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog java.sgml > java.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog kde.sgml > kde.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog korean.sgml > korean.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog lang.sgml > lang.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog mail.sgml > mail.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog master-index.sgml > master-index.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog math.sgml > math.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog mbone.sgml > mbone.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog misc.sgml > misc.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog net.sgml > net.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog news.sgml > news.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog offix.sgml > offix.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog palm.sgml > palm.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog perl5.sgml > perl5.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog plan9.sgml > plan9.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog print.sgml > print.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog python.sgml > python.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog russian.sgml > russian.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog security.sgml > security.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog shells.sgml > shells.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog sysutils.sgml > sysutils.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl76.sgml > tcl76.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl80.sgml > tcl80.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl81.sgml > tcl81.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tcl82.sgml > tcl82.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog textproc.sgml > textproc.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tk42.sgml > tk42.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tk80.sgml > tk80.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tk82.sgml > tk82.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog tkstep80.sgml > tkstep80.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog vietnamese.sgml > vietnamese.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog windowmaker.sgml > windowmaker.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog www.sgml > www.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-clocks.sgml > x11-clocks.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-fm.sgml > x11-fm.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-fonts.sgml > x11-fonts.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-servers.sgml > x11-servers.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-toolkits.sgml > x11-toolkits.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11-wm.sgml > x11-wm.html sgmlnorm -d -c /usr/local/share/sgml/html/catalog x11.sgml > x11.html make: don't know how to make tcl75.sgml. Stop *** Error code 2 Stop. *** Error code 1 Stop. make all failed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message