From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 10:20:17 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 823D916A4BF for ; Sun, 14 Sep 2003 10:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D73F843FBF for ; Sun, 14 Sep 2003 10:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8EHKFUp043187 for ; Sun, 14 Sep 2003 10:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8EHKF3r043186; Sun, 14 Sep 2003 10:20:15 -0700 (PDT) Resent-Date: Sun, 14 Sep 2003 10:20:15 -0700 (PDT) Resent-Message-Id: <200309141720.h8EHKF3r043186@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Suleiman Souhlal Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72ED616A4C1 for ; Sun, 14 Sep 2003 10:10:29 -0700 (PDT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9B743FBF for ; Sun, 14 Sep 2003 10:10:28 -0700 (PDT) (envelope-from refugee@hc6524a8b.dhcp.vt.edu) Received: from steiner.cc.vt.edu (IDENT:mirapoint@evil-steiner [10.1.1.14]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h8EHARxM431900 for ; Sun, 14 Sep 2003 13:10:27 -0400 (EDT) Received: from hc6524a8b.dhcp.vt.edu (hc6524a8b.dhcp.vt.edu [198.82.74.139]) by steiner.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.6-GR) with ESMTP id BTY95012; Sun, 14 Sep 2003 13:10:27 -0400 (EDT) Received: by zZzZ.vt.edu (Postfix, from userid 1001) id 7A07418; Sun, 14 Sep 2003 13:10:25 -0400 (EDT) Message-Id: <20030914171025.7A07418@hc6524a8b.dhcp.vt.edu> Date: Sun, 14 Sep 2003 13:10:25 -0400 (EDT) From: Suleiman Souhlal To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56872: [Patch] Talk about EVFILT_NETDEV in kqueue(2) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Suleiman Souhlal List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 17:20:17 -0000 >Number: 56872 >Category: docs >Synopsis: [Patch] Talk about EVFILT_NETDEV in kqueue(2) >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 Sep 14 10:20:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Suleiman Souhlal >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD zZzZ.vt.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #8: Sun Aug 24 06:24:54 EDT 2003 refugee@zZzZ.vt.edu:/usr/obj/usr/src/sys/ZZZZ i386 >Description: Talk about the EVFILT_NETDEV filter in the kqueue(2) manpage. Please close ports/56758, as it is a duplicate of this pr that has been misfiled. >How-To-Repeat: >Fix: --- kqueue.2.diff begins here --- Index: lib/libc/sys/kqueue.2 =================================================================== RCS file: /home/ncvs/src/lib/libc/sys/kqueue.2,v retrieving revision 1.34 diff -u -r1.34 kqueue.2 --- lib/libc/sys/kqueue.2 8 Sep 2003 19:57:16 -0000 1.34 +++ lib/libc/sys/kqueue.2 13 Sep 2003 23:44:15 -0000 @@ -404,6 +404,22 @@ contains the number of times the timeout has expired since the last call to .Fn kevent . This filter automatically sets the EV_CLEAR flag internally. +.It EVFILT_NETDEV +Takes a descriptor to a network interface as the identifier and the events to watch for in +.Va fflags , +and returns when one or more of the requested events occurs on the descritor. The events to monitor are: +.Bl -tag -width XXNOTE_TRACKERR +.It NOTE_LINKUP +The link is up. +.It NOTE_LINKDOWN +The link is down. +.It NOTE_LINKINV +The link state is invalid. +.El +.Pp +On return, +.Va fflags +contains the events which triggered the filter. .El .Sh RETURN VALUES The --- kqueue.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 14:16:07 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7FE16A4BF; Sun, 14 Sep 2003 14:16:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FACB43FB1; Sun, 14 Sep 2003 14:16:07 -0700 (PDT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8ELG7Up016374; Sun, 14 Sep 2003 14:16:07 -0700 (PDT) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8ELG7W3016370; Sun, 14 Sep 2003 14:16:07 -0700 (PDT) Date: Sun, 14 Sep 2003 14:16:07 -0700 (PDT) From: Tilman Linneweh Message-Id: <200309142116.h8ELG7W3016370@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56758: [Patch] Talk about EVFILT_NETDEV in kqueue(2) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 21:16:07 -0000 Synopsis: [Patch] Talk about EVFILT_NETDEV in kqueue(2) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-doc Responsible-Changed-By: arved Responsible-Changed-When: Sun Sep 14 14:15:06 PDT 2003 Responsible-Changed-Why: Misfiled. This looks like a doc bug http://www.freebsd.org/cgi/query-pr.cgi?pr=56758 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 14:28:00 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6F416A4BF; Sun, 14 Sep 2003 14:28:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6448643FB1; Sun, 14 Sep 2003 14:28:00 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8ELS0Up019175; Sun, 14 Sep 2003 14:28:00 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8ELS0sh019171; Sun, 14 Sep 2003 14:28:00 -0700 (PDT) Date: Sun, 14 Sep 2003 14:28:00 -0700 (PDT) From: Hiten Pandya Message-Id: <200309142128.h8ELS0sh019171@freefall.freebsd.org> To: j.el-rayes@daemon.li, hmp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56639: [patch] articles/pxe: fix broken url X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 21:28:01 -0000 Synopsis: [patch] articles/pxe: fix broken url State-Changed-From-To: open->closed State-Changed-By: hmp State-Changed-When: Sun Sep 14 14:27:15 PDT 2003 State-Changed-Why: Thanks Josef, I have committed a similar fix, but one which adds general entities for the JP snapshot server. http://www.freebsd.org/cgi/query-pr.cgi?pr=56639 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 15:32:25 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C60416A4D8; Sun, 14 Sep 2003 15:32:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A927643F75; Sun, 14 Sep 2003 15:32:24 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from freefall.freebsd.org (brueffer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8EMWOUp039738; Sun, 14 Sep 2003 15:32:24 -0700 (PDT) (envelope-from brueffer@freefall.freebsd.org) Received: (from brueffer@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8EMWOg6039734; Mon, 15 Sep 2003 00:32:24 +0200 (CEST) Date: Mon, 15 Sep 2003 00:32:24 +0200 (CEST) From: Christian Brueffer Message-Id: <200309142232.h8EMWOg6039734@freefall.freebsd.org> To: refugee@vt.edu, brueffer@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56758: [Patch] Talk about EVFILT_NETDEV in kqueue(2) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 22:32:25 -0000 Synopsis: [Patch] Talk about EVFILT_NETDEV in kqueue(2) State-Changed-From-To: open->closed State-Changed-By: brueffer State-Changed-When: Mon Sep 15 00:31:55 CEST 2003 State-Changed-Why: Dublicate of 56872 http://www.freebsd.org/cgi/query-pr.cgi?pr=56758 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 15:58:27 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A6B16A4BF; Sun, 14 Sep 2003 15:58:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A535143F3F; Sun, 14 Sep 2003 15:58:26 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8EMwQUp045072; Sun, 14 Sep 2003 15:58:26 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8EMwQLH045068; Sun, 14 Sep 2003 15:58:26 -0700 (PDT) Date: Sun, 14 Sep 2003 15:58:26 -0700 (PDT) From: Hiten Pandya Message-Id: <200309142258.h8EMwQLH045068@freefall.freebsd.org> To: hmp@FreeBSD.org, freebsd-doc@FreeBSD.org, hmp@FreeBSD.org Subject: Re: docs/56584: Updates for VOP_GETPAGES(9) and VOP_PUTPAGES(9) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 22:58:27 -0000 Synopsis: Updates for VOP_GETPAGES(9) and VOP_PUTPAGES(9) Responsible-Changed-From-To: freebsd-doc->hmp Responsible-Changed-By: hmp Responsible-Changed-When: Sun Sep 14 15:58:02 PDT 2003 Responsible-Changed-Why: I will deal with this sometime soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=56584 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 16:40:39 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EDFC16A4BF; Sun, 14 Sep 2003 16:40:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECAE943F93; Sun, 14 Sep 2003 16:40:38 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8ENecUp059366; Sun, 14 Sep 2003 16:40:38 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8ENecj1059350; Sun, 14 Sep 2003 16:40:38 -0700 (PDT) Date: Sun, 14 Sep 2003 16:40:38 -0700 (PDT) From: Hiten Pandya Message-Id: <200309142340.h8ENecj1059350@freefall.freebsd.org> To: l.ertl@univie.ac.at, hmp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/55559: [PATCH] catch up rl(4) with hardware notes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 23:40:39 -0000 Synopsis: [PATCH] catch up rl(4) with hardware notes State-Changed-From-To: open->closed State-Changed-By: hmp State-Changed-When: Sun Sep 14 16:39:22 PDT 2003 State-Changed-Why: Thanks Lukas, I have committed your update diff. I will MFC the patch in 3 days. http://www.freebsd.org/cgi/query-pr.cgi?pr=55559 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 16:45:29 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D10EA16A4BF; Sun, 14 Sep 2003 16:45:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583D343FBD; Sun, 14 Sep 2003 16:45:29 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8ENjTUp061166; Sun, 14 Sep 2003 16:45:29 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8ENjS7x061162; Sun, 14 Sep 2003 16:45:28 -0700 (PDT) Date: Sun, 14 Sep 2003 16:45:28 -0700 (PDT) From: Hiten Pandya Message-Id: <200309142345.h8ENjS7x061162@freefall.freebsd.org> To: r.s.a.vandomburg@student.utwente.nl, hmp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/55276: [patch] Update tuning.7 to reflect phk's swap changes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 23:45:30 -0000 Synopsis: [patch] Update tuning.7 to reflect phk's swap changes State-Changed-From-To: open->closed State-Changed-By: hmp State-Changed-When: Sun Sep 14 16:45:05 PDT 2003 State-Changed-Why: Thank you Roderick, your patch has been committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=55276 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 16:50:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3ABB16A4BF for ; Sun, 14 Sep 2003 16:50:35 -0700 (PDT) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A5D43FA3 for ; Sun, 14 Sep 2003 16:50:35 -0700 (PDT) (envelope-from hmp@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1072) id D15E921062; Sun, 14 Sep 2003 16:50:34 -0700 (PDT) Date: Sun, 14 Sep 2003 16:50:34 -0700 From: Hiten Pandya To: doc@FreeBSD.ORG Message-ID: <20030914235034.GA19994@perrin.nxad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD FreeBSD 4.7-STABLE User-Agent: Mutt/1.5.4i Subject: Big Patch Commit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 23:50:36 -0000 Hi Gang, I am planning to commit the patch in PR docs/55226. If anyone has objections towards, speak now, or forever hold your peace. :-) Diff URL: http://volginfo.ru/www_en_02_08_2003.diff.gz If I don't get any strong objections, I will commit this in two days. Regards, -- Hiten Pandya hmp@FreeBSD.ORG From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 16:51:12 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEAB816A4BF; Sun, 14 Sep 2003 16:51:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3533543FAF; Sun, 14 Sep 2003 16:51:12 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8ENpCUp062074; Sun, 14 Sep 2003 16:51:12 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8ENpC0L062065; Sun, 14 Sep 2003 16:51:12 -0700 (PDT) Date: Sun, 14 Sep 2003 16:51:12 -0700 (PDT) From: Hiten Pandya Message-Id: <200309142351.h8ENpC0L062065@freefall.freebsd.org> To: hmp@FreeBSD.org, freebsd-doc@FreeBSD.org, hmp@FreeBSD.org Subject: Re: docs/55226: [PATCH] handbook: add nonbreaking spaces and replace one->two spaces after dot's X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 23:51:12 -0000 Synopsis: [PATCH] handbook: add nonbreaking spaces and replace one->two spaces after dot's Responsible-Changed-From-To: freebsd-doc->hmp Responsible-Changed-By: hmp Responsible-Changed-When: Sun Sep 14 16:50:48 PDT 2003 Responsible-Changed-Why: I will take this one over. http://www.freebsd.org/cgi/query-pr.cgi?pr=55226 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 17:57:46 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A7C16A4BF; Sun, 14 Sep 2003 17:57:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4245243FAF; Sun, 14 Sep 2003 17:57:46 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8F0vkUp082386; Sun, 14 Sep 2003 17:57:46 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8F0vkGA082382; Sun, 14 Sep 2003 17:57:46 -0700 (PDT) Date: Sun, 14 Sep 2003 17:57:46 -0700 (PDT) From: Hiten Pandya Message-Id: <200309150057.h8F0vkGA082382@freefall.freebsd.org> To: hmp@FreeBSD.org, freebsd-doc@FreeBSD.org, hmp@FreeBSD.org Subject: Re: docs/41110: "apropos linux" doesn't find brandelf X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 00:57:46 -0000 Synopsis: "apropos linux" doesn't find brandelf Responsible-Changed-From-To: freebsd-doc->hmp Responsible-Changed-By: hmp Responsible-Changed-When: Sun Sep 14 17:57:10 PDT 2003 Responsible-Changed-Why: I will take care of this once I get approval from RE team. http://www.freebsd.org/cgi/query-pr.cgi?pr=41110 From owner-freebsd-doc@FreeBSD.ORG Sun Sep 14 21:10:23 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C11D816A4BF for ; Sun, 14 Sep 2003 21:10:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5F343FBF for ; Sun, 14 Sep 2003 21:10:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8F4AMUp045210 for ; Sun, 14 Sep 2003 21:10:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8F4AM6l045209; Sun, 14 Sep 2003 21:10:22 -0700 (PDT) Resent-Date: Sun, 14 Sep 2003 21:10:22 -0700 (PDT) Resent-Message-Id: <200309150410.h8F4AM6l045209@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Wolfskill Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F049816A4BF for ; Sun, 14 Sep 2003 21:03:27 -0700 (PDT) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCEF43F93 for ; Sun, 14 Sep 2003 21:03:24 -0700 (PDT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.9/8.12.9) with ESMTP id h8F43Ont002032 for ; Sun, 14 Sep 2003 21:03:24 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.9/8.12.9/Submit) id h8F43O99002031; Sun, 14 Sep 2003 21:03:24 -0700 (PDT) (envelope-from david) Message-Id: <200309150403.h8F43O99002031@bunrab.catwhisker.org> Date: Sun, 14 Sep 2003 21:03:24 -0700 (PDT) From: David Wolfskill To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56883: Inadequately-documented charter for freebsd-jobs@ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Wolfskill List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 04:10:23 -0000 >Number: 56883 >Category: docs >Synopsis: Inadequately-documented charter for freebsd-jobs@ >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 21:10:21 PDT 2003 >Closed-Date: >Last-Modified: >Originator: David Wolfskill >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Wolfskill and Dowling Residence >Environment: System: FreeBSD bunrab.catwhisker.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #48: Sun Sep 14 09:05:57 PDT 2003 root@freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/BUNRAB i386 [Eh; that's not relevant; this is against the Handbook.] >Description: Direct the Web browser of your choice to http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL; note that although there is a one-line summary for freebsd-jobs, there is not "charter" listed. This PR was catalyzed by receipt of a message, of which the following is a relevant excerpt: >How-To-Repeat: Keep looking at the page cited above. :-) >Fix: Index: chapter.sgml =================================================================== RCS file: /cvs/freebsd/doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sg >Release-Note: >Audit-Trail: >Unformatted: >To: postmaster@freebsd.org >Subject: Change to charter for jobs@ list >Date: Sat, 13 Sep 2003 12:25:51 -0700 >We need to add some text to the charter for the jobs@ list. Please add >some text encouraging people posting job availability to clearly state >WHERE the job is available and if relocation will be reimbursed. I don't claim to be much of an SGML-hacker, but I think I can follow patterns moderately well. Please consider this a suggestion, and feel free to adapt it as appropriate. >ml,v retrieving revision 1.132 diff -u -r1.132 chapter.sgml --- chapter.sgml 4 Sep 2003 11:38:52 -0000 1.132 +++ chapter.sgml 13 Sep 2003 22:07:47 -0000 @@ -914,6 +914,34 @@ + &a.jobs.name; + + + Jobs offered and sought + + This is a forum for posting employment notices + and resumes specifically related to FreeBSD, e.g. if + you're seeking FreeBSD-related employment or have a job + involving FreeBSD to advertise then this is the right + place. This is NOT a mailing list for general employment + issues since adequate forums for that already exist + elsewhere. + + Note that this list, like other mailing lists + @FreeBSD.ORG, is distributed worldwide. Thus, you + need to be clear about location and the extent to + which telecommuting or assistance with relocation is + available. + + All email should be open source formats only. + Examples of open source formats include PostScript + (.ps), Portable Document Format (.pdf) and ASCII text. + Proprietary formats such as MicroSoft Word (.doc) are + not accepted. + + + + &a.kde.name; From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 00:49:46 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BAB216A4BF for ; Mon, 15 Sep 2003 00:49:46 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48ED843FD7 for ; Mon, 15 Sep 2003 00:49:45 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id C9D8510BFAA; Mon, 15 Sep 2003 09:49:42 +0200 (CEST) Date: Mon, 15 Sep 2003 09:49:42 +0200 From: "Simon L. Nielsen" To: Hiten Pandya Message-ID: <20030915074941.GA393@FreeBSD.org> References: <20030914235034.GA19994@perrin.nxad.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20030914235034.GA19994@perrin.nxad.com> User-Agent: Mutt/1.5.4i cc: doc@FreeBSD.ORG Subject: Re: Big Patch Commit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 07:49:46 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.09.14 16:50:34 -0700, Hiten Pandya wrote: > I am planning to commit the patch in PR docs/55226. > If anyone has objections towards, speak now, or forever hold > your peace. :-) Not really objections, but you need to have a look at each change. At least one is IMO wrong: --- advanced-networking/chapter.sgml 21 Jul 2003 13:35:50 -0000 1.2= 34 +++ advanced-networking/chapter.sgml 2 Aug 2003 13:26:43 -0000 @@ -2798,7 +2798,7 @@ group of machines it represents. For example, the Art - department at Acme Inc. might be in the + department at Acme Inc. might be in the acme-art NIS domain. For this example, I also think that the changes that add   to "FreeBSD 4.8" and so on, might as well change FreeBSD to &os; when your are changing the lines anyway. --=20 Simon L. Nielsen FreeBSD Documentation Team --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ZW8Uh9pcDSc1mlERAhWRAJ0Yi9t/qHMnZf0DWGaL+USL0sRbawCfR55S PvyQ5haHXjh9AMgpDZJvly4= =wzTL -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 01:39:09 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F16116A4BF for ; Mon, 15 Sep 2003 01:39:09 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B4A43F75 for ; Mon, 15 Sep 2003 01:38:59 -0700 (PDT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h8F8chak043353; Mon, 15 Sep 2003 10:38:43 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id h8F8ccM5043352; Mon, 15 Sep 2003 10:38:38 +0200 (CEST) (envelope-from marc) Date: Mon, 15 Sep 2003 10:38:38 +0200 From: Marc Fonvieille To: Hiten Pandya Message-ID: <20030915103838.A43197@abigail.blackend.org> References: <20030914235034.GA19994@perrin.nxad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030914235034.GA19994@perrin.nxad.com>; from hmp@nxad.com on Sun, Sep 14, 2003 at 04:50:34PM -0700 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.8-STABLE cc: doc@FreeBSD.ORG Subject: Re: Big Patch Commit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 08:39:09 -0000 On Sun, Sep 14, 2003 at 04:50:34PM -0700, Hiten Pandya wrote: > Hi Gang, > > I am planning to commit the patch in PR docs/55226. > If anyone has objections towards, speak now, or forever hold > your peace. :-) > > Diff URL: http://volginfo.ru/www_en_02_08_2003.diff.gz > > If I don't get any strong objections, I will commit this in two days. > Sorry, but this patch is at 99% useless. Marc From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 02:20:27 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17D2416A4BF for ; Mon, 15 Sep 2003 02:20:27 -0700 (PDT) Received: from vsmi.ru (ns.vsmi.ru [217.23.84.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FA543FAF for ; Mon, 15 Sep 2003 02:20:25 -0700 (PDT) (envelope-from info@volginfo.ru) Received: by vsmi.ru (Postfix, from userid 426) id 046A479B7; Mon, 15 Sep 2003 13:20:23 +0400 (MSD) Received: from exp.local (unknown [192.168.0.199]) by vsmi.ru (Postfix) with ESMTP id 9B71079A9 for ; Mon, 15 Sep 2003 13:20:22 +0400 (MSD) From: Denis Peplin To: freebsd-doc@freebsd.org Date: Mon, 15 Sep 2003 13:20:22 +0400 User-Agent: KMail/1.5.3 References: <20030914235034.GA19994@perrin.nxad.com> <20030915103838.A43197@abigail.blackend.org> In-Reply-To: <20030915103838.A43197@abigail.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309151320.22621.info@volginfo.ru> Subject: Re: Big Patch Commit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 09:20:27 -0000 Sorry, i'm forgot to say that this pr can be closed. Please, close it. From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 04:23:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD1A16A4BF; Mon, 15 Sep 2003 04:23:35 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF14043F85; Mon, 15 Sep 2003 04:23:34 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.9/8.12.9) with ESMTP id h8FBNSCu084920; Mon, 15 Sep 2003 05:23:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.9/8.12.9/Submit) with ESMTP id h8FBNSLU084917; Mon, 15 Sep 2003 05:23:28 -0600 (MDT) Date: Mon, 15 Sep 2003 05:23:28 -0600 (MDT) From: Warren Block To: David Wolfskill In-Reply-To: <200309150403.h8F43O99002031@bunrab.catwhisker.org> Message-ID: <20030915050754.E84901@wonkity.com> References: <200309150403.h8F43O99002031@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-doc@freebsd.org cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 11:23:36 -0000 On Sun, 14 Sep 2003, David Wolfskill wrote: > >We need to add some text to the charter for the jobs@ list. Please add > >some text encouraging people posting job availability to clearly state > >WHERE the job is available and if relocation will be reimbursed. > + Note that this list, like other mailing lists > + @FreeBSD.ORG, is distributed worldwide. Thus, you ^ I think the "@" symbol there should be spelled out (you're talking about mailing lists, not specific email addresses, so the @ is inappropriate). The .ORG should probably not be capitalized, either: + at FreeBSD.org, is distributed worldwide. Thus, you > + All email should be open source formats only. > + Examples of open source formats include PostScript > + (.ps), Portable Document Format (.pdf) and ASCII text. A slight rewrite and reorganization from most common to less common: + Email must be in open source formats only. Plain + ASCII text, Portable Document Format (PDF), or PostScript + are appropriate. (Is PostScript really something that should be mentioned here? It has more interchange issues than either of the others. I'm also unsure whether "open source" is a good description of these formats, but can't think of anything better at the moment.) > + Proprietary formats such as MicroSoft Word (.doc) are > + not accepted. And maybe a change of tense? > + Proprietary formats such as MicroSoft Word (.doc) will > + not accepted. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 04:30:18 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47CC916A4BF for ; Mon, 15 Sep 2003 04:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18E043FBF for ; Mon, 15 Sep 2003 04:30:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FBUHUp085654 for ; Mon, 15 Sep 2003 04:30:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FBUHn2085653; Mon, 15 Sep 2003 04:30:17 -0700 (PDT) Date: Mon, 15 Sep 2003 04:30:17 -0700 (PDT) Message-Id: <200309151130.h8FBUHn2085653@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Warren Block Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Warren Block List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 11:30:18 -0000 The following reply was made to PR docs/56883; it has been noted by GNATS. From: Warren Block To: David Wolfskill Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-doc@freebsd.org Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ Date: Mon, 15 Sep 2003 05:23:28 -0600 (MDT) On Sun, 14 Sep 2003, David Wolfskill wrote: > >We need to add some text to the charter for the jobs@ list. Please add > >some text encouraging people posting job availability to clearly state > >WHERE the job is available and if relocation will be reimbursed. > + Note that this list, like other mailing lists > + @FreeBSD.ORG, is distributed worldwide. Thus, you ^ I think the "@" symbol there should be spelled out (you're talking about mailing lists, not specific email addresses, so the @ is inappropriate). The .ORG should probably not be capitalized, either: + at FreeBSD.org, is distributed worldwide. Thus, you > + All email should be open source formats only. > + Examples of open source formats include PostScript > + (.ps), Portable Document Format (.pdf) and ASCII text. A slight rewrite and reorganization from most common to less common: + Email must be in open source formats only. Plain + ASCII text, Portable Document Format (PDF), or PostScript + are appropriate. (Is PostScript really something that should be mentioned here? It has more interchange issues than either of the others. I'm also unsure whether "open source" is a good description of these formats, but can't think of anything better at the moment.) > + Proprietary formats such as MicroSoft Word (.doc) are > + not accepted. And maybe a change of tense? > + Proprietary formats such as MicroSoft Word (.doc) will > + not accepted. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 07:30:11 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B5D716A4BF for ; Mon, 15 Sep 2003 07:30:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5498B43F3F for ; Mon, 15 Sep 2003 07:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FEUAUp073971 for ; Mon, 15 Sep 2003 07:30:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FEUAuJ073969; Mon, 15 Sep 2003 07:30:10 -0700 (PDT) Resent-Date: Mon, 15 Sep 2003 07:30:10 -0700 (PDT) Resent-Message-Id: <200309151430.h8FEUAuJ073969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Shenton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85C4116A4BF for ; Mon, 15 Sep 2003 07:30:01 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 84BED43FDF for ; Mon, 15 Sep 2003 07:30:00 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 17352 invoked by uid 1001); 15 Sep 2003 14:31:08 -0000 Message-Id: <20030915143108.17351.qmail@PECTOPAH.shenton.org> Date: 15 Sep 2003 14:31:08 -0000 From: Chris Shenton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56894: umass man page: "mount -t msdos" instead of "ufs" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Shenton List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 14:30:11 -0000 >Number: 56894 >Category: docs >Synopsis: umass man page: "mount -t msdos" instead of "ufs" >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 15 07:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Chris Shenton >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD PECTOPAH.shenton.org 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Sat Sep 13 15:24:18 EDT 2003 root@PECTOPAH.shenton.org:/usr/obj/usr/src/sys/PECTOPAH i386 >Description: To mount a CF in a umass USB reader, the man umass page says to do "mount -t ufs /dev/da0c /mnt". I had to use "-t msdos" rather than UFS, and believe the man page is in error. >How-To-Repeat: man umass >Fix: simple fix in umass man page. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 08:47:13 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544DF16A4BF for ; Mon, 15 Sep 2003 08:47:13 -0700 (PDT) Received: from bewilderbeast.blackhelicopters.org (bewilderbeast.blackhelicopters.org [198.22.63.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D9AD43F3F for ; Mon, 15 Sep 2003 08:47:12 -0700 (PDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (mwlucas@localhost.blackhelicopters.org [127.0.0.1])h8FFsKLw071734; Mon, 15 Sep 2003 11:54:20 -0400 (EDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost)h8FFsKnk071733; Mon, 15 Sep 2003 11:54:20 -0400 (EDT) (envelope-from mwlucas) Date: Mon, 15 Sep 2003 11:54:20 -0400 From: "Michael W. Lucas" To: Oliver Fischer Message-ID: <20030915155420.GB71615@bewilderbeast.blackhelicopters.org> References: <20030911235020.GA2098@daemon.li> <20030912000052.GA44177@bewilderbeast.blackhelicopters.org> <3F65C07A.5090300@snafu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F65C07A.5090300@snafu.de> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-5.0 required=4.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-docs@freebsd.org Subject: Re: author's email adress X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 15:47:13 -0000 Just because the example says we can, doesn't mean that we have to, however. DocBook supports a lot of things that we don't do. So, it's no requirement, but it can be done. ==ml On Mon, Sep 15, 2003 at 03:36:58PM +0200, Oliver Fischer wrote: > Did you read this? > > http://www.es.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup-docbook.html#AEN1464 > > Look at the articleinfo element. In this example it contains the > author's mail address. > > MfG > > Oliver Fischer > > Michael W. Lucas wrote: > >Hi, > > > >Frequently, the "original author" would not recognize the document as > >it exists in the doc repository. Many documents have been rewritten > >over the years. > > > >Also, just because someone wrote a document doesn't mean that they > >want to answer questions about it. That's what mailing lists are for. > >:-) > > > >==ml > > > >On Fri, Sep 12, 2003 at 01:50:20AM +0200, Josef El-Rayes wrote: > > > >>hi! > >> > >>i was wondering why there is no email adress of the author of articles > >>available. i think adding something like: > >> > >> > >> Joe > >> Randmon > >> jr@freebsd.org > >> > >> > >>would be quite useful for people that have questions after reading the > >>article as specific questions might be best answered by the author > >>himself. status-quo makes it very hard to find out how to contact the > >>author directly. > >> > >>tell me what you think of it. > >> > >>-josef > >>-- > >>www: http://www.daemon.li > >>nic-hdl: JER1080312-NICAT > >>BSD in AT: www.bsdcode.at > >>"Make World - Not War!" > >>_______________________________________________ > >>freebsd-doc@freebsd.org mailing list > >>http://lists.freebsd.org/mailman/listinfo/freebsd-doc > >>To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > > > > > -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org Today's chance of throwing it all away to start a goat farm: 41.8% http://www.BlackHelicopters.org/~mwlucas/ Absolute OpenBSD: http://www.AbsoluteOpenBSD.com/ From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 09:27:11 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACF816A4BF for ; Mon, 15 Sep 2003 09:27:11 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1665743FDD for ; Mon, 15 Sep 2003 09:27:10 -0700 (PDT) (envelope-from underway@comcast.net) Received: from localhost.localdomain (12-230-74-101.client.attbi.com[12.230.74.101](untrusted sender)) by attbi.com (rwcrmhc13) with ESMTP id <2003091516270901500l3785e>; Mon, 15 Sep 2003 16:27:09 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.9/8.12.9) with ESMTP id h8FGQG4d017453; Mon, 15 Sep 2003 09:26:16 -0700 (PDT) (envelope-from underway@comcast.net) Received: (from jojo@localhost) by localhost.localdomain (8.12.9/8.12.9/Submit) id h8FGQABX017452; Mon, 15 Sep 2003 09:26:10 -0700 (PDT) (envelope-from underway@comcast.net) To: Warren Block References: <200309151130.h8FBUHn2085653@freefall.freebsd.org> From: underway@comcast.net (Gary W. Swearingen) Date: Mon, 15 Sep 2003 09:26:10 -0700 In-Reply-To: <200309151130.h8FBUHn2085653@freefall.freebsd.org> (Warren Block's message of "Mon, 15 Sep 2003 04:30:17 -0700 (PDT)") Message-ID: <7eu17ef271.17e@mail.comcast.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Portable Code, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-doc@FreeBSD.org Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 16:27:12 -0000 Warren Block writes: > (Is PostScript really something that should be mentioned here? It has > more interchange issues than either of the others. It's a format that jobs@ readers should be able to handle, so it's OK, but it's probably better left unmentioned, if PDF is the recommended format for M$WORD users to send if they won't send plain text. > I'm also unsure > whether "open source" is a good description of these formats, but can't > think of anything better at the moment.) How about "open format". And the opposite is "closed format". PDF is both open and proprietary, IMO. I suspect that Adobe would agree. > And maybe a change of tense? > > > + Proprietary formats such as MicroSoft Word (.doc) will > > + not accepted. + E-mail should use open formats only -- + preferably plain text, but basic Portable Document Format, + HTML, and a few others are acceptable to many readers. + (MIME types text/plain, application/pdf, and text/html.) + Closed formats such as MicroSoft Word (.doc) will + be rejected by the list server. Unless the later is not true, in which case: + Closed formats such as MicroSoft Word (.doc) cannot + be read by many readers' software. From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 11:05:53 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B689816A4BF for ; Mon, 15 Sep 2003 11:05:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2930843FBD for ; Mon, 15 Sep 2003 11:05:52 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FI5qUp044516 for ; Mon, 15 Sep 2003 11:05:52 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FI5pVZ044509 for freebsd-doc@freebsd.org; Mon, 15 Sep 2003 11:05:51 -0700 (PDT) Date: Mon, 15 Sep 2003 11:05:51 -0700 (PDT) Message-Id: <200309151805.h8FI5pVZ044509@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 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 18:05:53 -0000 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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/10/31] i386/31671 doc 4.4 installer hangs at " Mounting root fr 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE s [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2001/05/23] docs/27605 doc Cross-document references () o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/09/13] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/11/14] docs/45303 doc Bug in PDF DocBook rendering f [2003/02/19] docs/48472 doc Documentation unreadable. o [2003/08/15] docs/55613 doc su man page confusing, probably incorrect o [2003/09/15] docs/56894 doc umass man page: "mount -t msdos" instead 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/13] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/09] docs/35711 doc the "gnats page" should move to its own s o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/20] misc/36154 doc Getting USB mouse to work: usbd and mouse o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin o [2002/05/03] docs/37719 doc Detail VOP_ naming in a relevant man-page s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/12] docs/39213 doc No rc(4) man page o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] docs/39532 doc 'find' man page should o [2002/06/24] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/07/04] docs/40196 doc man find does not describe -follow o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/10] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/07] docs/41423 doc Update FAQ: attrib command for windows du o [2002/08/18] docs/41761 doc Update for /ru/internal/ part of site o [2002/08/19] docs/41787 doc man page for route (Section 8) missing de o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/19] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/10/01] docs/43569 doc src/share/examples/worm/README out-of-dat o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/14] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/11/17] docs/45371 doc man page for exports lacks information on o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/11] docs/46181 doc "make fetch-recursive" target description o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/11] docs/46200 doc fix for ru_RU.KOI8-R/books/porters-handbo o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2003/01/02] docs/46709 doc tables in terminfo.5 are broken o [2003/01/05] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/14] docs/47085 doc boot(8) manpage is incomplete according t o [2003/01/27] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/30] docs/47705 doc wc(1) manpage has poor explanations. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/12] docs/48210 doc make -q only does what the manpage says i o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/14] docs/50013 doc [PATCH] add much more russian holydays o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation o [2003/03/27] docs/50349 doc make release fails with NO_OPENSSH and ! f [2003/03/28] docs/50391 doc Incorrect information in a man o [2003/04/03] docs/50573 doc return values for res_query/res_search/re f [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/06/02] docs/52878 doc [PATCH] security(7): small clairification o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/14] docs/53315 doc [PATCH] remove extraneous whitespace at t o [2003/06/18] docs/53454 doc wrong sample code in manpage of wcwidth(3 o [2003/06/19] docs/53501 doc [PATCH] Handbook: update snapshots sectio o [2003/06/20] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ o [2003/07/07] docs/54197 doc Mentioning of devfs is missing in the Ger o [2003/07/11] docs/54380 doc [PATCH] document additional perl variable o [2003/07/11] docs/54391 doc Document that glob(3) respects LC_COLLATE o [2003/07/20] docs/54678 doc [patch] add PACKAGESITE to packages chapt o [2003/07/22] docs/54752 doc bus_dma explained in ISA section: should o [2003/07/22] docs/54769 doc [patch] updates to FAQ o [2003/07/23] docs/54789 doc [PATCH] brush up the "New Users" article o [2003/07/24] docs/54806 doc [patch] adds fvwm2 to x11-wm o [2003/07/25] docs/54879 doc man 1 jot, -r description o [2003/07/28] docs/54995 doc Error in accept(2) man page o [2003/07/28] docs/54999 doc Documentation Project Primer doesn't conf o [2003/08/03] docs/55207 doc [patch] update acroread section & add loc o [2003/08/06] docs/55306 doc [patch] adds filemanagers to desktop appl o [2003/08/10] docs/55445 doc [PATCH] off-by-one bug in example code o [2003/08/11] docs/55458 doc [patch] add useful content & hints to por o [2003/08/11] docs/55482 doc DUMP has access to block devices in a JAI o [2003/08/13] docs/55538 doc [patch] add screenshots to desktop chapte o [2003/08/16] docs/55653 doc chflags.1 - note that not all tools chfla o [2003/08/20] docs/55805 doc a little correction to the arch-handbook o [2003/08/22] docs/55883 doc advanced-networking/chapter.sgml o [2003/09/04] docs/56408 doc [PATCH] add around app-default o [2003/09/04] docs/56452 doc [patch]Add EXTRACT_DEPENDS&PATCH_DEPENDS o [2003/09/12] docs/56729 doc [patch] artciles/pr-guidelines: explain m o [2003/09/13] docs/56745 doc Some suggestions for the Bibliography cha o [2003/09/14] docs/56872 doc [Patch] Talk about EVFILT_NETDEV in kqueu o [2003/09/14] docs/56883 doc Inadequately-documented charter for freeb 131 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 12:20:14 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFFD316A4BF for ; Mon, 15 Sep 2003 12:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7404D43FAF for ; Mon, 15 Sep 2003 12:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FJKEUp075521 for ; Mon, 15 Sep 2003 12:20:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FJKE3w075520; Mon, 15 Sep 2003 12:20:14 -0700 (PDT) Date: Mon, 15 Sep 2003 12:20:14 -0700 (PDT) Message-Id: <200309151920.h8FJKE3w075520@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: docs/56894: umass man page: "mount -t msdos" instead of "ufs" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 19:20:15 -0000 The following reply was made to PR docs/56894; it has been noted by GNATS. From: "Simon L. Nielsen" To: Chris Shenton Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/56894: umass man page: "mount -t msdos" instead of "ufs" Date: Mon, 15 Sep 2003 21:14:14 +0200 --RIYY1s2vRbPFwWeW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.09.15 14:31:08 -0000, Chris Shenton wrote: > >Description: >=20 > To mount a CF in a umass USB reader, the man umass page says to do > "mount -t ufs /dev/da0c /mnt". >=20 > I had to use "-t msdos" rather than UFS, and believe the man page is in > error. That depends on which filesystem you have actually put on the CF. The example in umass(4) also run disklabel and newfs programs on the filesystem. If you do that, you will defiantly get a UFS filesystem. Did you do that? This is btw. no different from any other storage device. --=20 Simon L. Nielsen FreeBSD Documentation Team --RIYY1s2vRbPFwWeW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/Zg+Eh9pcDSc1mlERAr/wAJ9JbCqfDEGYKxFnWPoJQtOYoiMqIwCeMQCM wJHTtU7aHuGN04QX053Joik= =a1qZ -----END PGP SIGNATURE----- --RIYY1s2vRbPFwWeW-- From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 12:40:21 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E7E16A4BF for ; Mon, 15 Sep 2003 12:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1F243FDD for ; Mon, 15 Sep 2003 12:40:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FJeJUp081016 for ; Mon, 15 Sep 2003 12:40:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FJeJQu081015; Mon, 15 Sep 2003 12:40:19 -0700 (PDT) Resent-Date: Mon, 15 Sep 2003 12:40:19 -0700 (PDT) Resent-Message-Id: <200309151940.h8FJeJQu081015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Conrad J. Sabatier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52FCC16A4BF for ; Mon, 15 Sep 2003 12:32:05 -0700 (PDT) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5FA43F93 for ; Mon, 15 Sep 2003 12:32:03 -0700 (PDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakemtao04.cox.netESMTP <20030915193204.GBXO29227.lakemtao04.cox.net@ip68-14-60-78.no.no.cox.net> for ; Mon, 15 Sep 2003 15:32:04 -0400 Received: from ip68-14-60-78.no.no.cox.net (localhost [127.0.0.1]) h8FJW3Pu081857 for ; Mon, 15 Sep 2003 14:32:03 -0500 (CDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)h8FJVwAE081856; Mon, 15 Sep 2003 14:31:58 -0500 (CDT) (envelope-from conrads) Message-Id: <200309151931.h8FJVwAE081856@ip68-14-60-78.no.no.cox.net> Date: Mon, 15 Sep 2003 14:31:58 -0500 (CDT) From: "Conrad J. Sabatier" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56899: e-mail address update X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Conrad J. Sabatier" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 19:40:21 -0000 >Number: 56899 >Category: docs >Synopsis: e-mail address update >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: Mon Sep 15 12:40:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Conrad J. Sabatier >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD ip68-14-60-78.no.no.cox.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Sep 13 22:28:47 CDT 2003 conrads@ip68-14-60-78.no.no.cox.net:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Update my address in the additional contributors section in /usr/doc >How-To-Repeat: >Fix: --- patch begins here --- --- en_US.ISO8859-1/articles/contributors/contrib.additional.sgml.orig Mon Sep 15 14:27:26 2003 +++ en_US.ISO8859-1/articles/contributors/contrib.additional.sgml Mon Sep 15 14:27:47 2003 @@ -1032,7 +1032,7 @@ Conrad Sabatier - conrads@home.com + conrads@cox.net --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 12:46:57 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E71FB16A4BF; Mon, 15 Sep 2003 12:46:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FC443F3F; Mon, 15 Sep 2003 12:46:57 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FJkvUp083508; Mon, 15 Sep 2003 12:46:57 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FJkvcu083504; Mon, 15 Sep 2003 12:46:57 -0700 (PDT) Date: Mon, 15 Sep 2003 12:46:57 -0700 (PDT) From: Marc Fonvieille Message-Id: <200309151946.h8FJkvcu083504@freefall.freebsd.org> To: conrads@cox.net, blackend@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56899: e-mail address update X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 19:46:58 -0000 Synopsis: e-mail address update State-Changed-From-To: open->closed State-Changed-By: blackend State-Changed-When: Mon Sep 15 12:45:49 PDT 2003 State-Changed-Why: Done. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=56899 From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 13:30:30 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E9F16A521 for ; Mon, 15 Sep 2003 13:30:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE9F43FE9 for ; Mon, 15 Sep 2003 13:30:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FKURUp098111 for ; Mon, 15 Sep 2003 13:30:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FKURSd098110; Mon, 15 Sep 2003 13:30:27 -0700 (PDT) Resent-Date: Mon, 15 Sep 2003 13:30:27 -0700 (PDT) Resent-Message-Id: <200309152030.h8FKURSd098110@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CE316A4C0 for ; Mon, 15 Sep 2003 13:29:59 -0700 (PDT) Received: from octopussy.utanet.at (octopussy.utanet.at [213.90.36.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811D243FB1 for ; Mon, 15 Sep 2003 13:29:58 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from pam.utanet.at ([213.90.36.6]) by octopussy.utanet.at with esmtp (Exim 4.12) id 19yzyu-0006Oc-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:29:56 +0200 Received: from dsl-242-127.utaonline.at ([212.152.242.127] helo=gina.at) by pam.utanet.at with esmtp (Exim 4.12) id 19yzyu-0000uY-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:29:56 +0200 Received: by gina.at (Postfix, from userid 1001) id 31AED60F2; Mon, 15 Sep 2003 22:29:51 +0200 (CEST) Message-Id: <20030915202951.31AED60F2@gina.at> Date: Mon, 15 Sep 2003 22:29:51 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56901: [patch] articles/diskless-x: fix bad english X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 20:30:30 -0000 >Number: 56901 >Category: docs >Synopsis: [patch] articles/diskless-x: fix bad english >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 15 13:30:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD gina.at 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 13 13:22:16 CEST 2003 root@gina.at:/usr/obj/usr/src/sys/GINA i386 >Description: doc/en_US.ISO8859-1/articles/diskless-x/article.sgml: >How-To-Repeat: >Fix: the expression "foobar'd" definitely does not belong into a serious text. --- article.sgml.diff begins here --- --- article.sgml.orig Mon Sep 15 18:15:01 2003 +++ article.sgml Mon Sep 15 18:53:58 2003 @@ -112,7 +112,7 @@ Compile the net-boot programs that are located in /usr/src/sys/i386/boot/netboot. You should read the comments at the top of the Makefile. Adjust as - required. Make a backup of the original in case it gets foobar'd. When + required. Make a backup of the original in case something goes wrong. When the build is done, there should be 2 &ms-dos; executables, nb8390.com and nb3c509.com. One of these two programs will be what you need to run on the diskless --- article.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 13:30:30 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC8A16A522 for ; Mon, 15 Sep 2003 13:30:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB64843FE1 for ; Mon, 15 Sep 2003 13:30:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FKUQUp098098 for ; Mon, 15 Sep 2003 13:30:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FKUQem098097; Mon, 15 Sep 2003 13:30:26 -0700 (PDT) Resent-Date: Mon, 15 Sep 2003 13:30:26 -0700 (PDT) Resent-Message-Id: <200309152030.h8FKUQem098097@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC3F16A4BF for ; Mon, 15 Sep 2003 13:26:10 -0700 (PDT) Received: from octopussy.utanet.at (octopussy.utanet.at [213.90.36.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E4A43FFD for ; Mon, 15 Sep 2003 13:26:04 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from pam.utanet.at ([213.90.36.6]) by octopussy.utanet.at with esmtp (Exim 4.12) id 19yzv8-0003UY-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:26:02 +0200 Received: from dsl-242-127.utaonline.at ([212.152.242.127] helo=gina.at) by pam.utanet.at with esmtp (Exim 4.12) id 19yzv7-0008DC-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:26:02 +0200 Received: by gina.at (Postfix, from userid 1001) id 1CD8E60F2; Mon, 15 Sep 2003 22:25:49 +0200 (CEST) Message-Id: <20030915202549.1CD8E60F2@gina.at> Date: Mon, 15 Sep 2003 22:25:49 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56900: [patch] articles/diskless-x: fix wrong sgml markup X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 20:30:30 -0000 >Number: 56900 >Category: docs >Synopsis: [patch] articles/diskless-x: fix wrong sgml markup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 15 13:30:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD gina.at 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 13 13:22:16 CEST 2003 root@gina.at:/usr/obj/usr/src/sys/GINA i386 >Description: doc/en_US.ISO8859-1/articles/diskless-x/article.sgml: o add missing -tag o /etc/bootptab is a filename >How-To-Repeat: >Fix: --- article.sgml.diff begins here --- --- article.sgml.orig Mon Sep 15 18:15:01 2003 +++ article.sgml Mon Sep 15 18:22:35 2003 @@ -181,14 +181,14 @@ send a HUP signal to inetd. To do this, get the process ID of inetd with ps -ax | grep inetd | grep -v grep. Once you have it, send it a HUP signal. Do this by - kill -HUP <pid>. This will force inetd to + kill -HUP <pid>. This will force inetd to re-read its config file. Did you remember to note the addr line from the output of the boot loader on the diskless system? Guess what, here is where you need it. - Add an entry to /etc/bootptab (maybe creating the + Add an entry to /etc/bootptab (maybe creating the file). It should be laid out identical to this: altair:\ --- article.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 13:40:16 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D558116A4BF for ; Mon, 15 Sep 2003 13:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A88B43FBD for ; Mon, 15 Sep 2003 13:40:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FKeFUp000706 for ; Mon, 15 Sep 2003 13:40:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FKeFQI000705; Mon, 15 Sep 2003 13:40:15 -0700 (PDT) Resent-Date: Mon, 15 Sep 2003 13:40:15 -0700 (PDT) Resent-Message-Id: <200309152040.h8FKeFQI000705@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D75E16A4BF for ; Mon, 15 Sep 2003 13:36:03 -0700 (PDT) Received: from octopussy.utanet.at (octopussy.utanet.at [213.90.36.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6302D43F75 for ; Mon, 15 Sep 2003 13:36:02 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from plenty.utanet.at ([213.90.36.9]) by octopussy.utanet.at with esmtp (Exim 4.12) id 19z04n-0000xJ-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:36:01 +0200 Received: from dsl-242-127.utaonline.at ([212.152.242.127] helo=gina.at) by plenty.utanet.at with esmtp (Exim 4.12) id 19z04n-00022Y-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:36:01 +0200 Received: by gina.at (Postfix, from userid 1001) id C111060F2; Mon, 15 Sep 2003 22:35:55 +0200 (CEST) Message-Id: <20030915203555.C111060F2@gina.at> Date: Mon, 15 Sep 2003 22:35:55 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56902: [patch] articles/fbsd-from-scratch: add/fix sgml tags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 20:40:17 -0000 >Number: 56902 >Category: docs >Synopsis: [patch] articles/fbsd-from-scratch: add/fix sgml tags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 15 13:40:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD gina.at 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 13 13:22:16 CEST 2003 root@gina.at:/usr/obj/usr/src/sys/GINA i386 >Description: docs/en_US.ISO8859-1/articles/fbsd-from-scratch/article.sgml: o add missing application-tags o use note instead of itemizedlist >How-To-Repeat: >Fix: --- article.sgml.diff begins here --- --- article.sgml.orig Mon Sep 15 18:39:23 2003 +++ article.sgml Mon Sep 15 18:50:50 2003 @@ -396,9 +396,9 @@ Other areas are prepared for configuration, but will not work until stage two is completed. For example we have copied files to - configure printing and X11. Printing however is likely to need + configure printing and X11. Printing however is likely to need applications not found in the base system, like &postscript; - utilities. X11 will not run before we have compiled the server, + utilities. X11 will not run before we have compiled the server, libraries and programs. @@ -444,7 +444,7 @@ CONFIGURE_ARGS. The port Makefile will use this as an initial value and augment some other essential args. The difference to - specifying a make variable on the command line + specifying a make variable on the command line with news inn-stable make CONFIGURE_ARGS="--enable-uucp-rnews --enable-setgid-inews" install @@ -566,14 +566,9 @@ 4-STABLE may want to consider the following areas: - - - If you do not use the device file system + If you do not use the device file system (devfs) you may want to create devices for some of your hardware with &man.MAKEDEV.8; in stage one, step - six. - - + six. --- article.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 13:50:20 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE1C16A4BF for ; Mon, 15 Sep 2003 13:50:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8447843FB1 for ; Mon, 15 Sep 2003 13:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FKoJUp003269 for ; Mon, 15 Sep 2003 13:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FKoJB6003268; Mon, 15 Sep 2003 13:50:19 -0700 (PDT) Date: Mon, 15 Sep 2003 13:50:19 -0700 (PDT) Message-Id: <200309152050.h8FKoJB6003268@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: docs/56894: umass man page: "mount -t msdos" instead of "ufs" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 20:50:20 -0000 The following reply was made to PR docs/56894; it has been noted by GNATS. From: "Simon L. Nielsen" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/56894: umass man page: "mount -t msdos" instead of "ufs" Date: Mon, 15 Sep 2003 22:40:18 +0200 --Qrgsu6vtpU/OV/zm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ----- Forwarded message from Chris Shenton ----- =46rom: Chris Shenton Date: Mon, 15 Sep 2003 16:15:47 -0400 To: "Simon L. Nielsen" User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) Subject: Re: docs/56894: umass man page: "mount -t msdos" instead of "ufs" "Simon L. Nielsen" writes: > That depends on which filesystem you have actually put on the CF. The > example in umass(4) also run disklabel and newfs programs on the > filesystem. If you do that, you will defiantly get a UFS filesystem. > Did you do that? Understood. I was using it to read a CF from a digital camera, which had msdos FS on it containing the photos. Perhaps it might be helpful just to point out in the man page that various consumer devices would need the "-t msdos" option. And that they shouldn't do a newfs on such a card if it already has images, audio, video, or whatnot on it! :-) Thanks. ----- End forwarded message ----- Adding to audit-trail. --=20 Simon L. Nielsen FreeBSD Documentation Team --Qrgsu6vtpU/OV/zm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ZiOwh9pcDSc1mlERAs7bAJ42+VKLX4lCptZovMty1/WSmlKOswCgq4lx JuUkYOvIGog75xtAcUksGFA= =efIr -----END PGP SIGNATURE----- --Qrgsu6vtpU/OV/zm-- From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 13:50:21 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E6816A4BF for ; Mon, 15 Sep 2003 13:50:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 016CB43FA3 for ; Mon, 15 Sep 2003 13:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8FKoJUp003284 for ; Mon, 15 Sep 2003 13:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8FKoJe4003283; Mon, 15 Sep 2003 13:50:19 -0700 (PDT) Resent-Date: Mon, 15 Sep 2003 13:50:19 -0700 (PDT) Resent-Message-Id: <200309152050.h8FKoJe4003283@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D0716A4BF for ; Mon, 15 Sep 2003 13:42:32 -0700 (PDT) Received: from octopussy.utanet.at (octopussy.utanet.at [213.90.36.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id D674F43FD7 for ; Mon, 15 Sep 2003 13:42:30 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from patricia.utanet.at ([213.90.36.8]) by octopussy.utanet.at with esmtp (Exim 4.12) id 19z0B3-0004U4-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:42:29 +0200 Received: from dsl-242-127.utaonline.at ([212.152.242.127] helo=gina.at) by patricia.utanet.at with esmtp (Exim 4.12) id 19z0Ay-0004Ii-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Sep 2003 22:42:24 +0200 Received: by gina.at (Postfix, from userid 1001) id 1ABD660F2; Mon, 15 Sep 2003 22:42:17 +0200 (CEST) Message-Id: <20030915204217.1ABD660F2@gina.at> Date: Mon, 15 Sep 2003 22:42:17 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56903: [patch] articles/fonts: add application tags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 20:50:21 -0000 >Number: 56903 >Category: docs >Synopsis: [patch] articles/fonts: add application tags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 15 13:50:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD gina.at 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 13 13:22:16 CEST 2003 root@gina.at:/usr/obj/usr/src/sys/GINA i386 >Description: doc/en_US.ISO8859-1/articles/fonts/article.sgml: o add application tags >How-To-Repeat: >Fix: --- article.sgml.diff begins here --- --- article.sgml.orig Mon Sep 15 19:27:24 2003 +++ article.sgml Mon Sep 15 20:05:34 2003 @@ -66,7 +66,8 @@ This document contains a description of the various font files that may be used with FreeBSD and the syscons driver, - X11, Ghostscript and Groff. Cookbook examples are provided + X11, Ghostscript + and Groff. Cookbook examples are provided for switching the syscons display to 80x60 mode, and for using type 1 fonts with the above application programs. @@ -184,7 +185,7 @@ - Ghostscript + Ghostscript .pfa, @@ -194,7 +195,7 @@ - X11 + X11 .pfa, @@ -203,7 +204,7 @@ - Groff + Groff .pfa, @@ -212,7 +213,7 @@ - Povray + Povray .ttf @@ -274,13 +275,13 @@ - Using type 1 fonts with X11 + Using type 1 fonts with <application>X11</application> - X11 can use either the .pfa or the - .pfb format fonts. The X11 fonts are + X11 can use either the .pfa or the + .pfb format fonts. The X11 fonts are located in various subdirectories under /usr/X11R6/lib/X11/fonts. Each font file - is cross referenced to its X11 name by the contents of the + is cross referenced to its X11 name by the contents of the fonts.dir file in each directory. There is already a directory named Type1. The @@ -306,8 +307,8 @@ &prompt.user; echo showboat - InfoMagic CICA, Dec 1994, /fonts/atm/showboat >>INDEX - Now, to use a new font with X11, one must make the font file - available and update the font name files. The X11 font names + Now, to use a new font with X11, one must make the font file + available and update the font name files. The X11 font names look like: @@ -439,7 +440,7 @@ All of these names are arbitrary, but one should strive to be compatible with the existing conventions. A font is - referenced by name with possible wild cards by an X11 program, + referenced by name with possible wild cards by an X11 program, so the name chosen should make some sense. One might begin by simply using @@ -492,12 +493,12 @@ Using type 1 fonts with Ghostscript - Ghostscript references a font via its Fontmap - file. This must be modified in a similar way to the X11 - fonts.dir file. Ghostscript can use either + Ghostscript references a font via its Fontmap + file. This must be modified in a similar way to the X11 + fonts.dir file. Ghostscript can use either the .pfa or the .pfb format fonts. Using the font from the previous example, here is - how to use it with Ghostscript: + how to use it with Ghostscript: Put the font in Ghostscript's font directory @@ -530,22 +531,23 @@ References: fonts.txt in the - Ghostscript 4.01 distribution + Ghostscript 4.01 distribution Using type 1 fonts with Groff - Now that the new font can be used by both X11 and - Ghostscript, how can one use the new font with groff? First of + Now that the new font can be used by both X11 and + Ghostscript, how can one use the new font + with groff? First of all, since we are dealing with type 1 &postscript; fonts, the - groff device that is applicable is the ps - device. A font file must be created for each font that groff - can use. A groff font name is just a file in + groff device that is applicable is the ps + device. A font file must be created for each font that groff + can use. A groff font name is just a file in /usr/share/groff_font/devps. With our example, the font file could be /usr/share/groff_font/devps/SHOWBOAT. The - file must be created using tools provided by groff. + file must be created using tools provided by groff. The first tool is afmtodit. This is not normally installed, so it must be retrieved from the source @@ -561,7 +563,7 @@ :wq - This tool will create the groff font file from the metrics + This tool will create the groff font file from the metrics file (.afm suffix.) Continuing with our example: @@ -580,8 +582,8 @@ The font can now be referenced with the name SHOWBOAT. - If ghostscript is used to drive the printers on the system, - then nothing more needs to be done. However, if true PostScript + If Ghostscript is used to drive the printers on the system, + then nothing more needs to be done. However, if true &postscript; printers are used, then the font must be down loaded to the printer in order for the font to be used (unless the printer happens to have the showboat font built in or on an accessible @@ -705,7 +707,7 @@ upper case, so any renaming must be consistent with this. (Actually, GS_TTF.PS and PFS2AFM.PS are supposedly part of the - ghostscript distribution, but it is just as easy to use + Ghostscript distribution, but it is just as easy to use these as an isolated utility. FreeBSD does not seem to include the latter.) You also may want to have these installed to @@ -717,7 +719,7 @@ afmtodit - Creates font files for use with groff from ascii font + Creates font files for use with groff from ascii font metrics file. This usually resides in the directory, /usr/src/contrib/groff/afmtodit, and requires some work to get going. @@ -793,7 +795,7 @@ - Create the groff PostScript file: + Create the groff PostScript file: Change directories to /usr/share/groff_font/devps so as to @@ -849,10 +851,11 @@ fonts available in this format. Unfortunately, there are few applications that I am aware of - that can use this format: Ghostscript and Povray come to mind. - Ghostscript's support, according to the documentation, is + that can use this format: Ghostscript + and Povray come to mind. + Ghostscript's support, according to the documentation, is rudimentary and the results are likely to be inferior to type 1 - fonts. Povray version 3 also has the ability to use TrueType + fonts. Povray version 3 also has the ability to use TrueType fonts, but I rather doubt many people will be creating documents as a series of raytraced pages :-). @@ -871,7 +874,7 @@ - The xfsft font server for X11 can + The xfsft font server for X11 can serve TrueType fonts in addition to regular fonts. Though currently in beta, it is said to be quite usable. See - xfstt is another font server for X11, + xfstt is another font server for + X11, available under . @@ -965,7 +969,7 @@ - How to generate the groff character mapping files for + How to generate the groff character mapping files for PostScript fonts with non-standard character names? @@ -976,7 +980,7 @@ It would be good to have examples of using TrueType - fonts with povray and ghostscript. + fonts with Povray and Ghostscript. --- article.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 16:08:14 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5386716A4B3 for ; Mon, 15 Sep 2003 16:08:14 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69ACB43FB1 for ; Mon, 15 Sep 2003 16:08:13 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.9/8.12.9) with ESMTP id h8FN8BCu086063; Mon, 15 Sep 2003 17:08:11 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.9/8.12.9/Submit) with ESMTP id h8FN8BQE086060; Mon, 15 Sep 2003 17:08:11 -0600 (MDT) Date: Mon, 15 Sep 2003 17:08:10 -0600 (MDT) From: Warren Block To: David Wolfskill In-Reply-To: <200309151221.h8FCLOYN003370@bunrab.catwhisker.org> Message-ID: <20030915170235.G86050@wonkity.com> References: <200309151221.h8FCLOYN003370@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: doc@freebsd.org Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 23:08:14 -0000 On Mon, 15 Sep 2003, David Wolfskill wrote: > >(Is PostScript really something that should be mentioned here? It has > >more interchange issues than either of the others. > > It does? Page sizes and fonts, for example. > [Uni-cast reply; feel free to share -- it merely looked as if the > recipient-list was a tad broad.] I added doc@freebsd.org to this reply. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 18:44:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E5D16A4B3 for ; Mon, 15 Sep 2003 18:44:35 -0700 (PDT) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8315343FEC for ; Mon, 15 Sep 2003 18:44:17 -0700 (PDT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.9/8.12.9) with ESMTP id h8G1iHnt005574; Mon, 15 Sep 2003 18:44:17 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.9/8.12.9/Submit) id h8G1iHHq005573; Mon, 15 Sep 2003 18:44:17 -0700 (PDT) (envelope-from david) Date: Mon, 15 Sep 2003 18:44:17 -0700 (PDT) From: David Wolfskill Message-Id: <200309160144.h8G1iHHq005573@bunrab.catwhisker.org> To: david@catwhisker.org, wblock@wonkity.com In-Reply-To: <20030915170235.G86050@wonkity.com> cc: doc@freebsd.org Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 01:44:35 -0000 >Date: Mon, 15 Sep 2003 17:08:10 -0600 (MDT) >From: Warren Block >To: David Wolfskill >cc: doc@freebsd.org >Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ >On Mon, 15 Sep 2003, David Wolfskill wrote: >> >(Is PostScript really something that should be mentioned here? It has >> >more interchange issues than either of the others. >> It does? >Page sizes and fonts, for example. That would seem to be even more of an issue with, say, HTML. Peace, david -- David H. Wolfskill david@catwhisker.org If you want true virus-protection for your PC, install a non-Microsoft OS on it. Plausible candidates include FreeBSD, Linux, NetBSD, OpenBSD, and Solaris (in alphabetical order). From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 18:55:52 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB15816A4B3 for ; Mon, 15 Sep 2003 18:55:52 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204A543FA3 for ; Mon, 15 Sep 2003 18:55:52 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.9/8.12.9) with ESMTP id h8G1tnCu086313; Mon, 15 Sep 2003 19:55:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.9/8.12.9/Submit) with ESMTP id h8G1tn1m086310; Mon, 15 Sep 2003 19:55:49 -0600 (MDT) Date: Mon, 15 Sep 2003 19:55:49 -0600 (MDT) From: Warren Block To: David Wolfskill In-Reply-To: <200309160144.h8G1iHHq005573@bunrab.catwhisker.org> Message-ID: <20030915194618.I86293@wonkity.com> References: <200309160144.h8G1iHHq005573@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: doc@freebsd.org Subject: Re: docs/56883: Inadequately-documented charter for freebsd-jobs@ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 01:55:53 -0000 On Mon, 15 Sep 2003, David Wolfskill wrote: > >> >(Is PostScript really something that should be mentioned here? It has > >> >more interchange issues than either of the others. > > >> It does? > > >Page sizes and fonts, for example. > > That would seem to be even more of an issue with, say, HTML. Sure, but the three formats listed were ASCII, PDF, and PostScript. ASCII and PDF are reasonably good interchange formats. ASCII doesn't have too many issues. PDF includes needed fonts with the document and the viewers generally let you get around paper size issues. Both of those things can be problems with plain PostScript documents. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-doc@FreeBSD.ORG Mon Sep 15 19:20:19 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9207916A4B3 for ; Mon, 15 Sep 2003 19:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9FA43FDD for ; Mon, 15 Sep 2003 19:20:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8G2KGUp006527 for ; Mon, 15 Sep 2003 19:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8G2KGdP006526; Mon, 15 Sep 2003 19:20:16 -0700 (PDT) Resent-Date: Mon, 15 Sep 2003 19:20:16 -0700 (PDT) Resent-Message-Id: <200309160220.h8G2KGdP006526@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jun Su Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C9B16A4B3 for ; Mon, 15 Sep 2003 19:16:24 -0700 (PDT) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2198F43FB1 for ; Mon, 15 Sep 2003 19:16:19 -0700 (PDT) (envelope-from junsu@m-net.arbornet.org) Received: from m-net.arbornet.org (localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.11.2) with ESMTP id h8G2Gsds008574 for ; Mon, 15 Sep 2003 22:16:54 -0400 (EDT) (envelope-from junsu@m-net.arbornet.org) Received: (from junsu@localhost) by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id h8G2Gsph008441; Mon, 15 Sep 2003 22:16:54 -0400 (EDT) Message-Id: <200309160216.h8G2Gsph008441@m-net.arbornet.org> Date: Mon, 15 Sep 2003 22:16:54 -0400 (EDT) From: Jun Su To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56911: Document for VOP_OPEN missing the last parameter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jun Su List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 02:20:19 -0000 >Number: 56911 >Category: docs >Synopsis: Document for VOP_OPEN missing the last parameter >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: Mon Sep 15 19:20:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jun Su >Release: FreeBSD 5.1-current >Organization: NONE >Environment: FreeBSD 5.1-Current >Description: In the current man page. The signature is int VOP_OPEN(struct vnode *vp, int mode, struct ucred *cred, struct thread *td); It missing the last parameter fdidx. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 01:53:56 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D0316A4B3 for ; Tue, 16 Sep 2003 01:53:56 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B247843FB1 for ; Tue, 16 Sep 2003 01:53:55 -0700 (PDT) (envelope-from www@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.8/8.12.8) with ESMTP id h8G8rtL1041620 for ; Tue, 16 Sep 2003 01:53:55 -0700 (PDT) (envelope-from www@www.freebsd.org) Received: (from www@localhost) by www.freebsd.org (8.12.8/8.12.8/Submit) id h8G8rt6O041619 for freebsd-doc@FreeBSD.org; Tue, 16 Sep 2003 01:53:55 -0700 (PDT) Date: Tue, 16 Sep 2003 01:53:55 -0700 (PDT) From: World Wide Web Owner Message-Id: <200309160853.h8G8rt6O041619@www.freebsd.org> To: freebsd-doc@FreeBSD.org Subject: FreeBSD web build failed on www.freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 08:53:56 -0000 ===> doc/articles/freebsd-questions ===> doc/articles/hats ===> doc/articles/hubs ===> doc/articles/ipsec-must ===> doc/articles/laptop ===> doc/articles/java-tomcat ===> doc/articles/mh ===> doc/articles/multi-os ===> doc/articles/new-users ===> doc/articles/pam ===> doc/articles/pr-guidelines ===> doc/articles/problem-reports ===> doc/articles/programming-tools ===> doc/articles/pxe ===> doc/articles/releng ===> doc/articles/releng-packages ===> doc/articles/serial-uart ===> doc/articles/solid-state ===> doc/articles/storage-devices ===> doc/articles/vinum ===> doc/articles/vm-design ===> doc/articles/zip-drive ===> doc/books ===> doc/books/arch-handbook ===> doc/books/corp-net-guide ===> doc/books/design-44bsd ===> doc/books/developers-handbook ===> doc/books/faq ===> doc/books/fdp-primer ===> doc/books/handbook /usr/local/bin/jade -V html-manifest -ioutput.html -d /w/www/build/doc/en_US.ISO8859-1/books/handbook/../../../share/sgml/default.dsl -V %generate-legalnotice-link% -V %generate-docformat-navi-link% -ioutput.html.images -i chap.advanced-networking -i chap.basics -i chap.bibliography -i chap.config -i chap.boot -i chap.cutting-edge -i chap.disks -i chap.eresources -i chap.install -i chap.introduction -i chap.kernelconfig -i chap.l10n -i chap.linuxemu -i chap.mail -i chap.mirrors -i chap.multimedia -i chap.desktop -i chap.pgpkeys -i chap.ppp-and-slip -i chap.printing -i chap.security -i chap.serialcomms -i chap.users -i chap.vinum -i chap.x11 -i chap.ports -D /usr/obj/w/www/build/doc/en_US.ISO8859-1/books/handbook -c /w/www/build/doc/en_US.ISO8859-1/books/handbook/../../../en_US.ISO8859-1/share/sgml/catalog -c /w/www/build/doc/en_US.ISO8859-1/books/handbook/../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/iso8879/cata log -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -t sgml /w/www/build/doc/en_US.ISO8859-1/books/handbook/book.sgml /usr/local/bin/jade:/w/www/build/doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml:481:7:E: general entity "pgpkey.den" not defined and no default entity /usr/local/bin/jade:/w/www/build/doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml:482:11:E: end tag for "SECT2" which is not finished *** Error code 1 Stop in /w/www/build/doc/en_US.ISO8859-1/books/handbook. *** Error code 1 Stop in /w/www/build/doc/en_US.ISO8859-1/books. *** Error code 1 Stop in /w/www/build/doc/en_US.ISO8859-1. *** Error code 1 Stop in /w/www/build/www/en/doc. *** Error code 1 (ignored) *** Error code 1 Stop in /w/www/build/www/en. 1852.37 real 869.14 user 53.64 sys From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 02:10:08 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68FD16A4B3 for ; Tue, 16 Sep 2003 02:10:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DAF43FEA for ; Tue, 16 Sep 2003 02:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8G9A6Up034865 for ; Tue, 16 Sep 2003 02:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8G9A6nw034864; Tue, 16 Sep 2003 02:10:06 -0700 (PDT) Resent-Date: Tue, 16 Sep 2003 02:10:06 -0700 (PDT) Resent-Message-Id: <200309160910.h8G9A6nw034864@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E949116A4B3 for ; Tue, 16 Sep 2003 02:02:18 -0700 (PDT) Received: from mail.ac-net.at (secure.ac-net.at [212.24.125.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C895743FBD for ; Tue, 16 Sep 2003 02:02:17 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from localhost (server.ac-net.at [127.0.0.1]) with ESMTP id 3504B3F10 for ; Tue, 16 Sep 2003 11:02:11 +0200 (CEST) Received: from daemon.li (dsl-154-225.utaonline.at [62.218.154.225]) with SMTP id B44273EFC for ; Tue, 16 Sep 2003 09:02:08 +0000 (UTC) Received: (qmail 604 invoked from network); 16 Sep 2003 09:02:38 -0000 Received: from localhost (HELO daemon.li) (127.0.0.1) by localhost with SMTP; 16 Sep 2003 09:02:38 -0000 Received: (from shammer@localhost) by daemon.li (8.12.6/8.12.7/Submit) id h8G92bWA000602; Tue, 16 Sep 2003 11:02:37 +0200 (CEST) (envelope-from shammer) Message-Id: <200309160902.h8G92bWA000602@daemon.li> Date: Tue, 16 Sep 2003 11:02:37 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56915: [patch] articles/fonts: update links X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 09:10:09 -0000 >Number: 56915 >Category: docs >Synopsis: [patch] articles/fonts: update links >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 16 02:10:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD daemon.li 4.8-STABLE FreeBSD 4.8-STABLE #8: Tue Jul 22 18:16:23 CEST 2003 root@daemon.li:/usr/obj/usr/src/sys/CUSTOM i386 >Description: doc/en_US.ISO8859-1/articles/fonts/article.sgml: o remove links that do not work anymore o add freshmeat as a good resource for fonts o add a note to the fonts in the ports collection >How-To-Repeat: >Fix: --- article.sgml.diff begins here --- --- article.sgml Thu Aug 14 21:54:04 2003 +++ article.sgml.new Tue Sep 16 10:55:44 2003 @@ -896,22 +896,9 @@ - For people requiring the use of Asian TrueType fonts, - the XTT font server may be worth a look. - Information about XTT can be found at - URL: . - - - and others … - - The FreeType Projects - page is a good starting point for information on - these and other free TrueType projects. @@ -924,28 +911,16 @@ - - (Formerly CICA) - - - - - - - - - - - - + - + Checkout the fonts that come with the Ports Collection in + x11-fonts/ --- article.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 13:30:22 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E37FD16A4B3 for ; Tue, 16 Sep 2003 13:30:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A7B843FE1 for ; Tue, 16 Sep 2003 13:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GKUKUp012628 for ; Tue, 16 Sep 2003 13:30:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GKUKQk012627; Tue, 16 Sep 2003 13:30:20 -0700 (PDT) Resent-Date: Tue, 16 Sep 2003 13:30:20 -0700 (PDT) Resent-Message-Id: <200309162030.h8GKUKQk012627@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mark@remotelab.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8964316A4B3 for ; Tue, 16 Sep 2003 13:20:55 -0700 (PDT) Received: from 194-185-53-242.f5.ngi.it (194-185-53-242.f5.ngi.it [194.185.53.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACEAC43FA3 for ; Tue, 16 Sep 2003 13:20:51 -0700 (PDT) (envelope-from mark@remotelab.org) Received: from einstein.lab (einstein.lab [192.168.168.2]) h8GKKnbE009675 for ; Tue, 16 Sep 2003 22:20:49 +0200 (CEST) (envelope-from mark@remotelab.org) Received: from einstein.lab (localhost [127.0.0.1]) by einstein.lab (8.12.9/8.12.9) with ESMTP id h8GKKXAo000710 for ; Tue, 16 Sep 2003 22:20:33 +0200 (CEST) (envelope-from mark@einstein.lab) Received: (from mark@localhost) by einstein.lab (8.12.9/8.12.9/Submit) id h8GKKXep000709; Tue, 16 Sep 2003 22:20:33 +0200 (CEST) (envelope-from mark) Message-Id: <200309162020.h8GKKXep000709@einstein.lab> Date: Tue, 16 Sep 2003 22:20:33 +0200 (CEST) From: mark@remotelab.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56929: Some suggestions for the Basics chapter of the handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mark@remotelab.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 20:30:22 -0000 >Number: 56929 >Category: docs >Synopsis: Some suggestions for the Basics chapter of the handbook. >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: Tue Sep 16 13:30:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marco Trentini >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD einstein.lab 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Aug 21 17:29:19 CEST 2003 root@einstein.lab:/usr/obj/usr/src/sys/EINSTEIN i386 >Description: Some suggestions for the Basics chapter of the handbook. See the fix section. >How-To-Repeat: >Fix: --- chapter.diff begins here --- --- chapter.sgml.old Tue Sep 16 22:03:55 2003 +++ chapter.sgml Tue Sep 16 22:12:29 2003 @@ -37,24 +37,36 @@ How &unix; file permissions work. + Which the FreeBSD directory hierarch is. + + + How to mount and unmount file systems. + + What processes, daemons, and signals are. What a shell is, and how to change your default login - environment. + environment. How to use basic text editors. - How to read manual pages for more information. + What devices and device nodes are. - How to use the virtual consoles of + How to use the virtual consoles of FreeBSD. + + Which the 3 currently dominant executable formats + for UNIX are. + + + How to read manual pages for more information. + - --- chapter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 13:40:23 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9C9116A4B3 for ; Tue, 16 Sep 2003 13:40:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE9943FE0 for ; Tue, 16 Sep 2003 13:40:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GKeMUp015176 for ; Tue, 16 Sep 2003 13:40:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GKeMDv015175; Tue, 16 Sep 2003 13:40:22 -0700 (PDT) Date: Tue, 16 Sep 2003 13:40:22 -0700 (PDT) Message-Id: <200309162040.h8GKeMDv015175@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: docs/56902: [patch] articles/fbsd-from-scratch: add/fix sgml tags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 20:40:24 -0000 The following reply was made to PR docs/56902; it has been noted by GNATS. From: "Simon L. Nielsen" To: Josef El-Rayes Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/56902: [patch] articles/fbsd-from-scratch: add/fix sgml tags Date: Tue, 16 Sep 2003 22:38:11 +0200 --l76fUT7nc3MelDdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.09.15 22:35:55 +0200, Josef El-Rayes wrote: > --- article.sgml.orig Mon Sep 15 18:39:23 2003 > +++ article.sgml Mon Sep 15 18:50:50 2003 > @@ -396,9 +396,9 @@ > =20 > Other areas are prepared for configuration, but will not work > until stage two is completed. For example we have copied files to > - configure printing and X11. Printing however is likely to need > + configure printing and X11. Printing h= owever is likely to need I don't think X11 should be marked up as application, since it is not really an application, but rather the protocol/framework. Have you found any other places where it's marked up with the application tag? --=20 Simon L. Nielsen FreeBSD Documentation Team --l76fUT7nc3MelDdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/Z3Sxh9pcDSc1mlERApqKAJ4jDQ96F/pJ3xbGQpJy7eBT8EfTrwCgxsrp hvtRWwlCljyrohhNprdErmM= =pwWW -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI-- From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 13:40:24 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A8AD16A4B3 for ; Tue, 16 Sep 2003 13:40:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA3C643F85 for ; Tue, 16 Sep 2003 13:40:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GKeKUp015166 for ; Tue, 16 Sep 2003 13:40:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GKeKrh015165; Tue, 16 Sep 2003 13:40:20 -0700 (PDT) Resent-Date: Tue, 16 Sep 2003 13:40:20 -0700 (PDT) Resent-Message-Id: <200309162040.h8GKeKrh015165@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mark@remotelab.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7530916A4B3 for ; Tue, 16 Sep 2003 13:32:22 -0700 (PDT) Received: from 194-185-53-242.f5.ngi.it (194-185-53-242.f5.ngi.it [194.185.53.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC9B43F3F for ; Tue, 16 Sep 2003 13:32:20 -0700 (PDT) (envelope-from mark@remotelab.org) Received: from einstein.lab (einstein.lab [192.168.168.2]) h8GKWJbE009692 for ; Tue, 16 Sep 2003 22:32:19 +0200 (CEST) (envelope-from mark@remotelab.org) Received: from einstein.lab (localhost [127.0.0.1]) by einstein.lab (8.12.9/8.12.9) with ESMTP id h8GKW3Ao000822 for ; Tue, 16 Sep 2003 22:32:03 +0200 (CEST) (envelope-from mark@einstein.lab) Received: (from mark@localhost) by einstein.lab (8.12.9/8.12.9/Submit) id h8GKW3Wp000821; Tue, 16 Sep 2003 22:32:03 +0200 (CEST) (envelope-from mark) Message-Id: <200309162032.h8GKW3Wp000821@einstein.lab> Date: Tue, 16 Sep 2003 22:32:03 +0200 (CEST) From: mark@remotelab.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56930: Some suggestions for the Disks chapter of the handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mark@remotelab.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 20:40:24 -0000 >Number: 56930 >Category: docs >Synopsis: Some suggestions for the Disks chapter of the handbook. >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: Tue Sep 16 13:40:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Marco Trentini >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD einstein.lab 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Aug 21 17:29:19 CEST 2003 root@einstein.lab:/usr/obj/usr/src/sys/EINSTEIN i386 >Description: That topic has been moved in the Basics chapter of the handbook. >How-To-Repeat: >Fix: --- chapter.diff begins here --- --- chapter.sgml.old Tue Sep 16 22:21:29 2003 +++ chapter.sgml Tue Sep 16 22:21:45 2003 @@ -20,8 +20,6 @@ The terminology FreeBSD uses to describe the organization of data on a physical disk (partitions and slices). - How to mount and unmount file systems. - How to add additional hard disks to your system. How to setup virtual file systems, such as memory --- chapter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 14:20:12 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5377516A4B3 for ; Tue, 16 Sep 2003 14:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D209B43FE1 for ; Tue, 16 Sep 2003 14:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GLKBUp029095 for ; Tue, 16 Sep 2003 14:20:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GLKB7M029094; Tue, 16 Sep 2003 14:20:11 -0700 (PDT) Date: Tue, 16 Sep 2003 14:20:11 -0700 (PDT) Message-Id: <200309162120.h8GLKB7M029094@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Josef El-Rayes Subject: Re: docs/56902: [patch] articles/fbsd-from-scratch: add/fix sgml tags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 21:20:12 -0000 The following reply was made to PR docs/56902; it has been noted by GNATS. From: Josef El-Rayes To: "Simon L. Nielsen" Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/56902: [patch] articles/fbsd-from-scratch: add/fix sgml tags Date: Tue, 16 Sep 2003 23:14:53 +0200 "Simon L. Nielsen" wrote: > On 2003.09.15 22:35:55 +0200, Josef El-Rayes wrote: > > > --- article.sgml.orig Mon Sep 15 18:39:23 2003 > > +++ article.sgml Mon Sep 15 18:50:50 2003 > > @@ -396,9 +396,9 @@ > > > > Other areas are prepared for configuration, but will not work > > until stage two is completed. For example we have copied files to > > - configure printing and X11. Printing however is likely to need > > + configure printing and X11. Printing however is likely to need > > I don't think X11 should be marked up as application, since it is not > really an application, but rather the protocol/framework. Have you > found any other places where it's marked up with the application tag? for me it was in this association talking about X11 as an association, but i looked at the handbook chapter about X and only XFree86 was marked up as application so you are right here. shall i redo this patch and pr 56903 to leave X11 with markup? -josef -- www: http://www.daemon.li nic-hdl: JER1080312-NICAT BSD in AT: www.bsdcode.at "Make World - Not War!" From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 14:30:26 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B8916A4BF for ; Tue, 16 Sep 2003 14:30:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1EA343FE0 for ; Tue, 16 Sep 2003 14:30:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GLUIUp031659 for ; Tue, 16 Sep 2003 14:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GLUI4i031658; Tue, 16 Sep 2003 14:30:18 -0700 (PDT) Resent-Date: Tue, 16 Sep 2003 14:30:18 -0700 (PDT) Resent-Message-Id: <200309162130.h8GLUI4i031658@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28DC16A4B3 for ; Tue, 16 Sep 2003 14:27:49 -0700 (PDT) Received: from octopussy.utanet.at (octopussy.utanet.at [213.90.36.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9E443FDF for ; Tue, 16 Sep 2003 14:27:48 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from paris.utanet.at ([213.90.36.7]) by octopussy.utanet.at with esmtp (Exim 4.12) id 19zNMQ-0003kr-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 16 Sep 2003 23:27:46 +0200 Received: from dsl-156-246.utaonline.at ([62.218.156.246] helo=gina.at) by paris.utanet.at with esmtp (Exim 4.12) id 19zNMO-0002i4-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 16 Sep 2003 23:27:44 +0200 Received: by gina.at (Postfix, from userid 1001) id CE53F60DB; Tue, 16 Sep 2003 23:27:35 +0200 (CEST) Message-Id: <20030916212735.CE53F60DB@gina.at> Date: Tue, 16 Sep 2003 23:27:35 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56932: [patch] articles/releng-packages: add "note" tags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 21:30:26 -0000 >Number: 56932 >Category: docs >Synopsis: [patch] articles/releng-packages: add "note" tags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 16 14:30:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD gina.at 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 13 13:22:16 CEST 2003 root@gina.at:/usr/obj/usr/src/sys/GINA i386 >Description: doc/en_US.ISO8859-1/articles/releng-packages/article.sgml: o add note sgml tags instead of NOTE: >How-To-Repeat: >Fix: --- article.sgml.diff begins here --- --- article.sgml.orig Tue Sep 16 16:29:27 2003 +++ article.sgml Tue Sep 16 16:33:56 2003 @@ -178,9 +178,11 @@ This script removes lines from an INDEX file for packages that are not present. - It also removes the XFree86 dependencies. NOTE: you will need to + It also removes the XFree86 dependencies. + + You will need to tweak the value of the xdep variable to make sure - the version number is correct. + the version number is correct. @@ -250,10 +252,12 @@ cluster. Create a new ports/distfiles directory and copy - the distfiles from the package building cluster. NOTE: if you + the distfiles from the package building cluster. + + If you do not want any distfiles simply create the directory and leave it empty. This directory must be present even if it does not - contain anything. + contain anything. Now we are finally ready for the fun task of actually --- article.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 15:15:58 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1582016A4B3; Tue, 16 Sep 2003 15:15:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6DD43FCB; Tue, 16 Sep 2003 15:15:57 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GMFvUp071897; Tue, 16 Sep 2003 15:15:57 -0700 (PDT) (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GMFvZ5071893; Tue, 16 Sep 2003 15:15:57 -0700 (PDT) Date: Tue, 16 Sep 2003 15:15:57 -0700 (PDT) From: "Simon L. Nielsen" Message-Id: <200309162215.h8GMFvZ5071893@freefall.freebsd.org> To: j.el-rayes@daemon.li, simon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56900: [patch] articles/diskless-x: fix wrong sgml markup X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 22:15:58 -0000 Synopsis: [patch] articles/diskless-x: fix wrong sgml markup State-Changed-From-To: open->closed State-Changed-By: simon State-Changed-When: Tue Sep 16 15:15:20 PDT 2003 State-Changed-Why: Committed with some minor modifications. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=56900 From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 15:30:25 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A68116A4B3 for ; Tue, 16 Sep 2003 15:30:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA04E43FBF for ; Tue, 16 Sep 2003 15:30:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GMUOUp022173 for ; Tue, 16 Sep 2003 15:30:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GMUOFC022169; Tue, 16 Sep 2003 15:30:24 -0700 (PDT) Date: Tue, 16 Sep 2003 15:30:24 -0700 (PDT) Message-Id: <200309162230.h8GMUOFC022169@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: docs/56902: [patch] articles/fbsd-from-scratch: add/fix sgml tags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 22:30:25 -0000 The following reply was made to PR docs/56902; it has been noted by GNATS. From: "Simon L. Nielsen" To: Josef El-Rayes Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/56902: [patch] articles/fbsd-from-scratch: add/fix sgml tags Date: Wed, 17 Sep 2003 00:22:06 +0200 --da4uJneut+ArUgXk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.09.16 23:14:53 +0200, Josef El-Rayes wrote: > "Simon L. Nielsen" wrote: > > I don't think X11 should be marked up as application, since it is not > > really an application, but rather the protocol/framework. Have you > > found any other places where it's marked up with the application tag? >=20 > for me it was in this association talking about X11 as an association, > but i looked at the handbook chapter about X and only XFree86 was marked > up as application so you are right here. >=20 > shall i redo this patch and pr 56903 to leave X11 with markup? I think that would be preferable. --=20 Simon L. Nielsen FreeBSD Documentation Team --da4uJneut+ArUgXk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/Z40Mh9pcDSc1mlERAifQAJ9zwnCLlTctbBaBeZuzt3kehF/+vACeKsKW L4yP7JMql9JSdl/t2QBGSy0= =2YVu -----END PGP SIGNATURE----- --da4uJneut+ArUgXk-- From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 15:50:02 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E330916A4B3 for ; Tue, 16 Sep 2003 15:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB2343FD7 for ; Tue, 16 Sep 2003 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8GMo1Up088716 for ; Tue, 16 Sep 2003 15:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8GMo1N2088714; Tue, 16 Sep 2003 15:50:01 -0700 (PDT) Resent-Date: Tue, 16 Sep 2003 15:50:01 -0700 (PDT) Resent-Message-Id: <200309162250.h8GMo1N2088714@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef El-Rayes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F6816A4B3 for ; Tue, 16 Sep 2003 15:46:58 -0700 (PDT) Received: from octopussy.utanet.at (octopussy.utanet.at [213.90.36.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5EB743FBF for ; Tue, 16 Sep 2003 15:46:56 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from pam.utanet.at ([213.90.36.6]) by octopussy.utanet.at with esmtp (Exim 4.12) id 19zOb1-0006HV-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 17 Sep 2003 00:46:55 +0200 Received: from dsl-156-246.utaonline.at ([62.218.156.246] helo=gina.at) by pam.utanet.at with esmtp (Exim 4.12) id 19zOay-0003WU-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 17 Sep 2003 00:46:52 +0200 Received: by gina.at (Postfix, from userid 1001) id 169C860DB; Wed, 17 Sep 2003 00:46:46 +0200 (CEST) Message-Id: <20030916224646.169C860DB@gina.at> Date: Wed, 17 Sep 2003 00:46:46 +0200 (CEST) From: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56936: [patch] articles/java-tomcat: add application tags X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef El-Rayes List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 22:50:03 -0000 >Number: 56936 >Category: docs >Synopsis: [patch] articles/java-tomcat: add application tags >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 16 15:50:00 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD gina.at 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 13 13:22:16 CEST 2003 root@gina.at:/usr/obj/usr/src/sys/GINA i386 >Description: docs/en_US.ISO8859-1/articles/java-tomcat/article.sgml: o add application tags for Tomcat >How-To-Repeat: >Fix: --- article.sgml.diff begins here --- --- article.sgml.orig Wed Sep 17 00:30:07 2003 +++ article.sgml Wed Sep 17 00:41:55 2003 @@ -35,7 +35,8 @@ - + +%freebsd; %trademarks; @@ -99,8 +100,8 @@ least amount of aggravation. Plan on spending a whole day on such a project as it will take time to assemble all the pieces and compile them individually, and then as a whole. It also shows how - to install the famous Jakarta Tomcat Servlet and &jsp; container on - the FreeBSD operating system. + to install the famous Jakarta Tomcat Servlet and &jsp; container on + the &os; operating system. @@ -127,7 +128,7 @@ www/apache13 on my FreeBSD system. - The Tomcat portion of the install is very straight forward, but + The Tomcat portion of the install is very straight forward, but the difficulty I had was getting &java; Development Kit up and running for FreeBSD 4.X, as Sun Microsystems only supplies Binaries for Linux, &solaris;, and &windowsnt;. This means that I @@ -139,8 +140,8 @@ In this article, you will find how to install the &java; Development Kit for FreeBSD, and how to get up and running with - Tomcat. A section is also provided for - further reading. + Tomcat. A section is also provided for + further reading. @@ -383,24 +384,24 @@ Tomcat is an open-source implementation of the &java; Servlets and &javaserver.pages; technologies, developed under the Jakarta project at the Apache - Software Foundation. Tomcat implements a new Servlet framework + Software Foundation. Tomcat implements a new Servlet framework (called Catalina) that is based on completely new architecture with the Servlet 2.3 and &jsp; 1.2 specifications. It includes many additional features that make it a useful platform for developing and deploying web - applications and web services. In a nutshell, Tomcat is an + applications and web services. In a nutshell, Tomcat is an application server written in 100% Pure &java;. - Tomcat is used for many purposes, and is not limited to + Tomcat is used for many purposes, and is not limited to Application Servers. It provides an open platform to develop - extensible web and content management services. When Tomcat is + extensible web and content management services. When Tomcat is used with an optimized FreeBSD system, it can provide highly reliable and fast pacing services. Please refer to the section for more - information on Tomcat and &jsp;. The next + information on Tomcat and &jsp;. The next section will demonstrate how to build the Tomcat - Environment for FreeBSD. The version of Tomcat used in + Environment for &os;. The version of Tomcat used in this guide is 4.0.3. This version contains major bug fixes, and the following updates/changes: @@ -423,11 +424,11 @@ The Tomcat environment for FreeBSD - It is very simple to install Tomcat on a FreeBSD machine, + It is very simple to install Tomcat on a &os; machine, after setting up the necessary &java; environment, which we have previously completed. - In-order to setup Tomcat on FreeBSD, follow the below + In-order to setup Tomcat on &os;, follow the below procedure: @@ -454,11 +455,11 @@ adding it into either .profile or .cshrc, depending on the shell you are using. This variable is very crucial for the functioning of - all the &java; based programs, including Tomcat itself. + all the &java; based programs, including Tomcat itself. - Download the Tomcat binary distribution + Download the Tomcat binary distribution from the Jakarta website, which is located at . The file to download is called @@ -499,7 +500,7 @@ Installation by using the source code is currently out of scope for this document. Please refer to the following files for addition information on building from source, - available from your Tomcat distribution + available from your Tomcat distribution directory: @@ -517,26 +518,26 @@ Operating Tomcat - Basics - Now that we have finished installing Tomcat. The following - example shows how to start the Tomcat server: +Now that we have finished installing Tomcat. The following +example shows how to start the Tomcat server: &prompt.root; cd /usr/local/tomcat-4.0/bin &prompt.root; ./startup.sh (for starting Tomcat) - You can test if your Tomcat server has started by visiting + You can test if your Tomcat server has started by visiting the following URL: http://127.0.0.1:8080 or http://localhost:8080. To stop - Tomcat: + Tomcat: &prompt.root; cd /usr/local/tomcat-4.0/bin &prompt.root; ./shutdown.sh - (for stopping Tomcat) + (for stopping Tomcat) The startup.sh and shutdown.sh are frontends to the catalina.sh executable script in the same - directory; if you would like to start Tomcat automatically at + directory; if you would like to start Tomcat automatically at boot-time run: &prompt.root; cd /usr/local/etc/rc.d @@ -550,7 +551,7 @@ If your port 8080 is occupied by some other service, you can change it by editing the - server.xml in your Tomcat's + server.xml in your Tomcat's conf/ directory. In the example below, the port will be changed to 80, assuming there is no service running on that port. @@ -617,9 +618,9 @@ Conclusion Finally, we are at the end of the article and have a working - version of Tomcat. We hope that you have learned the basics of + version of Tomcat. We hope that you have learned the basics of installing and building the &java; Development Kit on FreeBSD, - along with installation of the Tomcat binary distribution + along with installation of the Tomcat binary distribution application server released by the Apache Software Foundation. The section contains pointers to additional resources on this topic, some which are in print, some which are --- article.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Sep 16 17:24:24 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCAB216A4B3 for ; Tue, 16 Sep 2003 17:24:24 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4892F43FA3 for ; Tue, 16 Sep 2003 17:24:24 -0700 (PDT) (envelope-from www@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.8/8.12.8) with ESMTP id h8H0ONL1021972 for ; Tue, 16 Sep 2003 17:24:24 -0700 (PDT) (envelope-from www@www.freebsd.org) Received: (from www@localhost) by www.freebsd.org (8.12.8/8.12.8/Submit) id h8H0ONf8021967 for freebsd-doc@FreeBSD.org; Tue, 16 Sep 2003 17:24:23 -0700 (PDT) Date: Tue, 16 Sep 2003 17:24:23 -0700 (PDT) From: World Wide Web Owner Message-Id: <200309170024.h8H0ONf8021967@www.freebsd.org> To: freebsd-doc@FreeBSD.org Subject: FreeBSD web build failed on www.freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 00:24:25 -0000 ? relnotes4/doc/en_US.ISO8859-1/hardware/i386/x16.html ? relnotes4/doc/en_US.ISO8859-1/hardware/i386/x27.html ? relnotes4/doc/en_US.ISO8859-1/installation/alpha/HTML.manifest ? relnotes4/doc/en_US.ISO8859-1/installation/alpha/article.html ? relnotes4/doc/en_US.ISO8859-1/installation/alpha/docbook.css ? relnotes4/doc/en_US.ISO8859-1/installation/alpha/index.html ? relnotes4/doc/en_US.ISO8859-1/installation/alpha/layout.html ? relnotes4/doc/en_US.ISO8859-1/installation/alpha/trouble.html ? relnotes4/doc/en_US.ISO8859-1/installation/alpha/upgrading.html ? relnotes4/doc/en_US.ISO8859-1/installation/i386/HTML.manifest ? relnotes4/doc/en_US.ISO8859-1/installation/i386/article.html ? relnotes4/doc/en_US.ISO8859-1/installation/i386/docbook.css ? relnotes4/doc/en_US.ISO8859-1/installation/i386/index.html ? relnotes4/doc/en_US.ISO8859-1/installation/i386/layout.html ? relnotes4/doc/en_US.ISO8859-1/installation/i386/trouble.html ? relnotes4/doc/en_US.ISO8859-1/installation/i386/upgrading.html ? relnotes4/doc/en_US.ISO8859-1/readme/HTML.manifest ? relnotes4/doc/en_US.ISO8859-1/readme/article.html ? relnotes4/doc/en_US.ISO8859-1/readme/contacting.html ? relnotes4/doc/en_US.ISO8859-1/readme/docbook.css ? relnotes4/doc/en_US.ISO8859-1/readme/index.html ? relnotes4/doc/en_US.ISO8859-1/readme/x163.html ? relnotes4/doc/en_US.ISO8859-1/readme/x32.html ? relnotes4/doc/en_US.ISO8859-1/readme/x95.html ? relnotes4/doc/en_US.ISO8859-1/relnotes/alpha/HTML.manifest ? relnotes4/doc/en_US.ISO8859-1/relnotes/alpha/article.html ? relnotes4/doc/en_US.ISO8859-1/relnotes/alpha/docbook.css ? relnotes4/doc/en_US.ISO8859-1/relnotes/alpha/index.html ? relnotes4/doc/en_US.ISO8859-1/relnotes/alpha/new.html ? relnotes4/doc/en_US.ISO8859-1/relnotes/alpha/upgrade.html U relnotes4/doc/en_US.ISO8859-1/relnotes/common/new.sgml ? relnotes4/doc/en_US.ISO8859-1/relnotes/i386/HTML.manifest ? relnotes4/doc/en_US.ISO8859-1/relnotes/i386/article.html ? relnotes4/doc/en_US.ISO8859-1/relnotes/i386/docbook.css ? relnotes4/doc/en_US.ISO8859-1/relnotes/i386/index.html ? relnotes4/doc/en_US.ISO8859-1/relnotes/i386/new.html ? relnotes4/doc/en_US.ISO8859-1/relnotes/i386/upgrade.html ===> security ===> commercial ===> docproj ===> news ===> news/1993 /bin/sh:Permission denied *** Error code 1 Stop in /w/www/build/www/en/news. *** Error code 1 Stop in /w/www/build/www/en. 0.87 real 0.08 user 0.11 sys From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 00:42:37 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B68EF16A4B3; Wed, 17 Sep 2003 00:42:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D5E43FCB; Wed, 17 Sep 2003 00:42:37 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8H7gbFY037725; Wed, 17 Sep 2003 00:42:37 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8H7gaSg037721; Wed, 17 Sep 2003 00:42:36 -0700 (PDT) (envelope-from blackend) Date: Wed, 17 Sep 2003 00:42:36 -0700 (PDT) From: Marc Fonvieille Message-Id: <200309170742.h8H7gaSg037721@freefall.freebsd.org> To: mark@remotelab.org, blackend@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56929: Some suggestions for the Basics chapter of the handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 07:42:37 -0000 Synopsis: Some suggestions for the Basics chapter of the handbook. State-Changed-From-To: open->closed State-Changed-By: blackend State-Changed-When: Wed Sep 17 00:40:26 PDT 2003 State-Changed-Why: I committed a different version of your patch, and I also did not mix the content changes and whitespaces ones. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=56929 From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 00:43:45 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ABA816A53E; Wed, 17 Sep 2003 00:43:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9F443FE1; Wed, 17 Sep 2003 00:43:44 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8H7hiFY037777; Wed, 17 Sep 2003 00:43:44 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8H7hitd037773; Wed, 17 Sep 2003 00:43:44 -0700 (PDT) (envelope-from blackend) Date: Wed, 17 Sep 2003 00:43:44 -0700 (PDT) From: Marc Fonvieille Message-Id: <200309170743.h8H7hitd037773@freefall.freebsd.org> To: mark@remotelab.org, blackend@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56930: Some suggestions for the Disks chapter of the handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 07:43:45 -0000 Synopsis: Some suggestions for the Disks chapter of the handbook. State-Changed-From-To: open->closed State-Changed-By: blackend State-Changed-When: Wed Sep 17 00:42:45 PDT 2003 State-Changed-Why: Done. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=56930 From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 13:12:03 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A9B16A4B3 for ; Wed, 17 Sep 2003 13:12:03 -0700 (PDT) Received: from mail34.internethostingsolutions.com (mail34.internethostingsolutions.com [69.49.100.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF4143FDD for ; Wed, 17 Sep 2003 13:12:02 -0700 (PDT) (envelope-from atnewhard@microstrain.com) Received: from Anewhard (ipn36372-b84274.net-resource.net [216.204.141.178]) h8HKC1g2029135 for ; Wed, 17 Sep 2003 16:12:01 -0400 (EDT) X-POP-User: humanres.microstrain.com Message-ID: <01c401c37d57$f4e5e640$09a7a8c0@Anewhard> From: "Adam Newhard" To: Date: Wed, 17 Sep 2003 16:12:01 -0400 Organization: Microstrain, Inc. MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: freebsd documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 20:12:03 -0000 the document page listed at = http://www4.us.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtunin= g-virtual-hosts.html at the bottom, i'm pretty sure you guys have an error in your page (it's = something anyone who doesn't have a clue would pick out though, so it's = not a big deal). From the page: ******************************* For example, consider the case where the fxp0 interface is connected to = two networks, the 10.1.1.0 network with a netmask of 255.255.255.0 and = the 202.0.75.16 network with a netmask of 255.255.255.240. We want the = system to appear at 10.1.1.1 through 10.1.1.5 and at 202.0.75.17 through = 202.0.75.20. The following entries configure the adapter correctly for this = arrangement: ifconfig_fxp0=3D"inet 10.1.1.1 netmask 255.255.255.0" ifconfig_fxp0_alias0=3D"inet 10.1.1.2 netmask 255.255.255.255" ifconfig_fxp0_alias1=3D"inet 10.1.1.3 netmask 255.255.255.255" ifconfig_fxp0_alias2=3D"inet 10.1.1.4 netmask 255.255.255.255" ifconfig_fxp0_alias3=3D"inet 10.1.1.5 netmask 255.255.255.255" ifconfig_fxp0_alias4=3D"inet 202.0.75.17 netmask 255.255.255.240" ifconfig_fxp0_alias5=3D"inet 202.0.75.18 netmask 255.255.255.255" ifconfig_fxp0_alias6=3D"inet 202.0.75.19 netmask 255.255.255.255" ifconfig_fxp0_alias7=3D"inet 202.0.75.20 netmask = 255.255.255.255"************************** If you're configuring your system how you said above, those last 3 lines = needs a netmask of 255.255.255.240, not .255have a good = one,adam---------------------------------------------------- Adam Newhard Microstrain, Inc. If vegetarians eat vegetables, watch out for humanitarians From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 13:24:54 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88A416A4BF for ; Wed, 17 Sep 2003 13:24:54 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D1A43FCB for ; Wed, 17 Sep 2003 13:24:53 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 2613C10BFAA; Wed, 17 Sep 2003 22:24:52 +0200 (CEST) Date: Wed, 17 Sep 2003 22:24:52 +0200 From: "Simon L. Nielsen" To: Adam Newhard Message-ID: <20030917202450.GB394@FreeBSD.org> References: <01c401c37d57$f4e5e640$09a7a8c0@Anewhard> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oJ71EGRlYNjSvfq7" Content-Disposition: inline In-Reply-To: <01c401c37d57$f4e5e640$09a7a8c0@Anewhard> User-Agent: Mutt/1.5.4i cc: doc@FreeBSD.org Subject: Re: freebsd documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 20:24:54 -0000 --oJ71EGRlYNjSvfq7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.09.17 16:12:01 -0400, Adam Newhard wrote: > For example, consider the case where the fxp0 interface is connected > to two networks, the 10.1.1.0 network with a netmask of 255.255.255.0 > and the 202.0.75.16 network with a netmask of 255.255.255.240. We want > the system to appear at 10.1.1.1 through 10.1.1.5 and at 202.0.75.17 > through 202.0.75.20. >=20 > The following entries configure the adapter correctly for this arrangemen= t: >=20 > ifconfig_fxp0=3D"inet 10.1.1.1 netmask 255.255.255.0" > ifconfig_fxp0_alias0=3D"inet 10.1.1.2 netmask 255.255.255.255" > ifconfig_fxp0_alias1=3D"inet 10.1.1.3 netmask 255.255.255.255" > ifconfig_fxp0_alias2=3D"inet 10.1.1.4 netmask 255.255.255.255" > ifconfig_fxp0_alias3=3D"inet 10.1.1.5 netmask 255.255.255.255" > ifconfig_fxp0_alias4=3D"inet 202.0.75.17 netmask 255.255.255.240" > ifconfig_fxp0_alias5=3D"inet 202.0.75.18 netmask 255.255.255.255" > ifconfig_fxp0_alias6=3D"inet 202.0.75.19 netmask 255.255.255.255" > ifconfig_fxp0_alias7=3D"inet 202.0.75.20 netmask 255.255.255.255"*******= ******************* > > If you're configuring your system how you said above, those last 3 > lines needs a netmask of 255.255.255.240, not .255 No the current content is correct. From the ifconfig(8) manual page: alias Establish an additional network address for this interface. T= his is sometimes useful when changing network numbers, and one wis= hes to accept packets addressed to the old interface. If the addr= ess is on the same subnet as the first network address for this interface, a non-conflicting netmask must be given. Usually 0xffffffff is most appropriate. 0xffffffff is the same as 255.255.255.255. --=20 Simon L. Nielsen FreeBSD Documentation Team --oJ71EGRlYNjSvfq7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/aMMSh9pcDSc1mlERAjc4AJ9EqB/+/ilzau32gJ5QXT2pWcqQyQCePM9c IooAiy5OHjfpa5DHUFqN4fI= =vSO3 -----END PGP SIGNATURE----- --oJ71EGRlYNjSvfq7-- From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 13:33:45 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B557616A539 for ; Wed, 17 Sep 2003 13:33:45 -0700 (PDT) Received: from omoikane.mb.skyweb.ca (209-5-243-50.mb.skyweb.ca [209.5.243.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9390743FB1 for ; Wed, 17 Sep 2003 13:33:43 -0700 (PDT) (envelope-from mark@omoikane.mb.skyweb.ca) Received: from omoikane.mb.skyweb.ca (localhost [127.0.0.1]) by omoikane.mb.skyweb.ca (8.12.9/8.12.9) with ESMTP id h8HKXhHF003657; Wed, 17 Sep 2003 15:33:43 -0500 (CDT) (envelope-from mark@omoikane.mb.skyweb.ca) Received: (from mark@localhost) by omoikane.mb.skyweb.ca (8.12.9/8.12.9/Submit) id h8HKXhBm003656; Wed, 17 Sep 2003 15:33:43 -0500 (CDT) Date: Wed, 17 Sep 2003 15:33:43 -0500 From: Mark Johnston To: Adam Newhard Message-ID: <20030917203343.GC1716@omoikane.mb.skyweb.ca> Mail-Followup-To: Adam Newhard , doc@freebsd.org References: <01c401c37d57$f4e5e640$09a7a8c0@Anewhard> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c401c37d57$f4e5e640$09a7a8c0@Anewhard> User-Agent: Mutt/1.4.1i cc: doc@freebsd.org Subject: Re: freebsd documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 20:33:45 -0000 Adam Newhard wrote: > ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0" > ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255" > ifconfig_fxp0_alias1="inet 10.1.1.3 netmask 255.255.255.255" > ifconfig_fxp0_alias2="inet 10.1.1.4 netmask 255.255.255.255" > ifconfig_fxp0_alias3="inet 10.1.1.5 netmask 255.255.255.255" > ifconfig_fxp0_alias4="inet 202.0.75.17 netmask 255.255.255.240" > ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255" > ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255" > ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255" > If you're configuring your system how you said above, those last 3 lines > needs a netmask of 255.255.255.240, not .255 Actually, the lines are correct as shown. When a second IP address is added on a subnet where we already have one, the netmask has to be all 1's as above. Trying to configure a second address with the same netmask as the first results in this wonderfully specific error: ifconfig: ioctl (SIOCAIFADDR): File exists I believe this was the subject of hot debate and much mail to stable@ when the restriction was first introduced (4.5? 4.7?) Mark From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 13:37:40 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7DB16A4B3 for ; Wed, 17 Sep 2003 13:37:40 -0700 (PDT) Received: from mta3.adelphia.net (mta3.adelphia.net [68.168.78.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id C614243FE1 for ; Wed, 17 Sep 2003 13:37:37 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([24.53.179.151]) by mta3.adelphia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20030917203739.QVXM13937.mta3.adelphia.net@potentialtech.com>; Wed, 17 Sep 2003 16:37:39 -0400 Message-ID: <3F68C610.8080207@potentialtech.com> Date: Wed, 17 Sep 2003 16:37:36 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Newhard References: <01c401c37d57$f4e5e640$09a7a8c0@Anewhard> In-Reply-To: <01c401c37d57$f4e5e640$09a7a8c0@Anewhard> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org Subject: Re: freebsd documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 20:37:40 -0000 Adam Newhard wrote: > the document page listed at > http://www4.us.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-virtual-hosts.html > > at the bottom, i'm pretty sure you guys have an error in your page (it's > something anyone who doesn't have a clue would pick out though, so it's not > a big deal). From the page: > ******************************* > > For example, consider the case where the fxp0 interface is connected to two > networks, the 10.1.1.0 network with a netmask of 255.255.255.0 and the > 202.0.75.16 network with a netmask of 255.255.255.240. We want the system to > appear at 10.1.1.1 through 10.1.1.5 and at 202.0.75.17 through 202.0.75.20. > > The following entries configure the adapter correctly for this arrangement: > > ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0" > ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255" > ifconfig_fxp0_alias1="inet 10.1.1.3 netmask 255.255.255.255" > ifconfig_fxp0_alias2="inet 10.1.1.4 netmask 255.255.255.255" > ifconfig_fxp0_alias3="inet 10.1.1.5 netmask 255.255.255.255" > ifconfig_fxp0_alias4="inet 202.0.75.17 netmask 255.255.255.240" > ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255" > ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255" > ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255" > If you're configuring your system how you said above, those last 3 lines > needs a netmask of 255.255.255.240, not .255 No. Read this paragraph from that page: "The calculation of alias netmasks is important, but fortunately quite simple. For a given interface, there must be one address which correctly represents the network's netmask. Any other addresses which fall within this network must have a netmask of all 1s." The example is correct, and the page _does_ explain why. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 14:20:27 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1122B16A4B3 for ; Wed, 17 Sep 2003 14:20:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C97843F3F for ; Wed, 17 Sep 2003 14:20:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8HLKNFY055386 for ; Wed, 17 Sep 2003 14:20:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8HLKNo1055384; Wed, 17 Sep 2003 14:20:23 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 17 Sep 2003 14:20:23 -0700 (PDT) Resent-Message-Id: <200309172120.h8HLKNo1055384@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julien Gabel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D0E16A4B3; Wed, 17 Sep 2003 14:19:49 -0700 (PDT) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id C810B43FCB; Wed, 17 Sep 2003 14:19:48 -0700 (PDT) (envelope-from jgabel@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 18AB2241E1; Wed, 17 Sep 2003 23:19:47 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08786-03; Wed, 17 Sep 2003 23:19:46 +0200 (CEST) Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.0.97]) by bento.thilelli.net (Postfix) with ESMTP id B85BD241A8; Wed, 17 Sep 2003 23:19:46 +0200 (CEST) Received: by titeuf.thilelli.net (Postfix, from userid 10000) id 734714386; Wed, 17 Sep 2003 23:19:46 +0200 (CEST) Message-Id: <20030917211946.734714386@titeuf.thilelli.net> Date: Wed, 17 Sep 2003 23:19:46 +0200 (CEST) From: Julien Gabel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: security-officer@FreeBSD.org Subject: docs/56963: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Julien Gabel List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 21:20:27 -0000 >Number: 56963 >Category: docs >Synopsis: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory. >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: Wed Sep 17 14:20:22 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Julien Gabel >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD titeuf.thilelli.net 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Wed Jun 18 22:54:45 CEST 2003 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386 >Description: The FreeBSD-SA-03:12.openssh advisory contain a mistake on the proposed command line to restart the sshd daemon (patches version ; opposed to the make world version). [For OpenSSH included in the base system] >How-To-Repeat: Read: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03%3A12.openssh.asc, and especially the V.2 section. >Fix: Change the actual command line: # (. /etc/rc.conf && ${sshd_program:-/usr/bin/sshd} ${sshd_flags}) To: # (. /etc/rc.conf && ${sshd_program:-/usr/sbin/sshd} ${sshd_flags}) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 14:24:35 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC8116A4B3; Wed, 17 Sep 2003 14:24:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ADA343F75; Wed, 17 Sep 2003 14:24:35 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8HLOZFY057849; Wed, 17 Sep 2003 14:24:35 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8HLOZqa057845; Wed, 17 Sep 2003 14:24:35 -0700 (PDT) (envelope-from ceri) Date: Wed, 17 Sep 2003 14:24:35 -0700 (PDT) From: Ceri Davies Message-Id: <200309172124.h8HLOZqa057845@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-doc@FreeBSD.org, so@FreeBSD.org Subject: Re: docs/56963: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 21:24:35 -0000 Synopsis: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory. Responsible-Changed-From-To: freebsd-doc->so Responsible-Changed-By: ceri Responsible-Changed-When: Wed Sep 17 14:23:48 PDT 2003 Responsible-Changed-Why: Assign to the security officer. In case you can't see the change (took me a lot of squinting to find it), it's that sshd is in /usr/sbin, not /usr/bin. http://www.freebsd.org/cgi/query-pr.cgi?pr=56963 From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 15:09:29 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AACB016A4C1; Wed, 17 Sep 2003 15:09:29 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14CD743F3F; Wed, 17 Sep 2003 15:09:28 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from pc3-cdif2-5-cust222.cdif.cable.ntl.com ([81.101.152.222] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.22) id 19zkUI-000Ery-9E; Wed, 17 Sep 2003 23:09:26 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.22) id 19zkUG-00021c-3P; Wed, 17 Sep 2003 23:09:24 +0100 Date: Wed, 17 Sep 2003 23:09:24 +0100 From: Ceri Davies To: doc@FreeBSD.org Message-ID: <20030917220923.GA7765@submonkey.net> Mail-Followup-To: Ceri Davies , doc@FreeBSD.org References: <200309120920.h8C9KGZ8091585@freefall.freebsd.org> <20030912093107.GH635@unixpages.org> <20030912093846.GK76802@submonkey.net> <20030912103331.GA388@FreeBSD.org> <20030912111813.GA75659@submonkey.net> <20030912141126.GC1068@daemon.li> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PmA2V3Z32TCmWXqI" Content-Disposition: inline In-Reply-To: <20030912141126.GC1068@daemon.li> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: Ceri Davies Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 22:09:29 -0000 --PmA2V3Z32TCmWXqI Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 12, 2003 at 04:11:26PM +0200, Josef El-Rayes wrote: > Ceri Davies wrote: > > Yeah, those are the lines I was thinking along. > > My reference to "relevant elements" was that there are very likely > > elements or similar already, which we can make use of. >=20 > i wanted to start collecting some terms for glossary as some questions > arose: >=20 > i am wondering on how to realize this. should it be more of an index, > with a crosslink to the place where it gets explained or like this: >=20 > MFC: ...merge from current, action... read handbook.. >=20 > with a short explanation and a link when there is a place where it gets > explainend more detailed. >=20 > should there be a certain "treshhold" like, only use freebsd specific > terms or not trivial terms or should we include every term like "unix, > ports, packages..."? See the attached patch. I have started out with only including FreeBSD specific terms in the freebsd-glossary.sgml. There's no reason why we couldn't then have another file containing generic computing terms (but personally, I'm not sure that is necessary), although the build would need to be tweaked a bit. I've also included a change to the handbook build that will allow you to build in the glossary by running "make GLOSSARY=3Dyes", but which is off by default. Note that there are not many entries at the moment; once this is committed then people can feel free to add stuff to it - I've chosen the current entr= ies to illustrate the docbook way of GlossSeeAlso, GlossSee, etc, elements. Any thoughts? Ceri PS. I can see a problem already with the link to the FAQ not working when built with an article, but I'm not sure of the best way to fix it. --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="glossary.diff" Content-Transfer-Encoding: quoted-printable Index: doc/en_US.ISO8859-1/books/handbook/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/Makefile,v retrieving revision 1.66 diff -u -r1.66 Makefile --- doc/en_US.ISO8859-1/books/handbook/Makefile 15 Aug 2003 12:28:17 -0000 = 1.66 +++ doc/en_US.ISO8859-1/books/handbook/Makefile 17 Sep 2003 21:28:01 -0000 @@ -31,6 +31,7 @@ FORMATS?=3D html-split =20 HAS_INDEX=3D true +GLOSSARY?=3D =20 INSTALL_COMPRESSED?=3D gz INSTALL_ONLY_COMPRESSED?=3D @@ -172,6 +173,9 @@ CHAPTERS?=3D ${SRCS:M*chapter.sgml} =20 SGMLFLAGS+=3D ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} +.if defined(GLOSSARY) && !empty(GLOSSARY) +SGMLFLAGS+=3D -i chap.freebsd-glossary +.endif =20 # XXX The Handbook build currently overflows some internal, hardcoded=20 # limits in pdftex. Until we split the Handbook up, build the PDF=20 Index: doc/en_US.ISO8859-1/books/handbook/book.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/book.sgml,v retrieving revision 1.141 diff -u -r1.141 book.sgml --- doc/en_US.ISO8859-1/books/handbook/book.sgml 5 Sep 2003 21:30:20 -0000 = 1.141 +++ doc/en_US.ISO8859-1/books/handbook/book.sgml 17 Sep 2003 21:28:01 -0000 @@ -54,6 +54,7 @@ + =20 %pgpkeys; ]> @@ -236,6 +237,7 @@ + &chap.colophon; =20 Index: doc/en_US.ISO8859-1/share/sgml/bookinfo.ent =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/dcvs/doc/en_US.ISO8859-1/share/sgml/bookinfo.ent,v retrieving revision 1.3 diff -u -r1.3 bookinfo.ent --- doc/en_US.ISO8859-1/share/sgml/bookinfo.ent 17 Jun 2003 19:32:40 -0000 = 1.3 +++ doc/en_US.ISO8859-1/share/sgml/bookinfo.ent 17 Sep 2003 21:28:01 -0000 @@ -12,3 +12,5 @@ =20 + + Index: doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml diff -N doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml 17 Sep 20= 03 21:28:01 -0000 @@ -0,0 +1,64 @@ + + + + &os; Glossary + This glossary contains terms and acronyms specific to &os;. + + + B + + + Bikeshed Building + + A phenomenon whereby many people will give an opinion on + an uncomplicated topic, whilst a complex topic receives little + or no discussion. See the + FAQ for + the origin of the term. + + + + + + M + + + Merge From Current + MFC + + To merge functionality or a patch from the -CURRENT + branch to another, most often -STABLE. + + + + + Merge From Stable + MFS + + In the normal course of FreeBSD development, a change will + be committed to the -CURRENT branch for testing before being + merged to -STABLE. On rare occassions, a change will go into + -STABLE first and then be merged to -CURRENT. + + + + + + MFC + + + + + MFS + + + + + + + --ZGiS0Q5IWpPtfppv-- --PmA2V3Z32TCmWXqI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/aNuTocfcwTS3JF8RAmsNAJ9usjbqNjQsf0wBAzD19yiwh7kb+wCfX3d8 UIw5vgze9pc8ZhIh+BBmDiE= =01jI -----END PGP SIGNATURE----- --PmA2V3Z32TCmWXqI-- From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 15:13:16 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF3F16A4B3 for ; Wed, 17 Sep 2003 15:13:16 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4CB43FAF for ; Wed, 17 Sep 2003 15:13:15 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from pc3-cdif2-5-cust222.cdif.cable.ntl.com ([81.101.152.222] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.22) id 19zkXy-000FKw-NA for doc@FreeBSD.org; Wed, 17 Sep 2003 23:13:14 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.22) id 19zkXw-0002D6-IG for doc@FreeBSD.org; Wed, 17 Sep 2003 23:13:12 +0100 Date: Wed, 17 Sep 2003 23:13:12 +0100 From: Ceri Davies To: doc@FreeBSD.org Message-ID: <20030917221312.GB389@submonkey.net> Mail-Followup-To: Ceri Davies , doc@FreeBSD.org References: <200309120920.h8C9KGZ8091585@freefall.freebsd.org> <20030912093107.GH635@unixpages.org> <20030912093846.GK76802@submonkey.net> <20030912103331.GA388@FreeBSD.org> <20030912111813.GA75659@submonkey.net> <20030912141126.GC1068@daemon.li> <20030917220923.GA7765@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Clx92ZfkiYIKRjnr" Content-Disposition: inline In-Reply-To: <20030917220923.GA7765@submonkey.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 22:13:17 -0000 --Clx92ZfkiYIKRjnr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 17, 2003 at 11:09:24PM +0100, Ceri Davies wrote: >=20 > I have started out with only including FreeBSD specific terms in the > freebsd-glossary.sgml. There's no reason why we couldn't then have anoth= er > file containing generic computing terms (but personally, I'm not sure that > is necessary), although the build would need to be tweaked a bit. >=20 > I've also included a change to the handbook build that will allow you to > build in the glossary by running "make GLOSSARY=3Dyes", but which is off = by > default. For those who want to see what this looks like without building the handboo= k, please see http://shrike.submonkey.net/~setantae/handbook/. Ceri --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --Clx92ZfkiYIKRjnr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/aNx4ocfcwTS3JF8RAqPMAJ0X/8nEV7oVk+Q4IK+CFSIvFud3CwCcDkWi fkLP5phrNCzd7FOJRgka7+4= =L+fK -----END PGP SIGNATURE----- --Clx92ZfkiYIKRjnr-- From owner-freebsd-doc@FreeBSD.ORG Wed Sep 17 17:00:20 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC88D16A4B3; Wed, 17 Sep 2003 17:00:20 -0700 (PDT) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB9443F85; Wed, 17 Sep 2003 17:00:18 -0700 (PDT) (envelope-from vincent@sumuk.de) Received: from Moses.earth.sol (Moses.earth.sol [192.168.1.1]) by Kain.sumuk.de (8.12.8p1/8.12.8) with ESMTP id h8I00HHm030868; Thu, 18 Sep 2003 02:00:17 +0200 (CEST) (envelope-from vincent@sumuk.de) Received: from Moses.earth.sol (localhost.earth.sol [127.0.0.1]) by Moses.earth.sol (8.12.5/8.12.5) with ESMTP id h8I00GPg045301; Thu, 18 Sep 2003 02:00:16 +0200 (CEST) (envelope-from vincent@Moses.earth.sol) Received: (from vincent@localhost) by Moses.earth.sol (8.12.5/8.12.5/Submit) id h8I00ETe045300; Thu, 18 Sep 2003 02:00:14 +0200 (CEST) Date: Thu, 18 Sep 2003 02:00:14 +0200 From: Martin Heinen To: Ceri Davies , doc@FreeBSD.org Message-ID: <20030918020013.A44901@sumuk.de> References: <200309120920.h8C9KGZ8091585@freefall.freebsd.org> <20030912093107.GH635@unixpages.org> <20030912093846.GK76802@submonkey.net> <20030912103331.GA388@FreeBSD.org> <20030912111813.GA75659@submonkey.net> <20030912141126.GC1068@daemon.li> <20030917220923.GA7765@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030917220923.GA7765@submonkey.net>; from ceri@freebsd.org on Wed, Sep 17, 2003 at 11:09:24PM +0100 Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 00:00:21 -0000 On Wed, Sep 17, 2003 at 11:09:24PM +0100, Ceri Davies wrote: > I have started out with only including FreeBSD specific terms in the > freebsd-glossary.sgml. There's no reason why we couldn't then have another > file containing generic computing terms (but personally, I'm not sure that > is necessary), although the build would need to be tweaked a bit. > > I've also included a change to the handbook build that will allow you to > build in the glossary by running "make GLOSSARY=yes", but which is off by > default. > > Note that there are not many entries at the moment; once this is committed > then people can feel free to add stuff to it - I've chosen the current entries > to illustrate the docbook way of GlossSeeAlso, GlossSee, etc, elements. > > Any thoughts? Cool. > Index: doc/en_US.ISO8859-1/books/handbook/book.sgml > =================================================================== > RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/book.sgml,v > retrieving revision 1.141 > diff -u -r1.141 book.sgml > --- doc/en_US.ISO8859-1/books/handbook/book.sgml 5 Sep 2003 21:30:20 -0000 1.141 > +++ doc/en_US.ISO8859-1/books/handbook/book.sgml 17 Sep 2003 21:28:01 -0000 > @@ -54,6 +54,7 @@ > > > > + > > %pgpkeys; > ]> > @@ -236,6 +237,7 @@ > > > > + > &chap.colophon; > Most books put the index after the glossary. Also, we could move the index out of the appendices and end up with something like the following: > > > > > &chap.colophon; > -- Marxpitn From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 02:32:56 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546D516A4B3; Thu, 18 Sep 2003 02:32:56 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771E243FBF; Thu, 18 Sep 2003 02:32:55 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.dougb.net (12-234-22-23.client.attbi.com[12.234.22.23]) by comcast.net (sccrmhc11) with SMTP id <2003091809325401100joc59e>; Thu, 18 Sep 2003 09:32:54 +0000 Date: Thu, 18 Sep 2003 02:32:53 -0700 (PDT) From: Doug Barton To: "Simon L. Nielsen" In-Reply-To: <20030915074941.GA393@FreeBSD.org> Message-ID: <20030918023032.Q4232@znfgre.qbhto.arg> References: <20030914235034.GA19994@perrin.nxad.com> <20030915074941.GA393@FreeBSD.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: doc@FreeBSD.ORG Subject: Re: Big Patch Commit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 09:32:56 -0000 On Mon, 15 Sep 2003, Simon L. Nielsen wrote: > On 2003.09.14 16:50:34 -0700, Hiten Pandya wrote: > > > I am planning to commit the patch in PR docs/55226. > > If anyone has objections towards, speak now, or forever hold > > your peace. :-) > > Not really objections, but you need to have a look at each change. At > least one is IMO wrong: > > --- advanced-networking/chapter.sgml 21 Jul 2003 13:35:50 -0000 1.234 > +++ advanced-networking/chapter.sgml 2 Aug 2003 13:26:43 -0000 > @@ -2798,7 +2798,7 @@ > group of machines it represents. For example, the Art > - department at Acme Inc. might be in the > + department at Acme Inc. might be in the > acme-art NIS domain. For this example, We want double spaces after a . used as a full stop (at the end of a sentence). When used as punctuation to indicate the end of an abbreviation, the double space is not necessary, or desirable. At least this is how I understand it. :) Doug -- This .signature sanitized for your protection From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 04:08:18 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BBD16A4B3 for ; Thu, 18 Sep 2003 04:08:18 -0700 (PDT) Received: from pop.enta.net (pop.enta.net [195.74.97.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C7C943FD7 for ; Thu, 18 Sep 2003 04:08:13 -0700 (PDT) (envelope-from isaac@enta.net) Received: from smartsmtp.enta.net (smtp.enta.net [195.74.97.230]) by pop.enta.net (Postfix) with ESMTP id B7E40CC008 for ; Thu, 18 Sep 2003 12:08:51 +0100 (BST) Received: from smtp.enta.net (localhost [127.0.0.1]) by smartsmtp.enta.net (8.12.3/8.12.3) with ESMTP id h8IBB23M063809 for ; Thu, 18 Sep 2003 12:11:02 +0100 (BST) (envelope-from isaac@enta.net) Received: from isaacpc (unknown [195.74.96.122]) by smtp.enta.net (Postfix) with SMTP id DB77798B85 for ; Thu, 18 Sep 2003 12:11:01 +0100 (BST) From: "Isaac Scott" To: Date: Thu, 18 Sep 2003 12:08:14 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Booting FreeBSD from a floppy X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 11:08:18 -0000 I have had to re-install FreeBSD on a 40Gb hdd that the motherboard BIOS can't see. Installation has gone fine, however how can I create a bootable floppy so that the system can run as FreeBSD can see the larger hdd? Can this be done from another FreeBSD machine? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.518 / Virus Database: 316 - Release Date: 11/09/2003 From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 05:03:37 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D5216A4B3 for ; Thu, 18 Sep 2003 05:03:37 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id D081243FCB for ; Thu, 18 Sep 2003 05:03:35 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from pc3-cdif2-5-cust222.cdif.cable.ntl.com ([81.101.152.222] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.22) id 19zxVV-000ISd-NP; Thu, 18 Sep 2003 13:03:33 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.22) id 19zxVT-00048M-1t; Thu, 18 Sep 2003 13:03:31 +0100 Date: Thu, 18 Sep 2003 13:03:31 +0100 From: Ceri Davies To: Martin Heinen Message-ID: <20030918120330.GF389@submonkey.net> Mail-Followup-To: Ceri Davies , Martin Heinen , doc@FreeBSD.org References: <200309120920.h8C9KGZ8091585@freefall.freebsd.org> <20030912093107.GH635@unixpages.org> <20030912093846.GK76802@submonkey.net> <20030912103331.GA388@FreeBSD.org> <20030912111813.GA75659@submonkey.net> <20030912141126.GC1068@daemon.li> <20030917220923.GA7765@submonkey.net> <20030918020013.A44901@sumuk.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0rSojgWGcpz+ezC3" Content-Disposition: inline In-Reply-To: <20030918020013.A44901@sumuk.de> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: doc@FreeBSD.org Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 12:03:37 -0000 --0rSojgWGcpz+ezC3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 18, 2003 at 02:00:14AM +0200, Martin Heinen wrote: >=20 > Most books put the index after the glossary. Also, we could > move the index out of the appendices and end up with something > like the following: >=20 > > > > > > > > > > &chap.colophon; > > Looks good to me; I've made those changes in my patch. Anyone else before I commit this? Ceri --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --0rSojgWGcpz+ezC3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/aZ8SocfcwTS3JF8RAh7pAJ4n1L2U2f4UoJj4RKyYx/1hVcVvGACdHFYd 2l/hJkSLfkPjMl1Za/oe1/I= =5Zug -----END PGP SIGNATURE----- --0rSojgWGcpz+ezC3-- From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 06:19:23 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DFC16A4B3; Thu, 18 Sep 2003 06:19:23 -0700 (PDT) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id D585043FDF; Thu, 18 Sep 2003 06:19:22 -0700 (PDT) (envelope-from hmp@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1072) id 050BE2105E; Thu, 18 Sep 2003 06:19:21 -0700 (PDT) Date: Thu, 18 Sep 2003 06:19:21 -0700 From: Hiten Pandya To: Doug Barton Message-ID: <20030918131921.GA71722@perrin.nxad.com> References: <20030914235034.GA19994@perrin.nxad.com> <20030915074941.GA393@FreeBSD.org> <20030918023032.Q4232@znfgre.qbhto.arg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030918023032.Q4232@znfgre.qbhto.arg> X-Operating-System: FreeBSD FreeBSD 4.7-STABLE User-Agent: Mutt/1.5.4i cc: doc@FreeBSD.ORG cc: "Simon L. Nielsen" Subject: Re: Big Patch Commit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 13:19:23 -0000 On Thu, Sep 18, 2003 at 02:32:53AM -0700, Doug Barton wrote: : We want double spaces after a . used as a full stop (at the end of a : sentence). When used as punctuation to indicate the end of an : abbreviation, the double space is not necessary, or desirable. : : At least this is how I understand it. :) Yes, that's correct. I might be committing this patch, provided that my mentor approves it. Ofcourse, I am going to make some corrections to it. Regards, -- Hiten Pandya hmp@FreeBSD.ORG From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 06:28:39 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D21E216A4B3; Thu, 18 Sep 2003 06:28:39 -0700 (PDT) Received: from bewilderbeast.blackhelicopters.org (bewilderbeast.blackhelicopters.org [198.22.63.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F7E43FB1; Thu, 18 Sep 2003 06:28:38 -0700 (PDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (mwlucas@localhost.blackhelicopters.org [127.0.0.1])h8IDalLw002261; Thu, 18 Sep 2003 09:36:47 -0400 (EDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost)h8IDalb2002260; Thu, 18 Sep 2003 09:36:47 -0400 (EDT) (envelope-from mwlucas) Date: Thu, 18 Sep 2003 09:36:47 -0400 From: "Michael W. Lucas" To: Bill Swingle Message-ID: <20030918133647.GA2188@bewilderbeast.blackhelicopters.org> References: <20030805104309.X21076@seekingfire.com> <20030917215819.GA64833@dub.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030917215819.GA64833@dub.net> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-5.0 required=4.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD-Security cc: doc@freebsd.org Subject: Re: Kerberos in the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 13:28:40 -0000 Bill, If you wander over to doc@ and repeat that statement, you will be mobbed by hordes of people with DocBook clue but no Kerberos clue. Hey, tell you what; I'll copy doc@ on this and save you the trouble. Brace yourself. :-) ==ml On Wed, Sep 17, 2003 at 02:58:19PM -0700, Bill Swingle wrote: > I've done a lot of work in the past year with heimdal krb5 on freebsd > and would love to help get this part of hte handbook updated. I'm > docbook-ignorant so I'm only good for content. If you or others are > interested, let's work together to get this chapter up to date. > > -Bill > > On Tue, Aug 05, 2003 at 10:43:09AM -0600, Tillman wrote: > > Is anyone currently working on updating the Kerberos documentation in > > the Handbook? if so, I'd like to help. If not, I'm hoping to find > > someone who can get me up to speed on the FreeBSD docbook extensions :-) > > > > -T > > > > > > -- > > "The truly paranoid administrator may wish to place motion detectors in > > the air ducts." > > - Practical UNIX & Internet Security, 2nd Edition > > _______________________________________________ > > freebsd-security@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-security > > To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org" > > -- > -=| Bill Swingle - > -=| Every message PGP signed > -=| PGP Fingerprint: C1E3 49D1 EFC9 3EE0 EA6E 6414 5200 1C95 8E09 0223 > -=| "Computers are useless. They can only give you answers" Pablo Picasso > > > -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org Today's chance of throwing it all away to start a goat farm: 41.8% http://www.BlackHelicopters.org/~mwlucas/ Absolute OpenBSD: http://www.AbsoluteOpenBSD.com/ From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 07:00:34 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D7916A4B3 for ; Thu, 18 Sep 2003 07:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B8F43FDD for ; Thu, 18 Sep 2003 07:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8IE0XFY063889 for ; Thu, 18 Sep 2003 07:00:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8IE0XKa063888; Thu, 18 Sep 2003 07:00:33 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 18 Sep 2003 07:00:33 -0700 (PDT) Resent-Message-Id: <200309181400.h8IE0XKa063888@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rudolf Cejka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6030216A4B3 for ; Thu, 18 Sep 2003 06:59:09 -0700 (PDT) Received: from kazi.fit.vutbr.cz (kazi.fit.vutbr.cz [147.229.8.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C0F43FB1 for ; Thu, 18 Sep 2003 06:59:07 -0700 (PDT) (envelope-from cejkar@fit.vutbr.cz) Received: from kazi.fit.vutbr.cz (localhost [127.0.0.1]) by kazi.fit.vutbr.cz (8.12.10/8.12.9) with ESMTP id h8IDx64F019104 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 18 Sep 2003 15:59:06 +0200 (CEST) Received: (from cejkar@localhost) by kazi.fit.vutbr.cz (8.12.10/8.12.5/Submit) id h8IDx5ux019103; Thu, 18 Sep 2003 15:59:05 +0200 (CEST) Message-Id: <200309181359.h8IDx5ux019103@kazi.fit.vutbr.cz> Date: Thu, 18 Sep 2003 15:59:05 +0200 (CEST) From: Rudolf Cejka To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/56981: man terminfo(5) from libncurses does not display correctly X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rudolf Cejka List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 14:00:34 -0000 >Number: 56981 >Category: docs >Synopsis: man terminfo(5) from libncurses does not display correctly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 18 07:00:32 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Rudolf Cejka >Release: FreeBSD 5.1-RELEASE i386 >Organization: FIT, Brno University of Technology, Czech Republic >Environment: FreeBSD 5.1-RELEASE (I think that -current too). >Description: If I do "man terminfo" on FreeBSD 5.1, /usr/bin/tbl produces many errors: Formatting page, please wait.../usr/bin/tbl: :155: excess data entry `-' discarded /usr/bin/tbl::155: excess data entry `-' discarded /usr/bin/tbl::155: excess data entry `YB-G-' discarded ... The resulting table with capabilities names and descriptions on the page is then almost unreadable. It is much better in 4.x. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 07:37:41 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C9C16A4B3; Thu, 18 Sep 2003 07:37:41 -0700 (PDT) Received: from mail.seekingfire.com (coyote.seekingfire.com [24.72.10.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFFD743F3F; Thu, 18 Sep 2003 07:37:40 -0700 (PDT) (envelope-from tillman@seekingfire.com) Received: from blues.seekingfire.prv (blues.seekingfire.prv [192.168.23.211]) by mail.seekingfire.com (Postfix) with ESMTP id DD30886; Thu, 18 Sep 2003 08:37:39 -0600 (CST) Received: (from tillman@localhost) by blues.seekingfire.prv (8.11.6/8.11.6) id h8IEbds13167; Thu, 18 Sep 2003 08:37:39 -0600 Date: Thu, 18 Sep 2003 08:37:39 -0600 From: Tillman Hodgson To: FreeBSD-Security Message-ID: <20030918083739.D12797@seekingfire.com> References: <20030805104309.X21076@seekingfire.com> <20030917215819.GA64833@dub.net> <20030918133647.GA2188@bewilderbeast.blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030918133647.GA2188@bewilderbeast.blackhelicopters.org>; from mwlucas@blackhelicopters.org on Thu, Sep 18, 2003 at 09:36:47AM -0400 X-Urban-Legend: There is lots of hidden information in headers cc: doc@freebsd.org Subject: Re: Kerberos in the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 14:37:42 -0000 On Thu, Sep 18, 2003 at 09:36:47AM -0400, Michael W. Lucas wrote: > Bill, > > If you wander over to doc@ and repeat that statement, you will be > mobbed by hordes of people with DocBook clue but no Kerberos clue. > > Hey, tell you what; I'll copy doc@ on this and save you the trouble. > Brace yourself. :-) Howdy Michael, This actually occurred a short while ago - the handbook has been updated. I've to do more Kerberos documentation, going more in-depth and covering more than the Heimdal in the base installation, but I don't think that the Handbook is the right vehicle for that. If Bill is interested I'd like to figure out what the right vehicle is do some collaborative work. -T (Loved your _Absolute BSD_ book, BTW. It needs a name tag page though so co-workers will stop "borrowing" it permanently) -- "A computer is like an Old Testament god, with a lot of rules and no mercy." - Joseph Campbell From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 09:45:28 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34A216A4F0 for ; Thu, 18 Sep 2003 09:45:28 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D0D43FDD for ; Thu, 18 Sep 2003 09:45:25 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from pc3-cdif2-5-cust222.cdif.cable.ntl.com ([81.101.152.222] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.22) id 1A01uG-0000MJ-Q5 for doc@FreeBSD.org; Thu, 18 Sep 2003 17:45:24 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.22) id 1A01uE-0004tN-OH for doc@FreeBSD.org; Thu, 18 Sep 2003 17:45:22 +0100 Date: Thu, 18 Sep 2003 17:45:22 +0100 From: Ceri Davies To: doc@FreeBSD.org Message-ID: <20030918164522.GH389@submonkey.net> Mail-Followup-To: Ceri Davies , doc@FreeBSD.org References: <200309120920.h8C9KGZ8091585@freefall.freebsd.org> <20030912093107.GH635@unixpages.org> <20030912093846.GK76802@submonkey.net> <20030912103331.GA388@FreeBSD.org> <20030912111813.GA75659@submonkey.net> <20030912141126.GC1068@daemon.li> <20030917220923.GA7765@submonkey.net> <20030918020013.A44901@sumuk.de> <20030918120330.GF389@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UTZ8bGhNySVQ9LYl" Content-Disposition: inline In-Reply-To: <20030918120330.GF389@submonkey.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 16:45:29 -0000 --UTZ8bGhNySVQ9LYl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 18, 2003 at 01:03:31PM +0100, Ceri Davies wrote: > On Thu, Sep 18, 2003 at 02:00:14AM +0200, Martin Heinen wrote: > >=20 > > Most books put the index after the glossary. Also, we could > > move the index out of the appendices and end up with something > > like the following: > >=20 > > > > > > > > > > > > > > > &chap.colophon; > > > >=20 > Looks good to me; I've made those changes in my patch. >=20 > Anyone else before I commit this? I have now committed this; please help to fill it in. The current entries should give a pointer on how to do it. Ceri --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --UTZ8bGhNySVQ9LYl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/aeEiocfcwTS3JF8RAg0yAJ9qohGg2M8zQXrZEABmZqb6fckEcACgmTwO o7lOETSUY3BBCmjtEVSaJ2s= =klZg -----END PGP SIGNATURE----- --UTZ8bGhNySVQ9LYl-- From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 09:50:38 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A16516A4B3; Thu, 18 Sep 2003 09:50:38 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C679D43FDD; Thu, 18 Sep 2003 09:50:35 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h8IGoWlZ034024; Thu, 18 Sep 2003 18:50:32 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h8IGne08002838; Thu, 18 Sep 2003 18:49:40 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h8IGndEj002837; Thu, 18 Sep 2003 18:49:40 +0200 (CEST) (envelope-from marc) Date: Thu, 18 Sep 2003 18:49:39 +0200 From: Marc Fonvieille To: Ceri Davies , doc@FreeBSD.org Message-ID: <20030918164939.GB576@nosferatu.blackend.org> References: <200309120920.h8C9KGZ8091585@freefall.freebsd.org> <20030912093107.GH635@unixpages.org> <20030912093846.GK76802@submonkey.net> <20030912103331.GA388@FreeBSD.org> <20030912111813.GA75659@submonkey.net> <20030912141126.GC1068@daemon.li> <20030917220923.GA7765@submonkey.net> <20030918020013.A44901@sumuk.de> <20030918120330.GF389@submonkey.net> <20030918164522.GH389@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <20030918164522.GH389@submonkey.net> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 16:50:38 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 18, 2003 at 05:45:22PM +0100, Ceri Davies wrote: >=20 > I have now committed this; please help to fill it in. > The current entries should give a pointer on how to do it. > Maybe /usr/src/share/dict/freebsd comes with some canditates. Marc --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/aeIi81T1MWxkgcoRAthaAJ4qSVTbhrk6t9csCdtx9w3eLfGcsACfbtFl iCkGs8haHtDBFDRjZBZY4JQ= =DPtA -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 11:11:21 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63A3C16A4B3; Thu, 18 Sep 2003 11:11:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59E443FE0; Thu, 18 Sep 2003 11:11:20 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8IIBKFY046945; Thu, 18 Sep 2003 11:11:20 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8IIBK35046931; Thu, 18 Sep 2003 11:11:20 -0700 (PDT) (envelope-from ceri) Date: Thu, 18 Sep 2003 11:11:20 -0700 (PDT) From: Ceri Davies Message-Id: <200309181811.h8IIBK35046931@freefall.freebsd.org> To: j.el-rayes@daemon.li, ceri@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:11:21 -0000 Synopsis: [patch] artciles/pr-guidelines: explain meaning of MFC State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Thu Sep 18 11:10:21 PDT 2003 State-Changed-Why: A new FreeBSD specific glossary has been added; this simply needs fleshing out before being added to the default build. http://www.freebsd.org/cgi/query-pr.cgi?pr=56729 From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 15:46:00 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D10516A4B3 for ; Thu, 18 Sep 2003 15:46:00 -0700 (PDT) Received: from curee3.eerc.berkeley.edu (curee3.EERC.Berkeley.EDU [128.32.145.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B5343FE0 for ; Thu, 18 Sep 2003 15:45:59 -0700 (PDT) (envelope-from jmwong@curee.org) Received: from curee3.eerc.berkeley.edu (localhost [127.0.0.1]) h8IMjxcM028381 for ; Thu, 18 Sep 2003 15:45:59 -0700 (PDT) (envelope-from jmwong@curee.org) Received: from localhost (jmwong@localhost)h8IMjxd5028378 for ; Thu, 18 Sep 2003 15:45:59 -0700 (PDT) X-Authentication-Warning: curee3.eerc.berkeley.edu: jmwong owned process doing -bs Date: Thu, 18 Sep 2003 15:45:59 -0700 (PDT) From: John-Michael Wong X-X-Sender: jmwong@curee3.eerc.berkeley.edu To: doc@freebsd.org Message-ID: <20030918153811.S28300@curee3.eerc.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Handbook Section 20.9 -- SMTP Authentication X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 22:46:00 -0000 Hi, I was going through Section 20.9 of the handbook for SMTP Authentication and noticed that it doesn't include some updated instructions about modifying the .mc files from http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51680 Thanks! -- John-Michael Wong Consortium of Universities for Research in Earthquake Engineering From owner-freebsd-doc@FreeBSD.ORG Thu Sep 18 18:21:05 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACECF16A4B3 for ; Thu, 18 Sep 2003 18:21:05 -0700 (PDT) Received: from grunt2.ihug.co.nz (grunt2.ihug.co.nz [203.109.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD9043FCB for ; Thu, 18 Sep 2003 18:21:04 -0700 (PDT) (envelope-from lee@whatson.org) Received: from 210-55-221-106.adsl.ihug.co.nz (lee) [210.55.221.106] by grunt2.ihug.co.nz with smtp (Exim 3.35 #1 (Debian)) id 1A09xF-0003KJ-00; Fri, 19 Sep 2003 13:21:01 +1200 Message-ID: <03fd01c37e4c$4741e160$0507a8c0@lee> From: "Lee Davies" To: Date: Fri, 19 Sep 2003 13:20:56 +1200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: advertising X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 01:21:05 -0000 Hi I was wondering if you would be interested in selling advertising from = your site. Just a small simple sponsored link at the bottom of your page = would be fine.=20 Please let me know Thanks Lee From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 04:52:20 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B71016A4C3 for ; Fri, 19 Sep 2003 04:52:20 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id E80A543FD7 for ; Fri, 19 Sep 2003 04:52:18 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from pc3-cdif2-5-cust222.cdif.cable.ntl.com ([81.101.152.222] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.22) id 1A0Jo9-000F7F-5v for doc@FreeBSD.org; Fri, 19 Sep 2003 12:52:17 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.22) id 1A0Jo5-000Eor-Ob for doc@FreeBSD.org; Fri, 19 Sep 2003 12:52:13 +0100 Date: Fri, 19 Sep 2003 12:52:13 +0100 From: Ceri Davies To: doc@FreeBSD.org Message-ID: <20030919115213.GR389@submonkey.net> Mail-Followup-To: Ceri Davies , doc@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GYaKytDE8aa4+VVK" Content-Disposition: inline X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies Subject: filename elements X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 11:52:20 -0000 --GYaKytDE8aa4+VVK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, I'm not advocating doing a sweep for this at all, but could I please suggest that if you're adding new content, or changing a line anyway, to use the class=3D"directory" attribute in applicable filename elements. Cheers, Ceri --=20 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR? Iniaes: Sure, I can accept all forms of payment. -- www.chatterboxchallenge.com --GYaKytDE8aa4+VVK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/au3tocfcwTS3JF8RAr8XAJ97umBwZ+3G0dkS3gKC9JAJ7Us4GACeMN3f ccSYVfulLM/lK8wwbfgXvJg= =oJrP -----END PGP SIGNATURE----- --GYaKytDE8aa4+VVK-- From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 13:41:38 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5294216A4B3; Fri, 19 Sep 2003 13:41:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C928E43F3F; Fri, 19 Sep 2003 13:41:37 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from freefall.freebsd.org (hmp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JKfbFY035672; Fri, 19 Sep 2003 13:41:37 -0700 (PDT) (envelope-from hmp@freefall.freebsd.org) Received: (from hmp@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8JKfbvi035668; Fri, 19 Sep 2003 13:41:37 -0700 (PDT) (envelope-from hmp) Date: Fri, 19 Sep 2003 13:41:37 -0700 (PDT) From: Hiten Pandya Message-Id: <200309192041.h8JKfbvi035668@freefall.freebsd.org> To: hmp@FreeBSD.org, freebsd-doc@FreeBSD.org, hmp@FreeBSD.org Subject: Re: docs/56911: Document for VOP_OPEN missing the last parameter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 20:41:38 -0000 Synopsis: Document for VOP_OPEN missing the last parameter Responsible-Changed-From-To: freebsd-doc->hmp Responsible-Changed-By: hmp Responsible-Changed-When: Fri Sep 19 13:41:18 PDT 2003 Responsible-Changed-Why: I will commit a fix shortly. http://www.freebsd.org/cgi/query-pr.cgi?pr=56911 From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 13:46:48 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B8116A4B3; Fri, 19 Sep 2003 13:46:48 -0700 (PDT) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE3D243FE3; Fri, 19 Sep 2003 13:46:47 -0700 (PDT) (envelope-from hmp@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1072) id 31EE92106D; Fri, 19 Sep 2003 13:46:47 -0700 (PDT) Date: Fri, 19 Sep 2003 13:46:47 -0700 From: Hiten Pandya To: Ceri Davies , doc@FreeBSD.org Message-ID: <20030919204647.GA826@perrin.nxad.com> References: <200309120920.h8C9KGZ8091585@freefall.freebsd.org> <20030912093107.GH635@unixpages.org> <20030912093846.GK76802@submonkey.net> <20030912103331.GA388@FreeBSD.org> <20030912111813.GA75659@submonkey.net> <20030912141126.GC1068@daemon.li> <20030917220923.GA7765@submonkey.net> <20030917221312.GB389@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20030917221312.GB389@submonkey.net> X-Operating-System: FreeBSD FreeBSD 4.7-STABLE User-Agent: Mutt/1.5.4i Subject: Re: docs/56729: [patch] artciles/pr-guidelines: explain meaning of MFC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 20:46:49 -0000 On Wed, Sep 17, 2003 at 11:13:12PM +0100, Ceri Davies wrote: : For those who want to see what this looks like without building the handb= ook, : please see http://shrike.submonkey.net/~setantae/handbook/. Ceri, this definitely looks good, but I am unsure if the FreeBSD Handbook is the right place for this. On the other hand, it might be better for it to be in the FreeBSD Handbook, since it's gonna get printed, more people will understand the terms. Regards, --=20 Hiten Pandya hmp@FreeBSD.ORG From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 14:50:19 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62F8916A4B3 for ; Fri, 19 Sep 2003 14:50:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED9443FAF for ; Fri, 19 Sep 2003 14:50:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JLoHFY054913 for ; Fri, 19 Sep 2003 14:50:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8JLoHgH054912; Fri, 19 Sep 2003 14:50:17 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 19 Sep 2003 14:50:17 -0700 (PDT) Resent-Message-Id: <200309192150.h8JLoHgH054912@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Pelleg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9478816A4B3 for ; Fri, 19 Sep 2003 14:42:28 -0700 (PDT) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A9A43FEC for ; Fri, 19 Sep 2003 14:42:27 -0700 (PDT) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.here (lank.wburn [192.168.3.41]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "gw.pelleg.org", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id 658C75A3A for ; Fri, 19 Sep 2003 17:42:22 -0400 (EDT) Received: by lank.here (Postfix, from userid 7675) id 4EA2A77E; Fri, 19 Sep 2003 17:42:20 -0400 (EDT) Message-Id: <20030919214220.4EA2A77E@lank.here> Date: Fri, 19 Sep 2003 17:42:20 -0400 (EDT) From: Dan Pelleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/57025: minor fixes to handbook: linux emulation for MATLAB X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Pelleg List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 21:50:19 -0000 >Number: 57025 >Category: docs >Synopsis: minor fixes to handbook: linux emulation for MATLAB >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 19 14:50:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dan Pelleg >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: >Environment: System: FreeBSD l 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #5: Tue Sep 16 20:15:41 EDT 2003 d@p:/L i386 >Description: Minor corrections and additions to linuxemu-matlab. Java run-time fixes. >How-To-Repeat: >Fix: --- en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml.orig Fri Sep 19 16:22:53 2003 +++ en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml Fri Sep 19 17:36:24 2003 @@ -694,6 +694,12 @@ url="http://www.mathworks.com">. Make sure you also get the license file or instructions how to create it. + The Mathworks claim that they "will decide if &os distributions + will be supported in future versions of + MATLAB". Help them decide by requesting a + native &os version at . + Installing &matlab; @@ -808,6 +814,12 @@ &prompt.root; /usr/local/etc/rc.d/flexlm.sh start + + Fix the &java; run-time link to be one + that works under &os: + &prompt.root; cd $MATLAB/sys/java/jre/glnx86/ +&prompt.root; unlink jre; ln -s ./jre1.1.8 ./jre + @@ -837,11 +849,12 @@ At this point you are ready to type matlab and start using it. Note that the version of &java; shipped with - &matlab; does not work under - &os;. Therefore you will have to start - &matlab; with either the - or the - switch. + &matlab; does not work well under + &os;. It will make it hard to quit &matlab; + and you will have to kill -9 it. If you don't use + &java; at all, you can avoid this nuisance + by starting &matlab; with the + switch. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 16:50:12 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A537B16A4B3 for ; Fri, 19 Sep 2003 16:50:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E3CA43FEC for ; Fri, 19 Sep 2003 16:50:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JNoBFY092067 for ; Fri, 19 Sep 2003 16:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8JNoARx092066; Fri, 19 Sep 2003 16:50:10 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 19 Sep 2003 16:50:10 -0700 (PDT) Resent-Message-Id: <200309192350.h8JNoARx092066@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Weisgerber Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C7B16A4BF for ; Fri, 19 Sep 2003 16:44:14 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2889C43FE1 for ; Fri, 19 Sep 2003 16:44:13 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 1A0Uv5-0006nS-05; Sat, 20 Sep 2003 01:44:11 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h8JMpnMg044896 for ; Sat, 20 Sep 2003 00:51:49 +0200 (CEST) (envelope-from naddy@localhost.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h8JMpnjr044895; Sat, 20 Sep 2003 00:51:49 +0200 (CEST) (envelope-from naddy) Message-Id: <200309192251.h8JMpnjr044895@kemoauc.mips.inka.de> Date: Sat, 20 Sep 2003 00:51:49 +0200 (CEST) From: Christian Weisgerber To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/57027: timed.8 nits X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Weisgerber List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 23:50:12 -0000 >Number: 57027 >Category: docs >Synopsis: timed.8 nits >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 Sep 19 16:50:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.1-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Sep 9 21:32:51 CEST 2003 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha >Description: The patch below marks the -i and -n options as mutually exclusive in the synopsis line and fixes various mdoc formatting nits. >From OpenBSD. >How-To-Repeat: >Fix: Index: timed.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/timed/timed/timed.8,v retrieving revision 1.13 diff -u -r1.13 timed.8 --- timed.8 14 Jul 2002 14:46:33 -0000 1.13 +++ timed.8 19 Sep 2003 22:36:08 -0000 @@ -41,8 +41,10 @@ .Sh SYNOPSIS .Nm .Op Fl dtM -.Op Fl i Ar network -.Op Fl n Ar network +.Xo +.Oo Fl i Ar network No \&| +.Fl n Ar network Oc +.Xc .Op Fl F Ar host ... .Sh DESCRIPTION The @@ -208,15 +210,17 @@ interrupts disabled. This means that the clock stops while they are printing. A machine with many disk or network hardware problems and consequent -messages cannot keep good time by itself. Each message typically causes -the clock to lose a dozen milliseconds. A time daemon can -correct the result. +messages cannot keep good time by itself. +Each message typically causes +the clock to lose a dozen milliseconds. +A time daemon can correct the result. .Pp Messages in the system log about machines that failed to respond usually indicate machines that crashed or were turned off. Complaints about machines that failed to respond to initial time -settings are often associated with "multi-homed" machines -that looked for time masters on more than one network and eventually +settings are often associated with +.Dq multi-homed +machines that looked for time masters on more than one network and eventually chose to become a slave on the other network. .Sh WARNINGS Temporal chaos will result if two or more time daemons attempt @@ -232,21 +236,24 @@ .Pp The protocol is based on .Tn UDP/IP -broadcasts. All machines within -the range of a broadcast that are using the +broadcasts. +All machines within the range of a broadcast that are using the .Tn TSP protocol must cooperate. There cannot be more than a single administrative domain using the .Fl F flag among all machines reached by a broadcast packet. Failure to follow this rule is usually indicated by complaints concerning -"untrusted" machines in the system log. +.Dq untrusted +machines in the system log. .Sh FILES .Bl -tag -width /var/log/timed.masterlog -compact .It Pa /var/log/timed.log -tracing file for timed +tracing file for +.Nm .It Pa /var/log/timed.masterlog -log file for master timed +log file for master +.Nm .El .Sh SEE ALSO .Xr date 1 , >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 19:25:47 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F0016A4B3 for ; Fri, 19 Sep 2003 19:25:47 -0700 (PDT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A14943FDF for ; Fri, 19 Sep 2003 19:25:47 -0700 (PDT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id 01CD52BC02 for ; Sat, 20 Sep 2003 12:25:45 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 645FF518ED; Sat, 20 Sep 2003 11:55:42 +0930 (CST) Date: Sat, 20 Sep 2003 11:55:42 +0930 From: Greg 'groggy' Lehey To: Lee Davies Message-ID: <20030920022542.GK8406@wantadilla.lemis.com> References: <03fd01c37e4c$4741e160$0507a8c0@lee> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k9xkV0rc9XGsukaG" Content-Disposition: inline In-Reply-To: <03fd01c37e4c$4741e160$0507a8c0@lee> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: freebsd-doc@FreeBSD.ORG Subject: Re: advertising X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 02:25:47 -0000 --k9xkV0rc9XGsukaG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Friday, 19 September 2003 at 13:20:56 +1200, Lee Davies wrote: > Hi > I was wondering if you would be interested in selling advertising > from your site. Just a small simple sponsored link at the bottom of > your page would be fine. No, this is a completely non-commercial site. Greg Lehey FreeBSD Core Team -- See complete headers for address and phone numbers --k9xkV0rc9XGsukaG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/a7qmIubykFB6QiMRAttnAJ4vixHXL2+l4UlLwFjbkvb3gxi76QCdFKL+ vYXMcMpJ5jznkNgwCO1KZWQ= =Enrf -----END PGP SIGNATURE----- --k9xkV0rc9XGsukaG-- From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 20:20:22 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D6C16A4B3 for ; Fri, 19 Sep 2003 20:20:22 -0700 (PDT) Received: from cheap-domainregistration.com (host-66-81-29-15.rev.o1.com [66.81.29.15]) by mx1.FreeBSD.org (Postfix) with SMTP id D725843FDF for ; Fri, 19 Sep 2003 20:20:18 -0700 (PDT) (envelope-from dan@cheap-domainregistration.com) From: "Dan" To: Sender: "Dan" Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Fri, 19 Sep 2003 20:14:29 -0700 Content-Transfer-Encoding: 8bit Message-Id: <20030920032018.D725843FDF@mx1.FreeBSD.org> Subject: Question about uni-bayreuth.de X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 03:20:22 -0000 I emailed you some time ago regarding our site and am wondering if you had time to get to it. I saw that you mention alldomains.com on your page http://btcips73x1.cip.uni-bayreuth.de/gallery/cgallery.html and am wondering if you would like to do a link exhange with my site, www.Cheap-DomainRegistration.com . We are building a free link directory and think that your site would be a great contribution. You may submit your site at http://www.cheap-domainregistration.com/cgi-bin/links/add.cgi . Please email me if you have any questions. Thanks, Dan freebsd-doc@FreeBSD.ORG From owner-freebsd-doc@FreeBSD.ORG Fri Sep 19 20:20:30 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6566016A4C0 for ; Fri, 19 Sep 2003 20:20:30 -0700 (PDT) Received: from cheap-domainregistration.com (host-66-81-29-15.rev.o1.com [66.81.29.15]) by mx1.FreeBSD.org (Postfix) with SMTP id DE51443FB1 for ; Fri, 19 Sep 2003 20:20:24 -0700 (PDT) (envelope-from dan@cheap-domainregistration.com) From: "Dan" To: Sender: "Dan" Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Fri, 19 Sep 2003 20:14:35 -0700 Content-Transfer-Encoding: 8bit Message-Id: <20030920032024.DE51443FB1@mx1.FreeBSD.org> Subject: Question about freebsdchina.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 03:20:30 -0000 I emailed you some time ago regarding our site and am wondering if you had time to get to it. I saw that you mention alldomains.com on your page http://mirror.freebsdchina.org/ru/gallery/cgallery.html and am wondering if you would like to do a link exhange with my site, www.Cheap-DomainRegistration.com . We are building a free link directory and think that your site would be a great contribution. You may submit your site at http://www.cheap-domainregistration.com/cgi-bin/links/add.cgi . Please email me if you have any questions. Thanks, Dan doc@FreeBSD.org From owner-freebsd-doc@FreeBSD.ORG Sat Sep 20 00:08:51 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9437416A4B3 for ; Sat, 20 Sep 2003 00:08:51 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF4043FCB for ; Sat, 20 Sep 2003 00:08:49 -0700 (PDT) (envelope-from mat@FreeBSD.org) Received: by mx3.absolight.com (Postfix, from userid 1007) id 4AB692A31; Sat, 20 Sep 2003 09:08:48 +0200 (CEST) X-Original-To: doc@freebsd.org Received: from cmantatzi.in.t-online.fr (cmantatzi.in.t-online.fr [213.44.126.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx3.absolight.com (Postfix) with ESMTP id DF93B2A2A; Sat, 20 Sep 2003 09:08:47 +0200 (CEST) Date: Sat, 20 Sep 2003 09:08:40 +0200 From: Mathieu Arnold To: FreeBSD Database Message-ID: <4378941.1064048920@cmantatzi.in.t-online.fr> In-Reply-To: <20030920070523.GN5474@complx.LF.net> References: <20030919064013.GL5474@complx.LF.net> <200309192147.h8JLl8HK006231@siralan.org> <20030920070523.GN5474@complx.LF.net> X-Mailer: Mulberry/3.1.0b7 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========D97958354587AEE29C2C==========" cc: doc@freebsd.org Subject: Re: Oracle and Sybase on FreeBSD... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 07:08:51 -0000 --==========D97958354587AEE29C2C========== Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +-le 20/09/03 09:05 +0200, Kurt Jaeger =E9crivait : | Hi! |=20 |> > http://www.shadowcom.net/freebsd-oracle9i/ |=20 |> > is about 9i and looks very promising. |=20 |> shadowcom.net is unavailable to me, but a nearly complete copy of the web |> page is cached at www.google.com. I searched for "FreeBSD Oracle 9i |> shadowcom" and it was near the top. |>=20 |> I haven't tried it (yet). |=20 | shadowcom.net is back online (for now?) Maybe this could get it's place in the handbook ? --=20 Mathieu Arnold --==========D97958354587AEE29C2C========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (MingW32) iD8DBQE/a/z9qYYpzGz/vmcRAhm6AJ9CpAiD0pJ0UKJ6f6xVPgM0HMVRlwCglNM1 XDYE+CTZhF1AQjx+QDZEJjY= =AYhn -----END PGP SIGNATURE----- --==========D97958354587AEE29C2C==========-- From owner-freebsd-doc@FreeBSD.ORG Sat Sep 20 00:15:47 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B50716A4B3; Sat, 20 Sep 2003 00:15:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE7E43FBD; Sat, 20 Sep 2003 00:15:46 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8K7FkFY031881; Sat, 20 Sep 2003 00:15:46 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8K7FkBF031877; Sat, 20 Sep 2003 00:15:46 -0700 (PDT) (envelope-from blackend) Date: Sat, 20 Sep 2003 00:15:46 -0700 (PDT) From: Marc Fonvieille Message-Id: <200309200715.h8K7FkBF031877@freefall.freebsd.org> To: blackend@FreeBSD.org, freebsd-doc@FreeBSD.org, blackend@FreeBSD.org Subject: Re: docs/57025: minor fixes to handbook: linux emulation for MATLAB X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 07:15:47 -0000 Synopsis: minor fixes to handbook: linux emulation for MATLAB Responsible-Changed-From-To: freebsd-doc->blackend Responsible-Changed-By: blackend Responsible-Changed-When: Sat Sep 20 00:15:22 PDT 2003 Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=57025