From owner-freebsd-doc Sun Nov 28 0:38:22 1999 Delivered-To: freebsd-doc@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id 65BCD14CE7 for ; Sun, 28 Nov 1999 00:38:19 -0800 (PST) (envelope-from coleenj@home.com) Received: from CR509438-A ([24.114.170.20]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with SMTP id <19991128083619.COVF6014.mail.rdc3.on.home.com@CR509438-A> for ; Sun, 28 Nov 1999 00:36:19 -0800 Message-ID: <000101bf397b$fcfd90e0$14aa7218@CR509438-A.nmkt1.on.wave.home.com> From: "Coleen Jones" To: Subject: Date: Sun, 28 Nov 1999 03:38:47 -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 4.72.3115.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Perhaps some info on FreeBSD and cable modems. How do you set up BSD using DHCP w/ a cable modem? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 28 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 6478B14F9E for ; Sun, 28 Nov 1999 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68805; Sun, 28 Nov 1999 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (Postfix) with ESMTP id A112E14F82 for ; Sun, 28 Nov 1999 05:33:38 -0800 (PST) (envelope-from k-horik@yk.rim.or.jp) Received: from localhost (pppb30.yk.rim.or.jp [202.247.186.130]) by mail.yk.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id WAA24744 for ; Sun, 28 Nov 1999 22:33:37 +0900 (JST) Message-Id: <19991128223253U.k-horik@yk.rim.or.jp> Date: Sun, 28 Nov 1999 22:32:53 +0900 From: horikawa@jp.FreeBSD.org Reply-To: horikawa@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/15139: elf.5 typo fix Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15139 >Category: docs >Synopsis: elf.5 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: Sun Nov 28 05:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 3.1-RELEASE i386 >Organization: jpman project >Environment: elf.5 from 3.3-19991127-STABLE .\" $FreeBSD: src/share/man/man5/elf.5,v 1.1.2.2 1999/10/31 04:02:25 green Exp $ >Description: o Two words (`This member') are repeated. o `exists' should be `exits', because .fini section should be executed when a program is terminated. o Two sentences are repeated. o Descripotions for ELF[32|64]_ST_BIND, ELF[32|64]_ST_TYPO, ELF[32|64]_ST_INFO are not correct (see /usr/include/sys/elf32.h and /usr/include/sys/elf64.h for confirmation). >How-To-Repeat: $ man 5 elf >Fix: --- elf.5.eng.bak Tue Nov 23 23:24:45 1999 +++ elf.5.eng Tue Nov 23 23:07:36 1999 @@ -295,7 +295,7 @@ This member holds the size in bytes of one entry in the file's program header table; all entries are the same size. .It Dv e_phnum -This member This member holds the number of entries in the program header +This member holds the number of entries in the program header table. Thus the product of .Sy e_phentsize and @@ -807,7 +807,7 @@ .Sy SHF_ALLOC . .It .fini This section holds executable instructions that contribute to the process -termination code. When a program exists normally the system arranges to +termination code. When a program exits normally the system arranges to execute the code in this section. This section is of type .Sy SHT_PROGBITS . The attributes used are @@ -829,11 +829,6 @@ execute the code in this section before calling the main program entry point. This section is of type .Sy SHT_PROGBITS . -This section holds executable instructions that contribute to the process -initialisation code. When a program starts to run the system arranges to -execute the code in this section before calling the main program entry point. -This section is of type -.Sy SHT_PROGBITS . The attributes used are .Sy SHF_ALLOC and @@ -890,7 +885,7 @@ This section is of type .Sy SHT_RELA . .It .rodata -This section hold read-only data that typically contributes to a +This section holds read-only data that typically contributes to a non-writable segment in the process image. This section is of type .Sy SHT_PROGBITS . The attribute used is @@ -1035,15 +1030,15 @@ .It Dv ELF32_ST_BIND(info) or .Sy ELF64_ST_BIND(info) -convert a binding and a type into a st_info value. +extract a binding from a st_info value. .It Dv ELF64_ST_TYPE(info) or .Sy ELF32_ST_TYPE(info) -extract a binding from a st_info value. +extract a type from a st_info value. .It Dv ELF32_ST_INFO(bind, type) or .Sy ELF64_ST_INFO(bind, type) -extract a type from a st_info value. +convert a binding and a type into a st_info value. .El .El .Pp >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 28 5:40: 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 DEA5B1509C for ; Sun, 28 Nov 1999 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68821; Sun, 28 Nov 1999 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (Postfix) with ESMTP id 70B1814F82 for ; Sun, 28 Nov 1999 05:35:46 -0800 (PST) (envelope-from k-horik@yk.rim.or.jp) Received: from localhost (pppb30.yk.rim.or.jp [202.247.186.130]) by mail.yk.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id WAA25100 for ; Sun, 28 Nov 1999 22:35:45 +0900 (JST) Message-Id: <19991128223502G.k-horik@yk.rim.or.jp> Date: Sun, 28 Nov 1999 22:35:02 +0900 From: Kazuo Horikawa Reply-To: horikawa@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/15140: pkg_version.1 manpage is installed in man8 directory Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15140 >Category: docs >Synopsis: pkg_version.1 manpage is installed in man8 directory >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 05:40:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 3.1-RELEASE i386 >Organization: jpman project >Environment: manpages.?? from 3.3-19991127-STABLE >Description: The pkg_version.1 manpage is installed in /usr/share/man/man8. I think that the pkg_version.1 manpage should be installed in /usr/share/man/man1, because other pkg_* manpages are installed in /usr/share/man/man1. >How-To-Repeat: $ ls /usr/share/man/man1/pkg* $ ls /usr/share/man/man8/pkg* >Fix: In src/usr.sbin/pkg_install/version/Makefile MAN8= pkg_version.1 should be MAN1= pkg_version.1 >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 28 10:36:13 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 7369215387; Sun, 28 Nov 1999 10:36:12 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA50242; Sun, 28 Nov 1999 10:36:12 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Sun, 28 Nov 1999 10:36:12 -0800 (PST) From: Message-Id: <199911281836.KAA50242@freefall.freebsd.org> To: horikawa@jp.FreeBSD.org, billf@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/15140: pkg_version.1 manpage is installed in man8 directory Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pkg_version.1 manpage is installed in man8 directory State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sun Nov 28 10:35:48 PST 1999 State-Changed-Why: Committed and merged, apologies for this goof-up on my part. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 28 10:38:59 1999 Delivered-To: freebsd-doc@freebsd.org Received: from usa.ibeuce.com.br (usa.ibeuce.com.br [200.253.252.2]) by hub.freebsd.org (Postfix) with ESMTP id 97B0115345 for ; Sun, 28 Nov 1999 10:38:42 -0800 (PST) (envelope-from facanha@ibeuce.com.br) Received: from facanha (modem26.ibeuce.com.br [200.253.252.126]) by usa.ibeuce.com.br (8.8.8/8.8.8) with SMTP id PAA23862 for ; Sun, 28 Nov 1999 15:46:24 -0300 Message-Id: <3.0.32.19991128163336.0079f680@ibeuce.com.br> X-Sender: facanha@ibeuce.com.br (Unverified) X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 28 Nov 1999 16:33:41 -0300 To: freebsd-doc@FreeBSD.ORG From: facanha@ibeuce.com.br Subject: statistic Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please, Please, I am studant and I need die about pain espinhal column of=20 stdents with 10 a 12 ages give for me all you have, please, Thanks, Marcelle Sabino Fa=E7anha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Nov 28 14:26:32 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 779BF151E9 for ; Sun, 28 Nov 1999 14:26:21 -0800 (PST) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id XAA22900; Sun, 28 Nov 1999 23:26:18 +0100 (CET) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id WAA01229; Sun, 28 Nov 1999 22:25:46 +0100 (CET) (envelope-from w) Date: Sun, 28 Nov 1999 22:25:46 +0100 From: Wolfram Schneider To: jim@cdrom.com Cc: doc@FreeBSD.ORG Subject: Re: docs/13950: webpage idea Message-ID: <19991128222546.A1209@paula.panke.de.freebsd.org> References: <19991112164626.A73361@limbo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991112164626.A73361@limbo.cdrom.com>; from jim@limbo.cdrom.com on Fri, Nov 12, 1999 at 04:46:26PM -0800 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-11-12 16:46:26 -0800, Jim Mock wrote: > > 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? Yes. A webpage with pointers to research papers is IMHO a good idea. Wolfram > It seemed more like it > should've been a message to -doc instead of a PR. -- 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 Sun Nov 28 14:27:42 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 4002814BD0 for ; Sun, 28 Nov 1999 14:27:39 -0800 (PST) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id XAA22903; Sun, 28 Nov 1999 23:26:25 +0100 (CET) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id WAA01243; Sun, 28 Nov 1999 22:30:18 +0100 (CET) (envelope-from w) Date: Sun, 28 Nov 1999 22:30:18 +0100 From: Wolfram Schneider To: Rahul Siddharthan Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Sorting order in mail list searches Message-ID: <19991128223018.B1209@paula.panke.de.freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from rsidd@physics.iisc.ernet.in on Sat, Nov 13, 1999 at 02:21:02AM +0530 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-11-13 02:21:02 +0530, Rahul Siddharthan wrote: > 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. True. > 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. Do you have an idea for a better description? -- 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 Sun Nov 28 14:34:32 1999 Delivered-To: freebsd-doc@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 715201535E for ; Sun, 28 Nov 1999 14:34:25 -0800 (PST) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 11956 invoked by uid 211); 28 Nov 1999 22:32:48 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 28 Nov 1999 22:32:48 -0000 Date: Mon, 29 Nov 1999 04:02:48 +0530 (IST) From: Rahul Siddharthan To: Wolfram Schneider Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Sorting order in mail list searches In-Reply-To: <19991128223018.B1209@paula.panke.de.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 > > 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. > > 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. > Do you have an idea for a better description? How about adding "highest scoring matches" after the "limit the number of results to..." line? That is, it says now: Limit the number of results to [25] sort by [score] [submit query] [reset] That could be changed to: Limit the number of results to [25] highest scoring matches Sort results by [score] [submit query] [reset] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 29 0: 0:37 1999 Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 647) id 7AD2F14DE8; Mon, 29 Nov 1999 00:00:36 -0800 (PST) To: freebsd-doc@FreeBSD.ORG Subject: webupdate failed on hub.freebsd.org Cc: wosch@FreeBSD.ORG Message-Id: <19991129080036.7AD2F14DE8@hub.freebsd.org> Date: Mon, 29 Nov 1999 00:00:36 -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:] Mon 29 Nov 00:00:01 PST 1999 Synchronizing with the CVS repository . . . Connected to cvsup5 Updating collection doc-all/cvs Updating collection www/cvs Delete www/en/index.html Edit www/en/index.sgml Edit www/en/web.mk Delete www/ja/index.html Delete www/ru/web.mk Finished successfully Building and installing . . . cd ru; ln -sf ../en/web.mk sed -e 's///' index.sgml | sgmlnorm -d -c /usr/local/share/sgml/html/catalog > index.html sed: eb.mk,v 1.25 1999/11/28 22:32:38 kuriyama Exp $">//: No such file or directory sgmlnorm:0:1:0:E: end of document in prolog *** 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 29 0: 5:30 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 A2C0A14F41; Mon, 29 Nov 1999 00:05:27 -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 <0FLY00515950KN@mta2.rcsntx.swbell.net>; Mon, 29 Nov 1999 02:05:24 -0600 (CST) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id CAA02702; Mon, 29 Nov 1999 02:07:27 -0600 (CST envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Mon, 29 Nov 1999 02:07:26 -0600 From: Chris Costello Subject: Re: webupdate failed on hub.freebsd.org In-reply-to: <19991129080036.7AD2F14DE8@hub.freebsd.org> To: Wolfram Schneider Cc: freebsd-doc@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19991129020725.B2233@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: <19991129080036.7AD2F14DE8@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Nov 29, 1999, Wolfram Schneider wrote: > sed -e 's///' index.sgml | sgmlnorm -d -c /usr/local/share/sgml/html/catalog > index.html The delimiter should be something different, perhaps '%', as in sed -e 's% |The programmer's national anthem is 'AAAAAAAAHHHHHHHH'. -Weinberg, p.152 `------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Nov 29 11: 0:19 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 EEA1A152A4 for ; Mon, 29 Nov 1999 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35936 for freebsd-doc@freebsd.org; Mon, 29 Nov 1999 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 29 Nov 1999 11:00:10 -0800 (PST) Message-Id: <199911291900.LAA35936@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/11/06] docs/14738 doc wrong type of arg is described for kgetst 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/07/31] docs/7456 doc dialog(3) man page outdated 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/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/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/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/12] docs/14858 doc pthread_cond_{destroy,timed_wait,wait}.3 o [1999/11/16] docs/14936 doc Update for chpass.1 man page o [1999/11/17] docs/14952 doc Missing man page (terminfo(5)) mentioned o [1999/11/20] docs/15004 doc isdnd.rc.5 typo (changing -> charging, an o [1999/11/21] docs/15036 doc update of queue manpage o [1999/11/23] docs/15067 doc diskless.8 does not contain remark about o [1999/11/25] docs/15090 doc Tekram-390 is supported o [1999/11/28] docs/15139 doc elf.5 typo fix 61 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 30 6: 0: 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 D78BB14DFA for ; Tue, 30 Nov 1999 06:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35297; Tue, 30 Nov 1999 06:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ares.maths.adelaide.edu.au (ares.maths.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 9DA2A14DB0 for ; Tue, 30 Nov 1999 05:57:30 -0800 (PST) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id AAA26111; Wed, 1 Dec 1999 00:27:30 +1030 (CST) (envelope-from glewis) Message-Id: <199911301357.AAA26111@ares.maths.adelaide.edu.au> Date: Wed, 1 Dec 1999 00:27:30 +1030 (CST) From: Greg Lewis Reply-To: glewis@trc.adelaide.edu.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/15186: [Patch] Errors in HARDWARE.TXT and RELNOTES.TXT Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15186 >Category: docs >Synopsis: [Patch] Errors in HARDWARE.TXT and RELNOTES.TXT >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: Tue Nov 30 06:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 3.3-STABLE i386 >Organization: Teletraffic Research Centre >Environment: FreeBSD 3.3-STABLE >Description: The files HARDWARE.TXT and RELNOTES.TXT for both the i386 and alpha are behind the times on a couple of issues. Or at least, I know the i386 ones are and assume the alpha versions are as well. In particular: The ATAPI cdrom driver is still mentioned as wcd, but has been acd for at least a couple of releases. Luoqi Chen's commit of CAM device drivers for the Adaptec AIC-6360/AIC_6260/152x SCSI controllers mean they are again supported. >How-To-Repeat: Read the relevant files :) >Fix: This patch should fix these problems. Note that, as I mentioned above, I've _assumed_ the situation is the same for alpha as it is for the i386. I've also _assumed_ that the driver commited restores support for all the controllers that the old driver supported. diff -cr /usr/src/release/texts/alpha/HARDWARE.TXT texts/alpha/HARDWARE.TXT *** /usr/src/release/texts/alpha/HARDWARE.TXT Sat Sep 25 07:49:08 1999 --- texts/alpha/HARDWARE.TXT Wed Dec 1 00:06:15 1999 *************** *** 66,72 **** aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller ! aic0* 340 11 dyn dyn Adaptec 152x/AIC-6360 SCSI controller isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers dpt n/a n/a n/a n/a DPT RAID SCSI controllers. --- 66,72 ---- aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller ! aic0 340 11 dyn dyn Adaptec 152x/AIC-6360/AIC-6260 SCSI controller isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers dpt n/a n/a n/a n/a DPT RAID SCSI controllers. *************** *** 217,222 **** --- 217,226 ---- Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. + Adaptec 1510 series ISA SCSI controllers (not for bootable devices) + Adaptec 152x series ISA SCSI controllers + Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x + and SoundBlaster SCSI cards. AdvanSys SCSI controllers (all models). *************** *** 277,290 **** WD7000 SCSI controller. ! Adaptec 1510 series ISA SCSI controllers (not for bootable devices) ! Adaptec 152x series ISA SCSI controllers ! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x ! and SoundBlaster SCSI cards. ! ! [ Note: There is work-in-progress to port the AIC-6260/6360 and ! UltraStor drivers to the new CAM SCSI framework, but no estimates on ! when or if they will be completed. ] 4.2. Network cards ---- ------------- --- 281,289 ---- WD7000 SCSI controller. ! [ Note: There is work-in-progress to port the UltraStor driver to ! the new CAM SCSI framework, but no estimates on when or if it will ! be completed. ] 4.2. Network cards ---- ------------- diff -cr /usr/src/release/texts/alpha/RELNOTES.TXT texts/alpha/RELNOTES.TXT *** /usr/src/release/texts/alpha/RELNOTES.TXT Tue Nov 30 22:36:42 1999 --- texts/alpha/RELNOTES.TXT Wed Dec 1 00:05:55 1999 *************** *** 119,124 **** --- 119,128 ---- Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. + Adaptec 1510 series ISA SCSI controllers (not for bootable devices) + Adaptec 152x series ISA SCSI controllers + Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x + and SoundBlaster SCSI cards. AdvanSys SCSI controllers (all models). *************** *** 173,179 **** (matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary interface (562/563 models) (scd) Sony proprietary interface (all models) ! (wcd) ATAPI IDE interface The following drivers were supported under the old SCSI subsystem, but are NOT YET supported under the new CAM SCSI subsystem: --- 177,183 ---- (matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary interface (562/563 models) (scd) Sony proprietary interface (all models) ! (acd) ATAPI IDE interface The following drivers were supported under the old SCSI subsystem, but are NOT YET supported under the new CAM SCSI subsystem: *************** *** 191,204 **** WD7000 SCSI controller. ! Adaptec 1510 series ISA SCSI controllers (not for bootable devices) ! Adaptec 152x series ISA SCSI controllers ! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x ! and SoundBlaster SCSI cards. ! ! [ Note: There is work-in-progress to port the AIC-6260/6360 and ! UltraStor drivers to the new CAM SCSI framework, but no estimates on ! when or if they will be completed. ] Unmaintained drivers, they might or might not work for your hardware: --- 195,203 ---- WD7000 SCSI controller. ! [ Note: There is work-in-progress to port the UltraStor driver to ! the new CAM SCSI framework, but no estimates on when or if it will ! be completed. ] Unmaintained drivers, they might or might not work for your hardware: diff -cr /usr/src/release/texts/i386/HARDWARE.TXT texts/i386/HARDWARE.TXT *** /usr/src/release/texts/i386/HARDWARE.TXT Sun Nov 28 07:29:52 1999 --- texts/i386/HARDWARE.TXT Wed Dec 1 00:06:45 1999 *************** *** 67,73 **** aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller ! aic0* 340 11 dyn dyn Adaptec 152x/AIC-6360 SCSI controller isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers dpt n/a n/a n/a n/a DPT RAID SCSI controllers. --- 67,73 ---- aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller ! aic0 340 11 dyn dyn Adaptec 152x/AIC-6360/AIC-6260 SCSI controller isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers dpt n/a n/a n/a n/a DPT RAID SCSI controllers. *************** *** 334,339 **** --- 334,343 ---- Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. + Adaptec 1510 series ISA SCSI controllers (not for bootable devices) + Adaptec 152x series ISA SCSI controllers + Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x + and SoundBlaster SCSI cards. AdvanSys SCSI controllers (all models). *************** *** 387,393 **** (matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary interface (562/563 models) (scd) Sony proprietary interface (all models) ! (wcd) ATAPI IDE interface The following drivers were supported under the old SCSI subsystem, but are NOT YET supported under the new CAM SCSI subsystem: --- 391,397 ---- (matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary interface (562/563 models) (scd) Sony proprietary interface (all models) ! (acd) ATAPI IDE interface The following drivers were supported under the old SCSI subsystem, but are NOT YET supported under the new CAM SCSI subsystem: *************** *** 402,415 **** WD7000 SCSI controller. ! Adaptec 1510 series ISA SCSI controllers (not for bootable devices) ! Adaptec 152x series ISA SCSI controllers ! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x ! and SoundBlaster SCSI cards. ! ! [ Note: There is work-in-progress to port the AIC-6260/6360 and ! UltraStor drivers to the new CAM SCSI framework, but no estimates on ! when or if they will be completed. ] Unmaintained drivers, they might or might not work for your hardware: --- 406,414 ---- WD7000 SCSI controller. ! [ Note: There is work-in-progress to port the UltraStor driver to ! the new CAM SCSI framework, but no estimates on when or if it will ! be completed. ] Unmaintained drivers, they might or might not work for your hardware: diff -cr /usr/src/release/texts/i386/RELNOTES.TXT texts/i386/RELNOTES.TXT *** /usr/src/release/texts/i386/RELNOTES.TXT Tue Nov 30 22:36:42 1999 --- texts/i386/RELNOTES.TXT Wed Dec 1 00:06:58 1999 *************** *** 119,124 **** --- 119,128 ---- Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series EISA/VLB/PCI SCSI controllers. Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers. + Adaptec 1510 series ISA SCSI controllers (not for bootable devices) + Adaptec 152x series ISA SCSI controllers + Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x + and SoundBlaster SCSI cards. AdvanSys SCSI controllers (all models). *************** *** 173,179 **** (matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary interface (562/563 models) (scd) Sony proprietary interface (all models) ! (wcd) ATAPI IDE interface The following drivers were supported under the old SCSI subsystem, but are NOT YET supported under the new CAM SCSI subsystem: --- 177,183 ---- (matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary interface (562/563 models) (scd) Sony proprietary interface (all models) ! (acd) ATAPI IDE interface The following drivers were supported under the old SCSI subsystem, but are NOT YET supported under the new CAM SCSI subsystem: *************** *** 191,204 **** WD7000 SCSI controller. ! Adaptec 1510 series ISA SCSI controllers (not for bootable devices) ! Adaptec 152x series ISA SCSI controllers ! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x ! and SoundBlaster SCSI cards. ! ! [ Note: There is work-in-progress to port the AIC-6260/6360 and ! UltraStor drivers to the new CAM SCSI framework, but no estimates on ! when or if they will be completed. ] Unmaintained drivers, they might or might not work for your hardware: --- 195,203 ---- WD7000 SCSI controller. ! [ Note: There is work-in-progress to port the UltraStor driver to ! the new CAM SCSI framework, but no estimates on when or if it will ! be completed. ] Unmaintained drivers, they might or might not work for your hardware: >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 Tue Nov 30 8:23:34 1999 Delivered-To: freebsd-doc@freebsd.org Received: from camus.cybercable.fr (camus.cybercable.fr [212.198.0.200]) by hub.freebsd.org (Postfix) with SMTP id 03E4415927 for ; Tue, 30 Nov 1999 08:23:29 -0800 (PST) (envelope-from Artur.Silveira@rezo.com) Received: (qmail 5006025 invoked from network); 30 Nov 1999 16:23:32 -0000 Received: from d023.paris-107.cybercable.fr (HELO rezo.com) ([212.198.107.23]) (envelope-sender ) by camus.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 30 Nov 1999 16:23:32 -0000 Message-ID: <38440703.B03405F7@rezo.com> Date: Tue, 30 Nov 1999 17:18:59 +0000 From: Artur Silveira da Cunha Organization: REZO+ X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org Subject: (no subject) 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-stable -- Artur Silveira da Cunha email: Artur.Silveira@rezo.com REZO+ www.rezo.com Tel: 33 1 44 23 02 61 Fax: 33 1 44 23 94 45 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Nov 30 17:52:55 1999 Delivered-To: freebsd-doc@freebsd.org Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by hub.freebsd.org (Postfix) with ESMTP id C6F4A14DB9 for ; Tue, 30 Nov 1999 17:52:24 -0800 (PST) (envelope-from cbergstr@vt.edu) Received: from mail.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by sable.cc.vt.edu (8.9.3/8.9.3) with ESMTP id UAA22478 for ; Tue, 30 Nov 1999 20:52:23 -0500 (EST) Received: from vt.edu ([198.82.114.209]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FM1000GCH7A34@gkar.cc.vt.edu> for freebsd-doc@FreeBSD.ORG; Tue, 30 Nov 1999 20:52:23 -0500 (EST) Date: Tue, 30 Nov 1999 20:51:30 -0500 From: Craig Bergstrom Subject: Installation floppies To: freebsd-doc@FreeBSD.ORG Message-id: <38447F22.4E3E0BEC@vt.edu> MIME-version: 1.0 X-Mailer: Mozilla 4.61 [en] (WinNT; I) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have been trying to find where to download the installation floppies from for nearly 1/2 hour. Im emailing you just as just a suggestion to make it easier to find where to download the floppies from. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Dec 1 8:20:40 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 7C62C15AF6 for ; Wed, 1 Dec 1999 08:20:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70512; Wed, 1 Dec 1999 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from localhost.seki.net (UTUcd-02p36.ppp.odn.ad.jp [210.228.199.36]) by hub.freebsd.org (Postfix) with ESMTP id 84D1515191 for ; Wed, 1 Dec 1999 08:11:21 -0800 (PST) (envelope-from seki@localhost.seki.net) Received: (from seki@localhost) by localhost.seki.net (8.9.3/8.9.2) id BAA50957; Thu, 2 Dec 1999 01:11:00 +0900 (JST) (envelope-from seki) Message-Id: <199912011611.BAA50957@localhost.seki.net> Date: Thu, 2 Dec 1999 01:11:00 +0900 (JST) From: seki@is.utsunomiya-u.ac.jp Reply-To: seki@is.utsunomiya-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/15207: simple typo in manual page le.4 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15207 >Category: docs >Synopsis: There is a simple typo in manual pages le.4. >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: Wed Dec 1 08:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Seki >Release: FreeBSD 3.3-STABLE i386 >Organization: Utsunomiya University >Environment: FreeBSD kss1.seki.net 3.3-STABLE FreeBSD 3.3-STABLE #17: Sun Nov 28 11:43:57 JST 1999 >Description: There is a simple typo in manual pages le.4. >How-To-Repeat: >Fix: --- le.4.orig Sun Nov 28 00:39:49 1999 +++ le.4.new Thu Dec 2 00:37:15 1999 @@ -67,7 +67,7 @@ .It "le%d: fatal RXD error, attempting recovery" .It "le%d: recovery failed -- board disabled" A receive error occurred. The driver will attempt to recover from this -error. However it it cannot, the driver will shut the card down. +error. However it cannot, the driver will shut the card down. .It "le%d: lance: warning: excessive collisions: TDR%dns (%d-%dm)" An overly high number of Ethernet collisions were detected. It may be the case that the network is overly busy. Or this may suggest a problem with >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 Wed Dec 1 11: 4:25 1999 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.connectnet.com (smtp.connectnet.com [207.110.0.13]) by hub.freebsd.org (Postfix) with SMTP id 6857115CDB for ; Wed, 1 Dec 1999 11:04:20 -0800 (PST) (envelope-from Lisa Smith@connectnet.com) Received: (qmail 7666 invoked from network); 1 Dec 1999 19:04:15 -0000 Received: from dyn1-219.sandiego.connectnet.com (HELO Lisa?Smith) (206.251.151.219) by smtp.connectnet.com with SMTP; 1 Dec 1999 19:04:15 -0000 Message-ID: <38457237.6A70@connectnet.com> Date: Wed, 01 Dec 1999 11:08:39 -0800 From: Jeremy Ryan Smith <"Lisa Smith"@connectnet.com> Reply-To: Lisa@FreeBSD.ORG, Smith@connectnet.com Organization: psmithco X-Mailer: Mozilla 3.01C-CONNECTnet (Win95; U) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Cc: cybergod01@hotmail.com Subject: A new OS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am looking for some one to help me in developing a new graphical interface OS such as Windows. If you or aany one you know might be interested in this please give me a contact me at cybergod01@hotmail.com Thanks, jeremy r smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Dec 1 14:25:21 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 AAB23150E7; Wed, 1 Dec 1999 14:23:43 -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 WAA22586; Wed, 1 Dec 1999 22:14:40 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 RAA95853; Wed, 1 Dec 1999 17:55:16 GMT (envelope-from nik@catkin.nothing-going-on.org) Date: Wed, 1 Dec 1999 17:55:15 +0000 From: Nik Clayton To: "F. Heinrichmeyer" Cc: "freebsd-current@FreeBSD.ORG" , doc@freebsd.org Subject: Re: gcc-2.95.2, jade and freebsd-sgml-documentation Message-ID: <19991201175515.A95818@kilt.nothing-going-on.org> References: <38415AA1.2586CEA9@fernuni-hagen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <38415AA1.2586CEA9@fernuni-hagen.de>; from F. Heinrichmeyer on Sun, Nov 28, 1999 at 05:38:57PM +0100 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ I've cc'd FreeBSD-doc on this, in case there's someone there who's solved the problem you're having ] On Sun, Nov 28, 1999 at 05:38:57PM +0100, F. Heinrichmeyer wrote: > i tried to make me a new handbook, so i needed jade. > > But the newest C++ fashion (g++ under current) has changed to fast for > this very old 1998 heavily template based source code distribution ;-). > I had a lot of problems with const and not const .. and gave up. It is > far to much to post here ... > > A lot of error messages are clearly written 1 to 1 from the ansi > standard (yes we finally spent the 18 dollars ...), but something > especially about a class "Location" looks really strange. > > What tool is recommendet to rebuild the documentation? Unfortunately, jade is the tool of choice. I don't run -current, so haven't had a chance to test out jade with the new GCC. However, could you take a look at OpenJade? It's not in the ports tree yet (should you want to submit a port I'll get it committed), and is a continuation of the Jade codebase after the original author (James Clark) moved on to other things. There's an OpenJade home page at http://www.netfolder.com/DSSSL/ and information about the OpenJade CVS repository at http://jade-cvs.avionitek.com/ I hope that helps. N -- If you want to imagine the future, imagine a tennis shoe 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 Thu Dec 2 0:28:18 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 3E43E14DF2; Thu, 2 Dec 1999 00:28:17 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA33015; Thu, 2 Dec 1999 00:27:14 -0800 (PST) (envelope-from jkh@FreeBSD.org) Date: Thu, 2 Dec 1999 00:27:14 -0800 (PST) From: Message-Id: <199912020827.AAA33015@freefall.freebsd.org> To: glewis@trc.adelaide.edu.au, jkh@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/15186: [Patch] Errors in HARDWARE.TXT and RELNOTES.TXT Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Patch] Errors in HARDWARE.TXT and RELNOTES.TXT State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Thu Dec 2 00:27:04 PST 1999 State-Changed-Why: Thanks, committed! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Dec 2 4: 5:52 1999 Delivered-To: freebsd-doc@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id B0E081505D; Thu, 2 Dec 1999 04:05:47 -0800 (PST) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id NAA18815; Thu, 2 Dec 1999 13:04:39 +0100 (CET) (envelope-from asmodai) Date: Thu, 2 Dec 1999 13:04:38 +0100 From: Jeroen Ruigrok van der Werven To: Nik Clayton Cc: "F. Heinrichmeyer" , "freebsd-current@FreeBSD.ORG" , doc@FreeBSD.ORG Subject: Re: gcc-2.95.2, jade and freebsd-sgml-documentation Message-ID: <19991202130438.F18029@lucifer.bart.nl> References: <38415AA1.2586CEA9@fernuni-hagen.de> <19991201175515.A95818@kilt.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991201175515.A95818@kilt.nothing-going-on.org>; from nik@FreeBSD.ORG on Wed, Dec 01, 1999 at 05:55:15PM +0000 Organisation: bART Internet Services B.V. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [19991201 23:30], Nik Clayton (nik@FreeBSD.ORG) wrote: >On Sun, Nov 28, 1999 at 05:38:57PM +0100, F. Heinrichmeyer wrote: >> i tried to make me a new handbook, so i needed jade. >> >> But the newest C++ fashion (g++ under current) has changed to fast for >> this very old 1998 heavily template based source code distribution ;-). >> I had a lot of problems with const and not const .. and gave up. It is >> far to much to post here ... > >Unfortunately, jade is the tool of choice. I don't run -current, so >haven't had a chance to test out jade with the new GCC. I think someone (obrien prolly) committed some patches to the jade port to make it compile on CURRENT. HTH, -- Jeroen Ruigrok van der Werven Network- and systemadministrator bART Internet Services / Tel: +31 - (0) 10 - 240 39 70 VIA NET.WORKS Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Dec 2 19: 0:15 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 6F45714FF3 for ; Thu, 2 Dec 1999 19:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78542; Thu, 2 Dec 1999 19:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 92CCF14DAE for ; Thu, 2 Dec 1999 18:59:27 -0800 (PST) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.3) id GAA33472; Fri, 3 Dec 1999 06:01:53 +0300 (MSK) (envelope-from rover) Message-Id: <199912030301.GAA33472@fly.lglobus.ru> Date: Fri, 3 Dec 1999 06:01:53 +0300 (MSK) From: "Oleg V. Volkov" Reply-To: "Oleg V. Volkov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/15234: sh(1) man page have capitalised instance of "sh". Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15234 >Category: docs >Synopsis: sh(1) man page have capitalised instance of "sh". >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: Thu Dec 2 19:00:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: 3.3-STABLE. >Description: From output of "man sh": --- DESCRIPTION Sh is the standard command interpreter for the system. The current --- >How-To-Repeat: man sh >Fix: --- sh.1.old Thu Sep 2 16:09:48 1999 +++ sh.1 Fri Dec 3 05:04:05 1999 @@ -48,7 +48,8 @@ .Op Fl c Ar string .Op Ar arg ... .Sh DESCRIPTION -.Nm Sh +A +.Nm sh is the standard command interpreter for the system. The current version of .Nm >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 Dec 3 6:32: 0 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 39AAE14E9B; Fri, 3 Dec 1999 06:31:58 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA99902; Fri, 3 Dec 1999 06:30:43 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 3 Dec 1999 06:30:43 -0800 (PST) From: Message-Id: <199912031430.GAA99902@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-doc@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/12767: Expand /etc/ttys manpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Expand /etc/ttys manpage Responsible-Changed-From-To: freebsd-doc->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Dec 3 06:30:06 PST 1999 Responsible-Changed-Why: I'll take this one, just waiting for Peter's approval of a few changes I made to his patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Dec 3 16:49:31 1999 Delivered-To: freebsd-doc@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 4A437152D2 for ; Fri, 3 Dec 1999 16:49:19 -0800 (PST) (envelope-from sports111opp@hotmail.com) Received: from hotmail.com (sdn-ar-004flflauP266.dialsprint.net [168.191.85.68]) by hawk.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id QAA13283 for ; Fri, 3 Dec 1999 16:48:25 -0800 (PST) From: sports111opp@hotmail.com To: freebsd-doc@freebsd.org Subject: Own Your Own Internet Store Date: Fri, 3 Dec 1999 19:49:13 Message-Id: <381.44264.495458@unknown> Mime-Version: 1.0 Content-Type: text/html; charset="us-ascii" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org New Page 1

Beautiful Baby Contest!

1st Prize $500.00

baby8.jpg (5092 bytes)  

and a fully functional multi-page

Free Web Site!

If you think your baby picture has a chance to win:

Send your Beautiful Baby Picture and a self addressed stamped envelope, along with $3.00 to cover our s/h to:

Internet Xpress

6944 Palmetto Circle S. suite 312

Boca Raton, Florida 33433

Pictures must be received by December 31, 1999.

Winner will be selected on January 15, 2000.

All entries will qualify for a Free Web Site Drawing which will also be held on January 15, 2000.

Pictures will not be returned unless requested.

baby5.jpg (5260 bytes)

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Dec 4 14:50: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 DE7EE153DD for ; Sat, 4 Dec 1999 14:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA72916; Sat, 4 Dec 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id ECD3414C28 for ; Sat, 4 Dec 1999 14:43:29 -0800 (PST) (envelope-from matt@megaweapon.zigg.com) Received: (from matt@localhost) by megaweapon.zigg.com (8.9.3/8.9.3) id RAA96561; Sat, 4 Dec 1999 17:43:29 -0500 (EST) (envelope-from matt) Message-Id: <199912042243.RAA96561@megaweapon.zigg.com> Date: Sat, 4 Dec 1999 17:43:29 -0500 (EST) From: Matt Behrens Reply-To: matt@megaweapon.zigg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/15259: amd(8) refers to nonexistent automount(8) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15259 >Category: docs >Synopsis: amd(8) refers to nonexistent automount(8) >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: Sat Dec 4 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matt Behrens >Release: FreeBSD 3.3-STABLE i386 >Organization: zigg.com >Environment: FreeBSD megaweapon.zigg.com 3.3-STABLE FreeBSD 3.3-STABLE #3: Sat Nov 27 15:38:05 EST 1999 matt@megaweapon.zigg.com:/usr/src/sys/compile/MEGAWEAPON i386 >Description: amd(8) refers to automount(8), a nonexistent page, in its SEE ALSO section. >How-To-Repeat: >Fix: Remove said bogus reference. >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 Dec 4 19:20:37 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 D311B153BC for ; Sat, 4 Dec 1999 19:20:33 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13727; Sat, 4 Dec 1999 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102]) by hub.freebsd.org (Postfix) with ESMTP id A9B94153AB for ; Sat, 4 Dec 1999 19:15:46 -0800 (PST) (envelope-from takamune@mariners.mei.co.jp) Received: by bulls.mei.co.jp (8.9.3/3.7W) with ESMTP id MAA12544 for ; Sun, 5 Dec 1999 12:15:43 +0900 (JST) Received: by mariners.mei.co.jp (8.9.1/3.7W) with ESMTP id MAA21822 for ; Sun, 5 Dec 1999 12:15:43 +0900 (JST) Received: by dream.vrl.mei.co.jp (8.9.3/3.7W-11/29/99) id MAA04047; Sun, 5 Dec 1999 12:15:47 +0900 (JST) Message-Id: <199912050315.MAA04047@dream.vrl.mei.co.jp> Date: Sun, 5 Dec 1999 12:15:47 +0900 (JST) From: takamune@avrl.mei.co.jp Reply-To: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/15265: sh.1 and make.1 have some typos. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15265 >Category: docs >Synopsis: sh.1 and make.1 have some typos. >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: Sat Dec 4 19:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazu TAKAMUNE >Release: FreeBSD 3.3-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: .\" $FreeBSD: src/bin/sh/sh.1,v 1.23.2.7 1999/12/04 17:19:07 cracauer Exp $ .\" $FreeBSD: src/usr.bin/make/make.1,v 1.16.2.4 1999/08/29 15:30:27 peter Exp $ >Description: o These manual pages show strange strings such as "``''". They are punctuation characters. Escape them by "\&". o Make.1 uses a ".Ic" macro on too many arguments. o 4.0-CURRENT has same problems. >How-To-Repeat: % man 1 sh % man 1 make >Fix: --- src/bin/sh/sh.1.orig Sun Dec 5 12:01:23 1999 +++ src/bin/sh/sh.1 Sun Dec 5 12:00:00 1999 @@ -813,7 +813,7 @@ .Sx Shell Patterns described later), separated by -.Dq Li | +.Dq Li \&| characters. .Ss Grouping Commands Together Commands may be grouped by writing either --- src/usr.bin/make/make.1.orig Mon Aug 30 00:30:27 1999 +++ src/usr.bin/make/make.1 Wed Dec 1 17:00:00 1999 @@ -690,7 +690,7 @@ Logical .Tn AND ; of higher precedence than -.Dq . +.Ql Ic || . .El .Pp As in C, @@ -762,8 +762,8 @@ Similarly, if the form is .Ql Ic .ifmake or -.Ql Ic .ifnmake , the ``make'' -expression is applied. +.Ql Ic .ifnmake , +the ``make'' expression is applied. .Pp If the conditional evaluates to true the parsing of the makefile continues as before. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message