From owner-freebsd-doc@FreeBSD.ORG Sun Aug 21 15:20:12 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 490BC16A420 for ; Sun, 21 Aug 2005 15:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ACF343D72 for ; Sun, 21 Aug 2005 15:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7LFK7hK072852 for ; Sun, 21 Aug 2005 15:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LFK7e7072838; Sun, 21 Aug 2005 15:20:07 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 15:20:07 GMT Resent-Message-Id: <200508211520.j7LFK7e7072838@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, garys@opusnet.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47FA516A420 for ; Sun, 21 Aug 2005 15:12:06 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED53043D45 for ; Sun, 21 Aug 2005 15:12:05 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A9C4FCF00CA; Sun, 21 Aug 2005 08:12:04 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j7LFDQ4F032205 for ; Sun, 21 Aug 2005 08:13:26 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j7LFDLen032204; Sun, 21 Aug 2005 08:13:21 -0700 (PDT) (envelope-from garys@opusnet.com) Message-Id: Date: Sun, 21 Aug 2005 08:13:21 -0700 From: "Gary W. Swearingen" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: docs/85187: find(1) manpage missing block info for -ls X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: garys@opusnet.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 15:20:12 -0000 >Number: 85187 >Category: docs >Synopsis: find(1) manpage missing block info for -ls >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: Sun Aug 21 15:20:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 5.4-RELEASE i386 >Organization: none >Environment: n/a >Description: 1) Manpage find(1) -ls description says "size in 512-byte blocks", where it should have "number of 512-byte file system blocks used". 2) It says "ls -dgils." where it should say "ls -dgils, when the environment has BLOCKSIZE=512". 3) It says "identical" where it should say "identical (excepting whitespace)". >How-To-Repeat: $ sh -c 'BLOCKSIZE=k ls -dgils /boot/kernel/kernel' 12259 3504 -r-xr-xr-x 1 root wheel 3569441 Jul 24 10:15 /boot/kernel/kernel $ find /boot/kernel/ -name kernel -ls 12259 7008 -r-xr-xr-x 1 root wheel 3569441 Jul 24 10:15 /boot/kernel/kernel $ sh -c 'BLOCKSIZE=512 ls -dgils /boot/kernel/kernel' 12259 7008 -r-xr-xr-x 1 root wheel 3569441 Jul 24 10:15 /boot/kernel/kernel >Fix: --- find..orig.1 Sat Aug 20 22:50:51 2005 +++ find.1 Sat Aug 20 23:04:28 2005 @@ -421,16 +421,18 @@ .It Ic -ls This primary always evaluates to true. The following information for the current file is written to standard output: -its inode number, size in 512-byte blocks, file permissions, number of hard +inode number, number of 512-byte file system blocks used, +file permissions, number of hard links, owner, group, size in bytes, last modification time, and pathname. If the file is a block or character special file, the major and minor numbers will be displayed instead of the size in bytes. If the file is a symbolic link, the pathname of the linked-to file will be -displayed preceded by +displayed, preceded by .Dq Li -> . -The format is identical to that produced by +The format is identical (excepting whitespace) to that produced by .Bk -words -.Nm ls Fl dgils . +.Nm ls Fl dgils , +when the environment has BLOCKSIZE=512. .Ek .It Ic -maxdepth Ar n Always true; descend at most >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Aug 21 15:20:13 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 5909916A420 for ; Sun, 21 Aug 2005 15:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF51F43D6D for ; Sun, 21 Aug 2005 15:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7LFK6KN072795 for ; Sun, 21 Aug 2005 15:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LFK6ra072794; Sun, 21 Aug 2005 15:20:06 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 15:20:06 GMT Resent-Message-Id: <200508211520.j7LFK6ra072794@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, garys@opusnet.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A374816A41F for ; Sun, 21 Aug 2005 15:11:51 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5328C43D46 for ; Sun, 21 Aug 2005 15:11:51 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A9B3FC700CA; Sun, 21 Aug 2005 08:11:47 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j7LFD9V7032197 for ; Sun, 21 Aug 2005 08:13:09 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j7LFD4vR032196; Sun, 21 Aug 2005 08:13:04 -0700 (PDT) (envelope-from garys@opusnet.com) Message-Id: <3rbr3rnx1b.r3r@mail.opusnet.com> Date: Sun, 21 Aug 2005 08:13:04 -0700 From: "Gary W. Swearingen" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: docs/85186: ktrace(1) manpage doesn't warn about need for KTRACE X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: garys@opusnet.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 15:20:14 -0000 >Number: 85186 >Category: docs >Synopsis: ktrace(1) manpage doesn't warn about need for KTRACE >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 Aug 21 15:20:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 5.4-RELEASE i386 >Organization: none >Environment: n/a >Description: 1) ktrace(1) manpage doesn't warn about need for KTRACE I'm basing that on KTRACE's comment in the Handbook: "ktrace(1) support" 2) It omits needed hyphens. 3) It uses redundant "as follows". >How-To-Repeat: >Fix: --- ktrace..orig.1 Sat Aug 20 14:42:44 2005 +++ ktrace.1 Sat Aug 20 14:49:53 2005 @@ -64,7 +64,7 @@ A traced process can generate enormous amounts of log data quickly; It is strongly suggested that users memorize how to disable tracing before attempting to trace a process. -The following command is sufficient to disable tracing on all user owned +The following command is sufficient to disable tracing on all user-owned processes, and, if executed by root, all processes: .Pp .Dl \&$ ktrace -C @@ -73,12 +73,16 @@ .Xr kdump 1 to decode it. .Pp -The options are as follows: +The utility should be used only with a kernel that has been built with the +.Dq KTRACE +option in the kernel configuration file. +.Pp +The options are: .Bl -tag -width indent .It Fl a Append to the trace file instead of recreating it. .It Fl C -Disable tracing on all user owned processes, and, if executed by root, all +Disable tracing on all user-owned processes, and, if executed by root, all processes in the system. .It Fl c Clear the trace points associated with the specified file or processes. @@ -160,7 +164,7 @@ # disable all tracing to the file "tracedata" .Dl $ ktrace -c -f tracedata .Pp -# disable tracing of all processes owned by the user +# disable tracing of all user-owned processes .Dl $ ktrace -C .Sh SEE ALSO .Xr kdump 1 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Aug 21 17:59:24 2005 Return-Path: X-Original-To: freebsd-doc@FreeBSD.org 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 D173416A41F for ; Sun, 21 Aug 2005 17:59:24 +0000 (GMT) (envelope-from kirubiru@hotpop.com) Received: from rs25s9.datacenter.cha.cantv.net (rs25s9.datacenter.cha.cantv.net [200.44.33.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA8743D45 for ; Sun, 21 Aug 2005 17:59:23 +0000 (GMT) (envelope-from kirubiru@hotpop.com) Received: from [201.249.217.148] (cnt-09-1168.ccs.ras.cantv.net [201.249.217.148]) by rs25s9.datacenter.cha.cantv.net (8.13.4/8.13.0/3.0) with ESMTP id j7LHxFxG016496 for ; Sun, 21 Aug 2005 13:59:16 -0400 X-Matched-Lists: [] Received: from 127.0.0.1 (AVG SMTP 7.0.338 [267.10.13]); Sun, 21 Aug 2005 14:00:03 -0400 Message-ID: <4308C120.6020801@hotpop.com> Date: Sun, 21 Aug 2005 14:00:00 -0400 From: k User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on rs25s9.datacenter.cha.cantv.net X-Virus-Status: Clean Cc: Subject: Document not found - http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/hardware.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 17:59:24 -0000 http://groups.yahoo.com/group/unix-basics/message/536?viscount=100 Bye. From owner-freebsd-doc@FreeBSD.ORG Sun Aug 21 20:04:30 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 1849316A41F for ; Sun, 21 Aug 2005 20:04:30 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 128F443D48 for ; Sun, 21 Aug 2005 20:04:28 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: (qmail 13508 invoked by uid 207); 21 Aug 2005 20:04:27 -0000 Received: from keramida@freebsd.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.98):. Processed in 0.375479 secs); 21 Aug 2005 20:04:27 -0000 Received: from dialup98.ach.sch.gr (HELO gothmog.gr) ([81.186.70.98]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 Aug 2005 20:04:26 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7LK4L95001072; Sun, 21 Aug 2005 23:04:21 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7LK4Knb001071; Sun, 21 Aug 2005 23:04:20 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Sun, 21 Aug 2005 23:04:20 +0300 From: Giorgos Keramidas To: k Message-ID: <20050821200420.GD839@gothmog.gr> References: <4308C120.6020801@hotpop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4308C120.6020801@hotpop.com> Cc: freebsd-doc@freebsd.org Subject: Re: Document not found - http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/hardware.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 20:04:30 -0000 On 2005-08-21 14:00, k wrote: > Subject: Document not found - > http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/hardware.html > > Linked from: > http://groups.yahoo.com/group/unix-basics/message/536?viscount=100 This is probably an old post to a mailing list/group and the link included there is broken. Try using this link instead: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/hardware.html Note that the "en_US.ISO8859-1" language code of the correct link does not contain an underscore after the "ISO" part. Regards, Giorgos From owner-freebsd-doc@FreeBSD.ORG Sun Aug 21 21:00:44 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 9559016A41F for ; Sun, 21 Aug 2005 21:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D331443D5A for ; Sun, 21 Aug 2005 21:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7LL0ced016139 for ; Sun, 21 Aug 2005 21:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LL0cG8016137; Sun, 21 Aug 2005 21:00:38 GMT (envelope-from gnats) Resent-Date: Sun, 21 Aug 2005 21:00:38 GMT Resent-Message-Id: <200508212100.j7LL0cG8016137@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, "Regis A. Despres" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD0A16A41F for ; Sun, 21 Aug 2005 20:54:59 +0000 (GMT) (envelope-from mad@cynique.org) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D5A43D48 for ; Sun, 21 Aug 2005 20:54:58 +0000 (GMT) (envelope-from mad@cynique.org) Received: from cynique.org (lon92-5-82-235-209-118.fbx.proxad.net [82.235.209.118]) by postfix4-1.free.fr (Postfix) with ESMTP id 50D39319E7E for ; Sun, 21 Aug 2005 22:54:58 +0200 (CEST) Received: by cynique.org (Postfix, from userid 1001) id 576F165C4; Sun, 21 Aug 2005 22:59:05 +0200 (CEST) Message-Id: <20050821205905.576F165C4@cynique.org> Date: Sun, 21 Aug 2005 22:59:05 +0200 (CEST) From: "Regis A. Despres" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85194: man ssh(1) -o description X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Regis A. Despres" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 21:00:44 -0000 >Number: 85194 >Category: docs >Synopsis: man ssh(1) -o description >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 21 21:00:38 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Regis A. Despres >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD cynique.org 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #2: Wed Dec 22 17:46:09 CET 2004 root@cynique.org:/usr/src/sys/i386/compile/MAD i386 >Description: Extract from man-page : SSH(1) FreeBSD General Commands Manual SSH(1) NAME ssh -- OpenSSH SSH client (remote login program) (snip) -o option Can be used to give options in the format used in the configura- tion file. This is useful for specifying options for which there is no separate command-line flag. For full details of the options listed below, and their possible values, see ssh_config(5). AddressFamily BatchMode BindAddress ChallengeResponseAuthentication CheckHostIP Cipher Ciphers ClearAllForwardings Compression CompressionLevel ConnectionAttempts ConnectionTimeout DynamicForward (snip) So let try a : $ssh -o ConnectionTimeout=5 localhost command-line: line 0: Bad configuration option: ConnectionTimeout >How-To-Repeat: >Fix: Lets do : $ssh -o ConnectTimeout=5 localhost The authenticity of host 'cynique.org (nnn.nnn.nnn.nnn)' can't be established. DSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx. Are you sure you want to continue connecting (yes/no)? Is this can help ? @@ -620,7 +620,7 @@ .It Compression .It CompressionLevel .It ConnectionAttempts -.It ConnectionTimeout +.It ConnectTimeout .It DynamicForward .It EscapeChar .It ForwardAgent >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Aug 21 23:58:32 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 7871216A41F; Sun, 21 Aug 2005 23:58:32 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EFC43D45; Sun, 21 Aug 2005 23:58:32 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7LNwW7M039720; Sun, 21 Aug 2005 23:58:32 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7LNwWU5039716; Sun, 21 Aug 2005 23:58:32 GMT (envelope-from keramida) Date: Sun, 21 Aug 2005 23:58:32 GMT From: Giorgos Keramidas Message-Id: <200508212358.j7LNwWU5039716@freefall.freebsd.org> To: keramida@FreeBSD.org, freebsd-doc@FreeBSD.org, keramida@FreeBSD.org Cc: Subject: Re: docs/69383: disklabel = bsdlabel in 5.X or later X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 23:58:32 -0000 Synopsis: disklabel = bsdlabel in 5.X or later Responsible-Changed-From-To: freebsd-doc->keramida Responsible-Changed-By: keramida Responsible-Changed-When: Sun Aug 21 23:57:25 GMT 2005 Responsible-Changed-Why: I'm currently running a search in manpages and the doc+www trees for references to "disklabel" that are still there. There have been several commits related to this PR already, so I don't expect to find too many "disklabel" references, but since I'll work on this grab the PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=69383 From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 00:10:19 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 6B53C16A41F for ; Mon, 22 Aug 2005 00:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF21A43D5C for ; Mon, 22 Aug 2005 00:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M0AIci044550 for ; Mon, 22 Aug 2005 00:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M0AIn9044549; Mon, 22 Aug 2005 00:10:18 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 00:10:18 GMT Message-Id: <200508220010.j7M0AIn9044549@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 00:10:19 -0000 The following reply was made to PR docs/85104; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, garys@opusnet.com Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version Date: Mon, 22 Aug 2005 02:07:04 +0200 Getting keyboard manpage seems to work as expected here: % man -w keyboard /usr/share/man/man4/keyboard.4.gz % man -wa keyboard /usr/share/man/man4/keyboard.4.gz /usr/X11R6/man/man4/keyboard.4x.gz Putting manpages from X11 into 4x was done exactly so there would be an easy way to get to them - see PR ports/25576. Could it be that you have misconfigured manpath.config or MANPATH variable set perhaps? From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 00:50:22 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 A79B816A41F for ; Mon, 22 Aug 2005 00:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B8D43D45 for ; Mon, 22 Aug 2005 00:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M0oM32046577 for ; Mon, 22 Aug 2005 00:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M0oMKN046576; Mon, 22 Aug 2005 00:50:22 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 00:50:22 GMT Message-Id: <200508220050.j7M0oMKN046576@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 00:50:22 -0000 The following reply was made to PR docs/85104; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: Dejan Lesjak Cc: bug-followup@freebsd.org, garys@opusnet.com Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version Date: Sun, 21 Aug 2005 17:43:55 -0700 Dejan Lesjak writes: > Getting keyboard manpage seems to work as expected here: > > % man -w keyboard > /usr/share/man/man4/keyboard.4.gz > > % man -wa keyboard > /usr/share/man/man4/keyboard.4.gz > /usr/X11R6/man/man4/keyboard.4x.gz > > Putting manpages from X11 into 4x was done exactly so there would be an easy > way to get to them - see PR ports/25576. > Could it be that you have misconfigured manpath.config or MANPATH variable set > perhaps? Neither (untouched "manpath.config", no MANPATH), but my PATH obviously doesn't work well with the installed "manpath.config". Of course I could fix this with manpath.config, but it seems like too much learning to make (normal?) users do, esp. without telling them about it, not even in the Handbook. Besides, I think "man path" stuff is OK; it SHOULD make the X11 manpage the default, since that's the keyboard I'm using. But there ought to be a way to get to the FreeBSD manpage without using a long pathname. But if it's too hard to implement, then the situation should just be noted in the docs somewhere. (I can think about that later if the manual system won't be "fixed".) I noticed the .4x. but it didn't occur to me to try "man 4x keyboard", since I thought the "4" was for "man4". But this doesn't help me because "man 4 keyboard" still brings up keyboard(4x) manpage. Thanks for looking into it. From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 01:10:16 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 0B93B16A41F for ; Mon, 22 Aug 2005 01:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B593D43D45 for ; Mon, 22 Aug 2005 01:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1AFUd051588 for ; Mon, 22 Aug 2005 01:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1AFHj051587; Mon, 22 Aug 2005 01:10:15 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 01:10:15 GMT Message-Id: <200508220110.j7M1AFHj051587@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:10:16 -0000 The following reply was made to PR docs/85104; it has been noted by GNATS. From: Giorgos Keramidas To: "Gary W. Swearingen" Cc: bug-followup@freebsd.org Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version Date: Mon, 22 Aug 2005 04:07:09 +0300 On 2005-08-22 00:50, "Gary W. Swearingen" wrote: >Dejan Lesjak writes: > >> Getting keyboard manpage seems to work as expected here: >> >> % man -w keyboard >> /usr/share/man/man4/keyboard.4.gz >> >> % man -wa keyboard >> /usr/share/man/man4/keyboard.4.gz >> /usr/X11R6/man/man4/keyboard.4x.gz >> >> Putting manpages from X11 into 4x was done exactly so there would be an easy >> way to get to them - see PR ports/25576. >> Could it be that you have misconfigured manpath.config or MANPATH variable set >> perhaps? > > Neither (untouched "manpath.config", no MANPATH), but my PATH obviously > doesn't work well with the installed "manpath.config". > > Of course I could fix this with manpath.config, but > it seems like too much learning to make (normal?) users do, esp. > without telling them about it, not even in the Handbook. The average Joe Random User has to learn about "apropos" and "man -k" though. This is the canonical way of looking for manpages related to a topic, and invoking either one of "apropos" or "man -k" shows there are two manpages: % giorgos@gothmog:/home/giorgos$ man -k ^keyboard % keyboard(4) - pc keyboard interface % keyboard(4x) - Keyboard input driver % giorgos@gothmog:/home/giorgos$ > I noticed the .4x. but it didn't occur to me to try "man 4x keyboard", > since I thought the "4" was for "man4". But this doesn't help me > because "man 4 keyboard" still brings up keyboard(4x) manpage. The correct way to bring up manpages of section XX is to use "man XX", so you shouldn't really expect to see keyboard(4x) by running: % man 4 keyboard The correct command: % man 4x keyboard pulls the correct manpage, so I don't see what the problem is :-/ From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 01:22:28 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 E49F616A420; Mon, 22 Aug 2005 01:22:28 +0000 (GMT) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius.uwa.edu.au (asclepius2.uwa.edu.au [130.95.128.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423D743D5E; Mon, 22 Aug 2005 01:22:24 +0000 (GMT) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from asclepius.kas (localhost.localdomain [127.0.0.1]) by asclepius.uwa.edu.au (Postfix) with SMTP id DB62218499D; Mon, 22 Aug 2005 09:22:22 +0800 (WST) Received: from asclepius (localhost.localdomain [127.0.0.1]) by asclepius.prekas (Postfix) with SMTP id D390B184BBA; Mon, 22 Aug 2005 09:22:22 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by asclepius.input (Postfix) with ESMTP id C6AC11848D3; Mon, 22 Aug 2005 09:22:22 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 2D68317E83; Mon, 22 Aug 2005 09:22:22 +0800 (WST) Received: from mussel.ucc.gu.uwa.edu.au (mussel.ucc.gu.uwa.edu.au [130.95.13.18]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id EFB4817E04; Mon, 22 Aug 2005 09:22:21 +0800 (WST) Received: from zanchey (helo=localhost) by mussel.ucc.gu.uwa.edu.au with local-esmtp (Exim 3.36 #1 (Debian)) id 1E7113-0008SQ-00; Mon, 22 Aug 2005 09:22:21 +0800 Date: Mon, 22 Aug 2005 09:22:21 +0800 (WST) From: David Adam To: "Regis A. Despres" In-Reply-To: <20050821205905.576F165C4@cynique.org> Message-ID: References: <20050821205905.576F165C4@cynique.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Info: Profile: Formal (260/050820) X-SpamTest-Info: Profile: Detect Hard [UCS 290904] X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking Spam - Subject (UCS) [02-08-04] X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: freebsd-doc@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/85194: man ssh(1) -o description X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:22:29 -0000 On Sun, 21 Aug 2005, Regis A. Despres wrote: > @@ -620,7 +620,7 @@ > .It Compression > .It CompressionLevel > .It ConnectionAttempts > -.It ConnectionTimeout > +.It ConnectTimeout > .It DynamicForward > .It EscapeChar > .It ForwardAgent A similar patch was applied in revision 1.185 of the file src/usr/bin/ssh/ssh.1 in the OpenBSD CVS tree. Until we sync up with them, I suggest we merge this patch. David Adam zanchey@ucc.gu.uwa.edu.au From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 01:30:29 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 0DFCD16A41F for ; Mon, 22 Aug 2005 01:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD0743D46 for ; Mon, 22 Aug 2005 01:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1USW6052150 for ; Mon, 22 Aug 2005 01:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1USQD052145; Mon, 22 Aug 2005 01:30:28 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 01:30:28 GMT Message-Id: <200508220130.j7M1USQD052145@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: David Adam Cc: Subject: Re: docs/85194: man ssh(1) -o description X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Adam List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:30:29 -0000 The following reply was made to PR docs/85194; it has been noted by GNATS. From: David Adam To: "Regis A. Despres" Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/85194: man ssh(1) -o description Date: Mon, 22 Aug 2005 09:22:21 +0800 (WST) On Sun, 21 Aug 2005, Regis A. Despres wrote: > @@ -620,7 +620,7 @@ > .It Compression > .It CompressionLevel > .It ConnectionAttempts > -.It ConnectionTimeout > +.It ConnectTimeout > .It DynamicForward > .It EscapeChar > .It ForwardAgent A similar patch was applied in revision 1.185 of the file src/usr/bin/ssh/ssh.1 in the OpenBSD CVS tree. Until we sync up with them, I suggest we merge this patch. David Adam zanchey@ucc.gu.uwa.edu.au From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 01:30:33 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 1EA1D16A41F for ; Mon, 22 Aug 2005 01:30:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDBD043D48 for ; Mon, 22 Aug 2005 01:30:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1UWsX052165 for ; Mon, 22 Aug 2005 01:30:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1UWuV052164; Mon, 22 Aug 2005 01:30:32 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 01:30:32 GMT Message-Id: <200508220130.j7M1UWuV052164@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:30:33 -0000 The following reply was made to PR docs/85104; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@freebsd.org, garys@opusnet.com Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version Date: Mon, 22 Aug 2005 03:23:47 +0200 Gary W. Swearingen wrote: > Neither (untouched "manpath.config", no MANPATH), but my PATH obviously > doesn't work well with the installed "manpath.config". Ah, I see now. Changing $PATH so that /usr/X11R6/bin comes in front changes the search order of manpages aswell: % echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/lesi/bin % man -w keyboard /usr/share/man/man4/keyboard.4.gz % echo $PATH /usr/X11R6/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/lesi/bin % man -w keyboard /usr/X11R6/man/man4/keyboard.4x.gz I could still argue though that changing PATH is as advanced as changing MANPATH, but it doesn't feel like it :) So with default PATH and man path, user should get FreeBSD keyboard manpage first and could explicitly specify 'man 4x keyboard' to get X11 manpage which is what ports/25576 was trying to address. But then again if you change PATH so X11 stuff is first perhaps it is expected to also get manpages for X11 first? You guys will know best in any case so I'll just stop theorizing :) From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 01:30:37 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 8626316A41F for ; Mon, 22 Aug 2005 01:30:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F8843D48 for ; Mon, 22 Aug 2005 01:30:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M1UbAV052212 for ; Mon, 22 Aug 2005 01:30:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M1Uado052210; Mon, 22 Aug 2005 01:30:36 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 01:30:36 GMT Message-Id: <200508220130.j7M1Uado052210@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 01:30:37 -0000 The following reply was made to PR docs/85104; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version Date: Sun, 21 Aug 2005 18:27:45 -0700 Giorgos Keramidas writes: > The average Joe Random User has to learn about "apropos" and "man -k" > though. This is the canonical way of looking for manpages related to a > topic, and invoking either one of "apropos" or "man -k" shows there are > two manpages: > > % giorgos@gothmog:/home/giorgos$ man -k ^keyboard > % keyboard(4) - pc keyboard interface > % keyboard(4x) - Keyboard input driver > % giorgos@gothmog:/home/giorgos$ OK, so JRU now knows about the two manpages. Show me what commands JRU uses to view each one (regardless of JRU's PATH value, I hope). But don't bother unless it's better than my awkward solution below. > The correct way to bring up manpages of section XX is to use "man XX", > so you shouldn't really expect to see keyboard(4x) by running: > > % man 4 keyboard > > The correct command: > > % man 4x keyboard > > pulls the correct manpage, so I don't see what the problem is :-/ The problem is that JRU might, and I do, get the keyboard(4x) manpage no matter which of your commands we use, and as you say we "shouldn't really expect to see keyboard(4x) by running: man 4 keyboard". The other problem is that in order to see keyboard(4), one might have to do all this and know enough to do it: $ man -wa keyboard /usr/X11R6/man/man4/keyboard.4x.gz /usr/share/man/man4/keyboard.4.gz $ man -M /usr/share/man keyboard From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 02:00:43 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 5BC8A16A41F for ; Mon, 22 Aug 2005 02:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEF143D46 for ; Mon, 22 Aug 2005 02:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M20g46054099 for ; Mon, 22 Aug 2005 02:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M20gIv054098; Mon, 22 Aug 2005 02:00:42 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 02:00:42 GMT Message-Id: <200508220200.j7M20gIv054098@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 02:00:43 -0000 The following reply was made to PR docs/85104; it has been noted by GNATS. From: Giorgos Keramidas To: "Gary W. Swearingen" Cc: bug-followup@freebsd.org Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version Date: Mon, 22 Aug 2005 04:50:13 +0300 On 2005-08-21 18:27, "Gary W. Swearingen" wrote: >Giorgos Keramidas writes: >> The average Joe Random User has to learn about "apropos" and "man -k" >> though. This is the canonical way of looking for manpages related to a >> topic, and invoking either one of "apropos" or "man -k" shows there are >> two manpages: >> >> % giorgos@gothmog:/home/giorgos$ man -k ^keyboard >> % keyboard(4) - pc keyboard interface >> % keyboard(4x) - Keyboard input driver >> % giorgos@gothmog:/home/giorgos$ > > OK, so JRU now knows about the two manpages. Show me what commands JRU > uses to view each one (regardless of JRU's PATH value, I hope). But > don't bother unless it's better than my awkward solution below. The default PATH makes sure that /usr/{bin,sbin} programs are searched before /usr/X11R6 and so are their manpages. The following commands should then bring up different manpages: % man 4 keyboard % man 4x keyboard >> The correct way to bring up manpages of section XX is to use "man XX", >> so you shouldn't really expect to see keyboard(4x) by running: >> >> % man 4 keyboard >> >> The correct command: >> >> % man 4x keyboard >> >> pulls the correct manpage, so I don't see what the problem is :-/ > > The problem is that JRU might, and I do, get the keyboard(4x) manpage > no matter which of your commands we use, and as you say we "shouldn't > really expect to see keyboard(4x) by running: man 4 keyboard". This particular JRU and you have probably changed PATH so that X11R6 is before /usr/bin and /usr/sbin. This is not a documentation bug or a bug of man(1), I'm afraid. > The other problem is that in order to see keyboard(4), one might have > to do all this and know enough to do it: > > $ man -wa keyboard > /usr/X11R6/man/man4/keyboard.4x.gz > /usr/share/man/man4/keyboard.4.gz > $ man -M /usr/share/man keyboard Exactly. Fiddling with PATH in non-standard ways comes with a cost, but not such a great cost. How difficult is it to use apropos(1), find out that there are multiple manpages and then use -M /path/to/man? IMHO, it's not too much to expect by someone who knows enough about PATH and changing its default value. Considering that -M is the very first option described in the man(1) manpage, it shouldn't be very difficult to find out how to locate and read manpages from arbitrary paths. - Giorgos From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 03:10:11 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 3E52016A41F for ; Mon, 22 Aug 2005 03:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E3E43D45 for ; Mon, 22 Aug 2005 03:10:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M3AArR068862 for ; Mon, 22 Aug 2005 03:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M3AA9l068861; Mon, 22 Aug 2005 03:10:10 GMT (envelope-from gnats) Date: Mon, 22 Aug 2005 03:10:10 GMT Message-Id: <200508220310.j7M3AA9l068861@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 03:10:11 -0000 The following reply was made to PR docs/85104; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: Dejan Lesjak Cc: bug-followup@freebsd.org Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version Date: Sun, 21 Aug 2005 20:10:48 -0700 Dejan Lesjak writes: > I could still argue though that changing PATH is as advanced as changing > MANPATH, but it doesn't feel like it :) > So with default PATH and man path, user should get FreeBSD keyboard manpage > first and could explicitly specify 'man 4x keyboard' to get X11 manpage which > is what ports/25576 was trying to address. It sounds like Giorgos is arguing the same way, so you outvote me. But don't you HAVE to change the default path after installing X11? I sure hope the ports system isn't messin' with my "profile". And where do we learn to put more-custom directories at the end of PATH instead of the beginning (where I think they belong)? The several examples of PATH setting in the Handbook show both theories (even within the same PATH), with mine favored, including: PATH=/usr/X11R6/bin:$PATH; (One theory is that more-custom directories should override less-custom ones so you can easily "replace" their programs; the other theory is that doing so makes it too easy to get unexpected custom behavior from less-custom programs.) > But then again if you change PATH so X11 stuff is first perhaps it is expected > to also get manpages for X11 first? Yes, but it's not expected (by me) to be so hard to display both manpages. But this will only waste a small amount of time for a small fraction of FreeBSD users, so it's no big deal. Suspend or close the PR. From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 03:25:25 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 8BF6916A41F for ; Mon, 22 Aug 2005 03:25:25 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9ADE43D45 for ; Mon, 22 Aug 2005 03:25:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a032.otenet.gr [212.205.215.32]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j7M3PHnk015779; Mon, 22 Aug 2005 06:25:18 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7M3PHBY008490; Mon, 22 Aug 2005 06:25:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7M3PHq3008489; Mon, 22 Aug 2005 06:25:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 22 Aug 2005 06:25:17 +0300 From: Giorgos Keramidas To: "Gary W. Swearingen" Message-ID: <20050822032517.GB8408@gothmog.gr> References: <200508220310.j7M3AA9l068861@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508220310.j7M3AA9l068861@freefall.freebsd.org> Cc: freebsd-doc@freebsd.org Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 03:25:25 -0000 On 2005-08-22 03:10, "Gary W. Swearingen" wrote: >Dejan Lesjak writes: >> I could still argue though that changing PATH is as advanced as >> changing MANPATH, but it doesn't feel [...] > > It sounds like Giorgos is arguing the same way, so you outvote me. > > But don't you HAVE to change the default path after installing X11? Not really. The default PATH (as set in /etc/login.conf) already includes /usr/X11R6/bin :-) > I sure hope the ports system isn't messin' with my "profile". That would be awful. > And where do we learn to put more-custom directories at the end of > PATH instead of the beginning (where I think they belong)? Nowhere, I guess. It's one of those things that you have to apply Common Sense(TM) to. For instance, on my Solaris workstation at work, where I really *MUST* use a local version of autoconf, automake and libtool (from /opt/autotools) and not the one that is part of the Sun Freeware collection (from /usr/sfw), I really *do* want /opt/autotools to be near the beginning of the PATH. That's something I found out by experimenting with various setups though. > The several examples of PATH setting in the Handbook show both > theories (even within the same PATH), with mine favored, including: > PATH=/usr/X11R6/bin:$PATH; > > (One theory is that more-custom directories should override less-custom > ones so you can easily "replace" their programs; the other theory is > that doing so makes it too easy to get unexpected custom behavior from > less-custom programs.) Unexpected behavior is, well, "unexpected" and should be avoided if possible. IMHO, it's rarely a good idea to prepend custom PATH entries that may happen to "shadow" some of the utilities of the standard path. What happens if you prepend /opt/foo to the default path that includes an "sh" binary that is an interpreter for language Foobar instead of a /bin/sh replacement and then you accidentally type "sh hello.sh"? :-) >> But then again if you change PATH so X11 stuff is first perhaps it is >> expected to also get manpages for X11 first? > > Yes, but it's not expected (by me) to be so hard to display both > manpages. > > But this will only waste a small amount of time for a small fraction > of FreeBSD users, so it's no big deal. Suspend or close the PR. Thanks. From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 03:26:29 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 F035B16A41F; Mon, 22 Aug 2005 03:26:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCF543D53; Mon, 22 Aug 2005 03:26:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7M3QT69069374; Mon, 22 Aug 2005 03:26:29 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7M3QTXf069370; Mon, 22 Aug 2005 03:26:29 GMT (envelope-from keramida) Date: Mon, 22 Aug 2005 03:26:29 GMT From: Giorgos Keramidas Message-Id: <200508220326.j7M3QTXf069370@freefall.freebsd.org> To: garys@opusnet.com, keramida@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 03:26:30 -0000 Synopsis: keyboard(4) manpage hides behind Xorg version State-Changed-From-To: open->closed State-Changed-By: keramida State-Changed-When: Mon Aug 22 03:25:48 GMT 2005 State-Changed-Why: Gary, who submitted this PR, says it's ok to close it. http://www.freebsd.org/cgi/query-pr.cgi?pr=85104 From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 10:10:31 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 8B04B16A41F for ; Mon, 22 Aug 2005 10:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E1B43D5F for ; Mon, 22 Aug 2005 10:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MAAHCU031175 for ; Mon, 22 Aug 2005 10:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MAAHcs031172; Mon, 22 Aug 2005 10:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 10:10:17 GMT Resent-Message-Id: <200508221010.j7MAAHcs031172@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, Alexandre Snarskii Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8017F16A41F for ; Mon, 22 Aug 2005 10:03:37 +0000 (GMT) (envelope-from snar@pf2.eltel.net) Received: from pf2.eltel.net (pf2.eltel.net [81.222.255.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD7243D45 for ; Mon, 22 Aug 2005 10:03:36 +0000 (GMT) (envelope-from snar@pf2.eltel.net) Received: from pf2.eltel.net (localhost [127.0.0.1]) by pf2.eltel.net (8.13.3/8.13.1) with ESMTP id j7MA3Y2A026277 for ; Mon, 22 Aug 2005 14:03:34 +0400 (MSD) (envelope-from snar@pf2.eltel.net) Received: (from root@localhost) by pf2.eltel.net (8.13.3/8.13.1/Submit) id j7MA3X5D026276; Mon, 22 Aug 2005 14:03:33 +0400 (MSD) (envelope-from snar) Message-Id: <200508221003.j7MA3X5D026276@pf2.eltel.net> Date: Mon, 22 Aug 2005 14:03:33 +0400 (MSD) From: Alexandre Snarskii To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85209: pfsync man page corrections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexandre Snarskii List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 10:10:31 -0000 >Number: 85209 >Category: docs >Synopsis: pfsync man page corrections >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 Aug 22 10:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexandre Snarskii >Release: FreeBSD 5.4-STABLE i386 >Organization: Eltel JSC >Environment: System: FreeBSD pf2.eltel.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Aug 20 14:59:12 MSD 2005 root@pf2.eltel.net:/usr/obj/usr/src/sys/PF i386 >Description: manual page for pfsync clearly states that: State change messages are sent out on the synchronisation interface using IP multicast packets. The protocol is IP protocol 240, PFSYNC, and the multicast group used is 224.0.0.240. but, for ip multicast to work - interface need to be configured with ip address. (I spent over one hour to recognise, why it does not works without ip address). Another place in pfsync man that should be upgraded is the next one: pf(4) must also be configured to allow pfsync and carp(4) traffic through. The following should be added to the top of /etc/pf.conf: pass quick on { sis2 } proto pfsync pass on { sis0 sis1 } proto carp keep state That's ok, but if the user then uncomments next example in /etc/pf.conf block in log all - carp packets will be blocked by firewall.. And, as they will be blocked, both firewalls will become master and this usually leads to NAT'ed sessions drop... So, i propose to rewrite next line in example pass on { sis0 sis1 } proto carp keep state as pass quick on { sis0 sis1 } proto carp keep state >How-To-Repeat: >Fix: Proposed changes is: after the phrase "The protocol is IP protocol 240, PFSYNC, and the multicast group used is 224.0.0.240." add note: "Note: for IP Multicast to work, syncronisation interface must be configured with IP address". Another change is to rewrite: pass on { sis0 sis1 } proto carp keep state as pass quick on { sis0 sis1 } proto carp keep state >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 11:00:47 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 9478716A41F for ; Mon, 22 Aug 2005 11:00:47 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4565F43D53 for ; Mon, 22 Aug 2005 11:00:47 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MB0lw8035737 for ; Mon, 22 Aug 2005 11:00:47 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MB0klV035731 for freebsd-doc@freebsd.org; Mon, 22 Aug 2005 11:00:46 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 22 Aug 2005 11:00:46 GMT Message-Id: <200508221100.j7MB0klV035731@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.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 11:00:47 -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 Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/24] docs/27605 doc Cross-document references () 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 [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/10/03] docs/72285 doc GCC manuals are out of sync o [2004/10/15] docs/72743 doc Porter's Handbook lacks info on using aut o [2004/10/19] docs/72897 doc ERRATA and RELNOTES are missing warnings o [2005/02/25] docs/78062 doc Sample Echo Pseudo-Device Driver for Free o [2005/02/27] docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more o [2005/04/07] docs/79658 doc Freebsd Handbook incorrect about ATAPI CD o [2005/04/13] docs/79857 doc manpage about ntp is wrong o [2005/05/10] docs/80843 doc [patch] Suggested doc fix for psm0 / hand o [2005/06/15] docs/82296 doc ttys(5) man page misleads about use for n o [2005/07/20] docs/83771 doc handbook/raid.html and atacontrol 15 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2000/07/19] docs/20028 doc ASCII docs should reflect tags o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string s [2001/06/03] docs/27843 doc [PATCH] make.conf WITH_* variables aren't 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/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/09] docs/33724 doc [patch] fix Handbook error about Advanced o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documented behaviour of SF_flags for non- 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/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/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/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong 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/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/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to 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/20] 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/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/08] docs/43823 doc [PATCH] update to environ(7) manpage 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/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format 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/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] docs/47594 doc [PATCH] passwd(5) incorrectly states allo o [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/08] docs/48101 doc There's no documentation on the fixit dis o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ 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/06/21] 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/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2004/01/08] docs/61070 doc handbook: Installation docs misleading: o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco f [2004/06/10] docs/67806 doc [patch] Let 5.x users know how to boot in o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/08/01] docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/16] docs/70555 doc [patch] changes to freebsd-glossary o [2004/09/10] docs/71555 doc how to run matlab on 5.2 o [2004/09/16] docs/71782 doc mount_nfs man page is a bit out of date f [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/11/06] docs/73583 doc [patch] add missing instructions to ndis( o [2004/11/07] docs/73638 doc ipfw(8): Clarify syntax for use of tables o [2004/11/08] docs/73679 doc FreeBSD 5.3 Release notes mention new nat o [2004/11/28] docs/74477 doc [patch] Correct several links in the cont o [2004/12/02] docs/74612 doc [patch] updates to the glossary o [2004/12/14] docs/75068 doc login.conf(5) manual page says nothing ab o [2004/12/28] docs/75577 doc typos in man3 manual pages, login_class.3 o [2005/01/05] docs/75865 doc comments on "backup-basics" in handbook o [2005/01/11] docs/76094 doc Incorrect statement about partition d o [2005/01/17] docs/76333 doc EOF indicator can be cleared by not only o [2005/01/20] docs/76515 doc missleading use of make -j flag in handbo o [2005/02/04] docs/77087 doc The bootvinum script given in the handboo o [2005/02/24] docs/78041 doc docs for md need further explanation of t o [2005/02/27] docs/78138 doc Error in pre-installation section of inst o [2005/03/01] docs/78240 doc Replace with around a # o [2005/03/02] docs/78275 doc Keyword size needs to be changed to lengt o [2005/03/06] docs/78479 doc SO_NOSIGPIPE socket option undocumented o [2005/03/06] docs/78480 doc Networked printer setup unnecessarily com o [2005/03/07] docs/78520 doc error in man(5) lpd.conf, lpd.perms pages o [2005/03/16] docs/78915 doc rfork()'s RFTHREAD is not documented o [2005/03/23] docs/79156 doc buffersize knob for sound(4) is a tunable o [2005/04/18] docs/80070 doc [patch] Wrong dbm_close return value desc o [2005/04/20] docs/80159 doc [patch] rtld(1) mentions "%m" but it's no o [2005/05/11] docs/80871 doc terminfo(5) man page source corrupted o [2005/06/01] docs/81776 doc ifconfig(8) man page not updated with car o [2005/06/10] docs/82114 doc Misisng ndisapi(9) manual page o [2005/06/21] docs/82481 doc tar/gtar man page mod request o [2005/06/22] docs/82508 doc misleading man page for basename/dirname o [2005/06/24] docs/82595 doc 25.5.3 Configuring a bridge section of th o [2005/06/29] docs/82779 doc [patch] Kill entry for ddb manpage o [2005/07/17] docs/83621 doc [patch]: Minor omissions in /usr/src/UPDA o [2005/07/24] docs/84021 doc Missing manpage on RELENG_6 o [2005/07/26] docs/84101 doc mt(1) manpage has erroneous synopsis, etc o [2005/07/27] docs/84154 doc Handbook somewhat off in use of /boot/ker o [2005/07/29] docs/84265 doc [patch] chmod(1) manpage omits implicatio o [2005/07/29] docs/84266 doc security(8) manpage should have init(8)'s o [2005/07/29] docs/84267 doc chflags(1) manual doesn't say it's affect o [2005/07/29] docs/84268 doc chmod(1) manpage's BUGS entry is either w o [2005/07/29] docs/84317 doc fdp-primer doesn't show class=USERNAME di o [2005/07/31] docs/84408 doc dump(8) manpage doesn't require an option o [2005/07/31] docs/84409 doc vinum-object-naming.html -v/-U typo o [2005/08/02] docs/84467 doc bsdlabel(8) manpage uses archaic "pack" i o [2005/08/02] docs/84485 doc [patch] apropos(1) manpage missing ENVIRO o [2005/08/03] docs/84509 doc Update some items at porters handbook abo o [2005/08/03] docs/84519 doc [patch] mdoc(7) manpage needs more about o [2005/08/04] docs/84538 doc sk(4) driver supports Marvell 88E800x chi o [2005/08/04] docs/84549 doc [patch] errno(2) manpage uses "<...>" for o [2005/08/06] docs/84620 doc [patch] xargs(1) manpage has "utility" an o [2005/08/07] docs/84645 doc intro(6) manpage should always be install o [2005/08/07] docs/84646 doc terminfo(5) manpage confuses man program. o [2005/08/08] docs/84670 doc [patch] tput(1) manpage missing ENVIRONME o [2005/08/09] docs/84704 doc bsdlabel(8) manpage has bad -m descriptio o [2005/08/10] docs/84764 doc [patch] hosts.equiv(5) manpage should SEE o [2005/08/10] docs/84765 doc [patch] ls(1) manpage doesn't describe bl o [2005/08/11] docs/84790 doc Error in SYSCALL_MODULE(9) manual page o [2005/08/11] docs/84806 doc mdoc(7) manpage has section ordering prob o [2005/08/12] docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdi o [2005/08/12] docs/84850 doc [patch] strspn(3) manpage description is o [2005/08/14] docs/84913 doc bsdlabel(8) manpage seems wrong about fsi o [2005/08/15] docs/84955 doc [patch] mdoc(7) manpage should mention mi o [2005/08/15] docs/84956 doc [patch] intro(5) manpage doesn't mention o [2005/08/15] docs/84961 doc [patch] Sync NDIS documentation with real o [2005/08/17] docs/85062 doc tr(1) manpage omits several character cla o [2005/08/17] docs/85063 doc expand(1) manpage needs to clarify -t opt o [2005/08/17] docs/85065 doc [patch] builtin(1) manpage Aug'05 cleanup o [2005/08/17] docs/85066 doc [patch] builtin(1) manpage has incomplete o [2005/08/18] docs/85095 doc -q option of route(8) relates to a 'chang o [2005/08/18] docs/85097 doc [patch] devd.conf.5 lacks a lot of vital o [2005/08/18] docs/85100 doc ICH audio device support statement is amb o [2005/08/19] docs/85103 doc sh(1) manpage doesn't contain the word "c o [2005/08/19] docs/85118 doc [PATCH] opiekey(1) references non-existin o [2005/08/19] docs/85127 doc loader(8) manpage uses too-rare "depurati o [2005/08/19] docs/85128 doc loader.conf autoboot_delay incompletly de o [2005/08/21] docs/85186 doc ktrace(1) manpage doesn't warn about need o [2005/08/21] docs/85187 doc find(1) manpage missing block info for -l o [2005/08/21] docs/85194 doc man ssh(1) -o description o [2005/08/22] docs/85209 doc pfsync man page corrections 194 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 12:14:55 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 9CB4C16A422 for ; Mon, 22 Aug 2005 12:14:55 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8209B43D5E for ; Mon, 22 Aug 2005 12:14:54 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from kaiser.sig11.org (82.50.115.26) by vsmtp4.tin.it (7.2.060.1) id 42E79F0D009A9B41 for freebsd-doc@freebsd.org; Mon, 22 Aug 2005 14:14:50 +0200 Received: by kaiser.sig11.org (Postfix, from userid 1000) id 29CBC633F; Mon, 22 Aug 2005 14:14:52 +0200 (CEST) Date: Mon, 22 Aug 2005 14:14:52 +0200 From: Matteo Riondato To: freebsd-doc@freebsd.org Message-ID: <20050822121452.GF941@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , freebsd-doc@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: ndis(4) not installed on amd64 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 12:14:55 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi folks, I noticed ndis(4) doesn't get installed on amd64 systems, while other ndis* man pages are. ndis(4) source is src/share/man/man4/man4.i386/ndis.4 . To solve this issue, ndis.4 should be moved to src/share/man/man4 and the attached patch should be applied to src/share/man/man4/Makefile. Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.diff" --- Makefile.old Mon Aug 22 14:10:59 2005 +++ Makefile Mon Aug 22 14:12:28 2005 @@ -161,6 +161,7 @@ natmip.4 \ ncr.4 \ ncv.4 \ + ${_ndis.4} \ netgraph.4 \ netintro.4 \ ng_async.4 \ @@ -432,6 +433,7 @@ MLINKS+=mem.4 kmem.4 MLINKS+=mn.4 if_mn.4 MLINKS+=my.4 if_my.4 +MLINKS+=ndis.4 if_ndis.4 MLINKS+=netintro.4 net.4 \ netintro.4 networking.4 MLINKS+=nge.4 if_nge.4 @@ -482,6 +484,8 @@ MLINKS+=xl.4 if_xl.4 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" +_ndis.4= ndis.4 +_if_ndis.4= if_ndis.4 _nve.4= nve.4 _if_nve.4= if_nve.4 .endif --ReaqsoxgOBHFXBhH-- From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 18:02:02 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 6608116A41F for ; Mon, 22 Aug 2005 18:02:02 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20CE543D46 for ; Mon, 22 Aug 2005 18:02:01 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: (qmail 10359 invoked from network); 22 Aug 2005 18:02:01 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Aug 2005 18:02:01 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B6494380; Mon, 22 Aug 2005 14:02:00 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-doc@freebsd.org From: Lowell Gilbert Date: 22 Aug 2005 14:02:00 -0400 Message-ID: <44slx1svdz.fsf@be-well.ilk.org> Lines: 74 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: problems building website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:02:02 -0000 I can't seem to build the www collection. The only faintly unusual thing I'm doing is using openjade, but that part seems to go fine. It's the installation of the documents that fails; apparently because it's trying to install the documents to the wrong directory. Can anyone explain what else I should be doing? I used the following script to do the build: ================================================================ mkdir -p /var/tmp/webbuild cd /var/tmp/webbuild || exit 1 if ! cvs -d /usr/scratch/scratch/ncvs -R co www doc ; then exit 1 fi echo cvsup okay cd /var/tmp/webbuild/www/en || exit 1 ENGLISH_ONLY=yes export ENGLISH_ONLY OPENJADE="yes" export OPENJADE make all || exit echo built okay cd /var/tmp/webbuild/www/en || exit 1 make DESTDIR=/usr/scratch/scratch/FreeBSD-Web-site install || exit 1 echo installed okay ================================================================ The output of the build ended with: ===> tutorials install -C -o lowell -g www -m 664 /var/tmp/webbuild/www/en/tutorials/index.html /usr/scratch/sc ratch/FreeBSD-Web-site/data/tutorials ===> doc ===> doc/articles ===> doc/articles/5-roadmap install -C -o lowell -g lowell -m 444 $(/usr/bin/xargs < HTML.manifest) /usr/scratch/scratch/Free BSD-Web-site install -C -o lowell -g lowell -m 444 docbook.css /usr/scratch/scratch/FreeBSD-Web-site install -C -o lowell -g lowell -m 444 article.html /usr/scratch/scratch/FreeBSD-Web-site install -C -o lowell -g lowell -m 444 docbook.css /usr/scratch/scratch/FreeBSD-Web-site ===> doc/articles/checkpoint install -C -o lowell -g lowell -m 444 $(/usr/bin/xargs < HTML.manifest) /usr/scratch/scratch/Free BSD-Web-site install -C -o lowell -g lowell -m 444 docbook.css /usr/scratch/scratch/FreeBSD-Web-site /bin/mkdir -p /usr/scratch/articles/checkpoint mkdir: /usr/scratch/articles: Permission denied *** Error code 1 Stop in /var/tmp/webbuild/doc/en_US.ISO8859-1/articles/checkpoint. *** Error code 1 Stop in /var/tmp/webbuild/doc/en_US.ISO8859-1/articles. *** Error code 1 Stop in /var/tmp/webbuild/doc/en_US.ISO8859-1. *** Error code 1 Stop in /var/tmp/webbuild/www/en/doc. *** Error code 1 Stop in /var/tmp/webbuild/www/en. From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 18:11:15 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 F06A016A41F for ; Mon, 22 Aug 2005 18:11:15 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DB843D53 for ; Mon, 22 Aug 2005 18:11:15 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id ED827119EB; Mon, 22 Aug 2005 20:11:13 +0200 (CEST) Date: Mon, 22 Aug 2005 20:11:13 +0200 From: "Simon L. Nielsen" To: Lowell Gilbert Message-ID: <20050822181113.GB853@zaphod.nitro.dk> References: <44slx1svdz.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <44slx1svdz.fsf@be-well.ilk.org> User-Agent: Mutt/1.5.9i Cc: freebsd-doc@freebsd.org Subject: Re: problems building website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:11:16 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.08.22 14:02:00 -0400, Lowell Gilbert wrote: > I can't seem to build the www collection. The only faintly unusual > thing I'm doing is using openjade, but that part seems to go fine. > It's the installation of the documents that fails; apparently because > it's trying to install the documents to the wrong directory. >=20 > Can anyone explain what else I should be doing? I think the problem is rather magic use of DESTDIR in the doc/www build. Try setting DESTDIR as an environment variable instead, that might fix it, though I haven't tried - I just have my webserver point to the default dir. --=20 Simon L. Nielsen --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDChVBh9pcDSc1mlERAmwyAKCFaUlXCkR1FKB9FRFfu5mU+hrGrgCgrlZK dSM+YRASF6Q6tZQyGOPSn10= =sHZR -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 18:42:17 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 AE55916A41F for ; Mon, 22 Aug 2005 18:42:17 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664E943D45 for ; Mon, 22 Aug 2005 18:42:17 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AC873968008E; Mon, 22 Aug 2005 11:42:15 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j7MIhjhi004192; Mon, 22 Aug 2005 11:43:45 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j7MIhdZo004191; Mon, 22 Aug 2005 11:43:39 -0700 (PDT) (envelope-from garys@opusnet.com) To: Lowell Gilbert References: <44slx1svdz.fsf@be-well.ilk.org> From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 22 Aug 2005 11:43:39 -0700 In-Reply-To: <44slx1svdz.fsf@be-well.ilk.org> (Lowell Gilbert's message of "22 Aug 2005 14:02:00 -0400") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-doc@freebsd.org Subject: Re: problems building website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:42:17 -0000 Lowell Gilbert writes: > install -C -o lowell -g lowell -m 444 docbook.css /usr/scratch/scratch/FreeBSD-Web-site > /bin/mkdir -p /usr/scratch/articles/checkpoint > mkdir: /usr/scratch/articles: Permission denied > *** Error code 1 I just now finished a build of last night's sources with: export DOC_LANG=en_US.ISO8859-1 export FORMATS="txt html" export ENGLISH_ONLY=t export WEB_ONLY=t export WEBGRP=jojo export DESTDIR=/usr/share/www/freebsd.org cd /usr/www make install I had to set /usr/share/www/freebsd.org permission for me as user. I had to turn on the Internet because of ===> en/releases/6.0R /usr/bin/fetch http://people.freebsd.org/~pho/stress/log/news.rdf fetch: http://people.freebsd.org/~pho/stress/log/news.rdf: No address record *** Error code 1 And I had to join "www" group because of a chgrp "permission denied" error. From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 18:59:08 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 8678416A41F for ; Mon, 22 Aug 2005 18:59:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E9143D48 for ; Mon, 22 Aug 2005 18:59:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a177.otenet.gr [212.205.215.177]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j7MIwwI6020730; Mon, 22 Aug 2005 21:58:59 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7MIwuJt001109; Mon, 22 Aug 2005 21:58:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7MIwtS0001108; Mon, 22 Aug 2005 21:58:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 22 Aug 2005 21:58:55 +0300 From: Giorgos Keramidas To: "Gary W. Swearingen" Message-ID: <20050822185855.GA1063@gothmog.gr> References: <44slx1svdz.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Lowell Gilbert , freebsd-doc@freebsd.org Subject: Re: problems building website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 18:59:08 -0000 On 2005-08-22 11:43, "Gary W. Swearingen" wrote: > > I just now finished a build of last night's sources with: > > export DOC_LANG=en_US.ISO8859-1 > export FORMATS="txt html" > export ENGLISH_ONLY=t > export WEB_ONLY=t > export WEBGRP=jojo > export DESTDIR=/usr/share/www/freebsd.org > cd /usr/www > make install > > I had to set /usr/share/www/freebsd.org permission for me as user. > > I had to turn on the Internet because of > > ===> en/releases/6.0R > /usr/bin/fetch http://people.freebsd.org/~pho/stress/log/news.rdf > fetch: http://people.freebsd.org/~pho/stress/log/news.rdf: No address record > *** Error code 1 This is something new to me (I haven't run a full web site build in a while). > And I had to join "www" group because of a chgrp "permission denied" error. This is easy to fix: export WEBOWN="${USER}" export WEBGRP=$(id -gn) Then the 'install' target will use your own credentials and avoid the errors about being unable to chown the files. From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 20:06:53 2005 Return-Path: X-Original-To: docs@hub.freebsd.org 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 ED0B216A41F; Mon, 22 Aug 2005 20:06:53 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADAB043D48; Mon, 22 Aug 2005 20:06:53 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from freefall.freebsd.org (stefanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MK6rWO008444; Mon, 22 Aug 2005 20:06:53 GMT (envelope-from stefanf@freefall.freebsd.org) Received: (from stefanf@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MK6r5A008440; Mon, 22 Aug 2005 20:06:53 GMT (envelope-from stefanf) Date: Mon, 22 Aug 2005 20:06:53 GMT From: Stefan Farfeleder Message-Id: <200508222006.j7MK6r5A008440@freefall.freebsd.org> To: stefanf@FreeBSD.org, freebsd-standards@FreeBSD.org, docs@FreeBSD.org Cc: Subject: Re: standards/78357: getaddrinfo()'s AI_ADDRCONFIG not documented X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 20:06:54 -0000 Old Synopsis: getaddrinfo() doesn't appear to support AI_ADDRCONFIG New Synopsis: getaddrinfo()'s AI_ADDRCONFIG not documented Responsible-Changed-From-To: freebsd-standards->docs Responsible-Changed-By: stefanf Responsible-Changed-When: Mon Aug 22 20:05:55 GMT 2005 Responsible-Changed-Why: Adjust synopsis and assign to docs. http://www.freebsd.org/cgi/query-pr.cgi?pr=78357 From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 20:30:27 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 F2D9416A422 for ; Mon, 22 Aug 2005 20:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F62F43D55 for ; Mon, 22 Aug 2005 20:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MKUQa6009174 for ; Mon, 22 Aug 2005 20:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MKUQQ6009173; Mon, 22 Aug 2005 20:30:26 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 20:30:26 GMT Resent-Message-Id: <200508222030.j7MKUQQ6009173@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, Lowell Gilbert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3908016A41F for ; Mon, 22 Aug 2005 20:29:52 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0F143D49 for ; Mon, 22 Aug 2005 20:29:51 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: (qmail 8981 invoked from network); 22 Aug 2005 20:29:50 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Aug 2005 20:29:50 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D3F7D3F3; Mon, 22 Aug 2005 16:29:49 -0400 (EDT) Message-Id: <20050822202949.D3F7D3F3@be-well.ilk.org> Date: Mon, 22 Aug 2005 16:29:49 -0400 (EDT) From: Lowell Gilbert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85232: [PATCH] instructions on building web site don't work X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lowell Gilbert List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 20:30:27 -0000 >Number: 85232 >Category: docs >Synopsis: [PATCH] instructions on building web site don't work >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: Mon Aug 22 20:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Lowell Gilbert >Release: FreeBSD 5.4-STABLE i386 >Organization: Environment: System: FreeBSD be-well.ilk.org 5.4-STABLE FreeBSD 5.4-STABLE #5: Sat Jul 9 11:00:44 EDT 2005 root@be-well.ilk.org:/usr/src/sys/i386/compile/BE-WELL i386 >Description: I ran into some trouble building the website according to the FDP instructions. These changes solve the problem. (Maybe the setting for DESTDIR should be moved to the "environment variables" section, but I wasn't sure.) >How-To-Repeat: builddir=/usr/scratch/lowell/webbuild mkdir -p $builddir cd $builddir || exit 1 if ! cvs -d /usr/scratch/scratch/ncvs -R co www doc ; then exit 1 fi echo cvsup okay cd {$builddir}/www/en || exit 1 ENGLISH_ONLY=yes export ENGLISH_ONLY OPENJADE="yes" export OPENJADE make all || exit echo built okay cd {$builddir}/www/en || exit 1 make DESTDIR=/usr/scratch/scratch/FreeBSD-Web-site install || exit 1 echo installed okay >Fix: --- doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml.ORIG Mon Aug 22 15:55:36 2005 +++ doc/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml Mon Aug 22 16:19:20 2005 @@ -87,11 +87,11 @@ Change into the www/en directory, and run the &man.make.1; all target, to create the web pages. - &prompt.root; cd en + &prompt.root; cd www/en &prompt.root; make all @@ -107,13 +107,15 @@ Run the &man.make.1; install target, setting the DESTDIR variable to the name of the - directory you want to install the files to. + directory you want to install the files to. You may need to + set this in the environment rather than on the command line. - &prompt.root; make DESTDIR=/usr/local/www install + &prompt.root; DESTDIR=/usr/local/www; export DESTDIR +&prompt.root; make DESTDIR=/usr/local/www install If you have previously installed the web pages into the same directory the install process will not have deleted any old or >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 20:32:55 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 B002D16A41F for ; Mon, 22 Aug 2005 20:32:55 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C185F43D49 for ; Mon, 22 Aug 2005 20:32:54 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: (qmail 31461 invoked from network); 22 Aug 2005 20:32:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Aug 2005 20:32:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 06B3B3F3; Mon, 22 Aug 2005 16:32:53 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Simon L. Nielsen" References: <44slx1svdz.fsf@be-well.ilk.org> <20050822181113.GB853@zaphod.nitro.dk> From: Lowell Gilbert Date: 22 Aug 2005 16:32:52 -0400 In-Reply-To: <20050822181113.GB853@zaphod.nitro.dk> Message-ID: <44irxxsoej.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-doc@freebsd.org Subject: Re: problems building website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 20:32:55 -0000 "Simon L. Nielsen" writes: > On 2005.08.22 14:02:00 -0400, Lowell Gilbert wrote: > > I can't seem to build the www collection. The only faintly unusual > > thing I'm doing is using openjade, but that part seems to go fine. > > It's the installation of the documents that fails; apparently because > > it's trying to install the documents to the wrong directory. > > > > Can anyone explain what else I should be doing? > > I think the problem is rather magic use of DESTDIR in the doc/www > build. Try setting DESTDIR as an environment variable instead, that > might fix it, though I haven't tried - I just have my webserver point > to the default dir. Aha. You are correct. I submitted a patch for the instructions with this and one other small change, as PR 85232. Thank you! From owner-freebsd-doc@FreeBSD.ORG Tue Aug 23 05:07:50 2005 Return-Path: X-Original-To: doc@freebsd.org 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 C037116A41F for ; Tue, 23 Aug 2005 05:07:50 +0000 (GMT) (envelope-from mmotherwell@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4770943D45 for ; Tue, 23 Aug 2005 05:07:50 +0000 (GMT) (envelope-from mmotherwell@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so1130516wra for ; Mon, 22 Aug 2005 22:07:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:from:organization:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=tBr3SIsNPc2YjT5xWRw2Q64WLuNtZNS75OONsP6tP774kUufCUGpgvfudL1Izkgd8o+zayYymLHQ6lrEU7a/V7HzmbIDDDg8XyQeCcTQrSGOQJlBGfhI6fLRP9wEGS1cuGB3XCziSHxJkvMTZpUL07bBUfG1g/LFCrsGEmij6TM= Received: by 10.54.43.24 with SMTP id q24mr1963970wrq; Mon, 22 Aug 2005 22:07:46 -0700 (PDT) Received: from mothra123 ([220.244.221.142]) by mx.gmail.com with ESMTP id 35sm8101411wra.2005.08.22.22.07.45; Mon, 22 Aug 2005 22:07:46 -0700 (PDT) To: doc@freebsd.org Date: Tue, 23 Aug 2005 15:07:38 +1000 From: "Michael Motherwell" Organization: WMS Australia Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.02 (Win32, build 7680) Cc: Subject: Error X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 05:07:50 -0000 On this page: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/version-guide/future-goals.html where you have doubled up: To provide prebuilt packages for the most recent minor version of each major version; To provide prebuilt packages for the most recent minor release of each major version; Unless that means you plan to make doubly sure these prebuilt packages work :) Cheers, Michael Motherwell Phone: (02) 9389 1976 Mobile: (0421) 423 213 Fax: (02) 4362 9847 Email: michael.motherwell@wmsconsulting.com.au From owner-freebsd-doc@FreeBSD.ORG Tue Aug 23 05:23:10 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 D289916A41F for ; Tue, 23 Aug 2005 05:23:10 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0799D43D46 for ; Tue, 23 Aug 2005 05:23:09 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a212.otenet.gr [212.205.215.212]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j7N5N7mw007638; Tue, 23 Aug 2005 08:23:07 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7N5N44i008272; Tue, 23 Aug 2005 08:23:04 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7N5N3X6008256; Tue, 23 Aug 2005 08:23:03 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Tue, 23 Aug 2005 08:23:02 +0300 From: Giorgos Keramidas To: Michael Motherwell Message-ID: <20050823052302.GA2771@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-doc@freebsd.org Subject: Re: Error X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 05:23:10 -0000 On 2005-08-23 15:07, Michael Motherwell wrote: > On this page: > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/version-guide/future-goals.html > where you have doubled up: > > To provide prebuilt packages for the most recent minor version of each > major version; > > To provide prebuilt packages for the most recent minor release of each > major version; > > Unless that means you plan to make doubly sure these prebuilt packages > work :) Hehehe, hopefully not :-) This has been fixed in revision 1.5 of article.sgml: % Checking in article.sgml; % /home/dcvs/doc/en_US.ISO8859-1/articles/version-guide/article.sgml,v <-- article.sgml % new revision: 1.5; previous revision: 1.4 % done % Mailing the commit message [...] Thanks for letting us know. - Giorgos From owner-freebsd-doc@FreeBSD.ORG Tue Aug 23 10:20:24 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 7ACA716A41F for ; Tue, 23 Aug 2005 10:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A7243D46 for ; Tue, 23 Aug 2005 10:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7NAKNqi015774 for ; Tue, 23 Aug 2005 10:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7NAKNvS015773; Tue, 23 Aug 2005 10:20:23 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2005 10:20:23 GMT Resent-Message-Id: <200508231020.j7NAKNvS015773@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, "Thomas E. Zander" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 015AE16A41F for ; Tue, 23 Aug 2005 10:14:06 +0000 (GMT) (envelope-from riggs@riggiland.dyndns.org) Received: from riggiland.dyndns.org (ppp-82-135-0-234.mnet-online.de [82.135.0.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 417C243D46 for ; Tue, 23 Aug 2005 10:14:04 +0000 (GMT) (envelope-from riggs@riggiland.dyndns.org) Received: from riggiland.dyndns.org (localhost [127.0.0.1]) by riggiland.dyndns.org (8.13.3/8.13.3) with ESMTP id j7NAE0dE072366 for ; Tue, 23 Aug 2005 12:14:02 +0200 (CEST) (envelope-from riggs@riggiland.dyndns.org) Received: (from riggs@localhost) by riggiland.dyndns.org (8.13.3/8.13.3/Submit) id j7NAE0sU072365; Tue, 23 Aug 2005 12:14:00 +0200 (CEST) (envelope-from riggs) Message-Id: <200508231014.j7NAE0sU072365@riggiland.dyndns.org> Date: Tue, 23 Aug 2005 12:14:00 +0200 (CEST) From: "Thomas E. Zander" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85243: Missing icmp related abbreviations for pf.conf(5) in icmp(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 10:20:24 -0000 >Number: 85243 >Category: docs >Synopsis: Missing icmp related abbreviations for pf.conf(5) in icmp(4) >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: Tue Aug 23 10:20:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: FreeBSD 5.4-STABLE #7: Tue Aug 16 10:51:31 CEST 2005 root@marvin.riggiland.au:/usr/obj/usr/src/sys/MARVIN i386 >Description: According to the manpage pf.conf(5), rules may contain icmp-types and/or codes by a name, for example somethig like pass out inet proto icmp all icmp-type echoreq Further it says "Text names for ICMP types and codes are listed in icmp(4) and icmp6(4)." While this is true for icmp6(4), the manpage icmp(4) lacks the information. >How-To-Repeat: >Fix: OpenBSD's icmp(4) manpage contains the textnames for icmp types and codes which can be used by pf. Merging the tables containing these abbreviations into FreeBSD's icmp(4) manpage should do well. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Aug 24 11:20:14 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 80AB816A41F for ; Wed, 24 Aug 2005 11:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 150BF43D49 for ; Wed, 24 Aug 2005 11:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OBKDGX003086 for ; Wed, 24 Aug 2005 11:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OBKDrC003085; Wed, 24 Aug 2005 11:20:13 GMT (envelope-from gnats) Resent-Date: Wed, 24 Aug 2005 11:20:13 GMT Resent-Message-Id: <200508241120.j7OBKDrC003085@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, Marc Olzheim Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F1B316A41F for ; Wed, 24 Aug 2005 11:19:01 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F93643D46 for ; Wed, 24 Aug 2005 11:19:01 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id AE0C7A3010 for ; Wed, 24 Aug 2005 13:19:00 +0200 (CEST) Received: by hammer.stack.nl (Postfix, from userid 333) id 90A4A6167; Wed, 24 Aug 2005 13:19:00 +0200 (CEST) Message-Id: <20050824111900.90A4A6167@hammer.stack.nl> Date: Wed, 24 Aug 2005 13:19:00 +0200 (CEST) From: Marc Olzheim To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85265: flockfile() and friends not documented X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Olzheim List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 11:20:14 -0000 >Number: 85265 >Category: docs >Synopsis: flockfile() and friends not documented >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 Aug 24 11:20:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marc Olzheim >Release: FreeBSD 6.0-BETA2 amd64 >Organization: M.C.G.V. Stack >Environment: System: FreeBSD hammer.stack.nl 6.0-BETA2 FreeBSD 6.0-BETA2 #1: Tue Aug 16 17:51:03 CEST 2005 root@hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64 >Description: There is no man page for flockfile(), ftrylockfile() and funlockfile() >How-To-Repeat: >Fix: Import the manual pages from OpenBSD ? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Aug 24 12:10:24 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 8E25E16A420 for ; Wed, 24 Aug 2005 12:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C5DB43D45 for ; Wed, 24 Aug 2005 12:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OCAOQ3009728 for ; Wed, 24 Aug 2005 12:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OCAOfW009727; Wed, 24 Aug 2005 12:10:24 GMT (envelope-from gnats) Date: Wed, 24 Aug 2005 12:10:24 GMT Message-Id: <200508241210.j7OCAOfW009727@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Cc: Subject: Re: docs/85265: flockfile() and friends not documented X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 24 Aug 2005 12:10:24 -0000 The following reply was made to PR docs/85265; it has been noted by GNATS. From: "Simon L. Nielsen" To: Marc Olzheim Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/85265: flockfile() and friends not documented Date: Wed, 24 Aug 2005 14:09:03 +0200 --vOmOzSkFvhd7u8Ms Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.08.24 13:19:00 +0200, Marc Olzheim wrote: >=20 > There is no man page for flockfile(), ftrylockfile() and funlockfile() Eh? [simon@marvin:~] man flockfile | head -n 4 FLOCKFILE(3) FreeBSD Library Functions Manual FLOCKFILE= (3) NAME flockfile, ftrylockfile, funlockfile -- stdio locking functions On a 5.4-STABLE. --=20 Simon L. Nielsen --vOmOzSkFvhd7u8Ms Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDDGNfh9pcDSc1mlERAgqZAKCgvrdpaG34E8KQldk1vzLcDaP+GQCeL92j CLz81+BXSFRHnmniMXQ2tqc= =VqHo -----END PGP SIGNATURE----- --vOmOzSkFvhd7u8Ms-- From owner-freebsd-doc@FreeBSD.ORG Wed Aug 24 12:40:18 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 5015816A41F for ; Wed, 24 Aug 2005 12:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156DE43D46 for ; Wed, 24 Aug 2005 12:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OCeH7A011816 for ; Wed, 24 Aug 2005 12:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OCeH6j011815; Wed, 24 Aug 2005 12:40:17 GMT (envelope-from gnats) Date: Wed, 24 Aug 2005 12:40:17 GMT Message-Id: <200508241240.j7OCeH6j011815@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Olzheim Cc: Subject: Re: docs/85265: flockfile() and friends not documented X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Olzheim List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 12:40:18 -0000 The following reply was made to PR docs/85265; it has been noted by GNATS. From: Marc Olzheim To: "Simon L. Nielsen" Cc: Marc Olzheim , FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/85265: flockfile() and friends not documented Date: Wed, 24 Aug 2005 14:39:38 +0200 On Wed, Aug 24, 2005 at 02:09:03PM +0200, Simon L. Nielsen wrote: > > There is no man page for flockfile(), ftrylockfile() and funlockfile() > > Eh? > > [simon@marvin:~] man flockfile | head -n 4 > FLOCKFILE(3) FreeBSD Library Functions Manual FLOCKFILE(3) > > NAME > flockfile, ftrylockfile, funlockfile -- stdio locking functions > > On a 5.4-STABLE. Argh, sorry for the bogus report... Something must have gone wrong in installworld. :-( Please close this PR Marc From owner-freebsd-doc@FreeBSD.ORG Wed Aug 24 12:43:54 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 20D2C16A420; Wed, 24 Aug 2005 12:43:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4B6843D48; Wed, 24 Aug 2005 12:43:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7OChrsR011951; Wed, 24 Aug 2005 12:43:53 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7OChrj7011947; Wed, 24 Aug 2005 12:43:53 GMT (envelope-from pav) Date: Wed, 24 Aug 2005 12:43:53 GMT From: Pav Lucistnik Message-Id: <200508241243.j7OChrj7011947@freefall.freebsd.org> To: marcolz@stack.nl, pav@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/85265: flockfile() and friends not documented X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 12:43:54 -0000 Synopsis: flockfile() and friends not documented State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Aug 24 12:43:42 GMT 2005 State-Changed-Why: Submitter reports pilot error. http://www.freebsd.org/cgi/query-pr.cgi?pr=85265 From owner-freebsd-doc@FreeBSD.ORG Wed Aug 24 12:47:17 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 CC63816A41F for ; Wed, 24 Aug 2005 12:47:17 +0000 (GMT) (envelope-from simon@eddie.nitro.dk) Received: from eddie.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E19843D45 for ; Wed, 24 Aug 2005 12:47:15 +0000 (GMT) (envelope-from simon@eddie.nitro.dk) Received: by eddie.nitro.dk (Postfix, from userid 1000) id 1C39611A31A; Wed, 24 Aug 2005 14:47:14 +0200 (CEST) Date: Wed, 24 Aug 2005 14:47:14 +0200 From: "Simon L. Nielsen" To: Marc Olzheim Message-ID: <20050824124713.GD982@eddie.nitro.dk> References: <20050824111900.90A4A6167@hammer.stack.nl> <20050824120903.GC982@eddie.nitro.dk> <20050824123938.GA34631@stack.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uxuisgdDHaNETlh8" Content-Disposition: inline In-Reply-To: <20050824123938.GA34631@stack.nl> User-Agent: Mutt/1.5.9i Cc: freebsd-doc@freebsd.org Subject: Re: docs/85265: flockfile() and friends not documented X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 12:47:17 -0000 --uxuisgdDHaNETlh8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.08.24 14:39:38 +0200, Marc Olzheim wrote: > On Wed, Aug 24, 2005 at 02:09:03PM +0200, Simon L. Nielsen wrote: > > > There is no man page for flockfile(), ftrylockfile() and funlockfile= () > >=20 > > Eh? > >=20 > > [simon@marvin:~] man flockfile | head -n 4 > > FLOCKFILE(3) FreeBSD Library Functions Manual FLOCK= FILE(3) > >=20 > > NAME > > flockfile, ftrylockfile, funlockfile -- stdio locking functions > >=20 > > On a 5.4-STABLE. >=20 > Argh, sorry for the bogus report... Don't worry about it - I still prefer a few bogus PR's once in a while rather than somebody not reporting a bug... also, it looks good in the stats when we close reports fast... ;-). --=20 Simon L. Nielsen --uxuisgdDHaNETlh8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDDGxRh9pcDSc1mlERArjEAJ9QGL1tlt3VdU4cEFPErdOPvNrM0ACgpDpl ls/kcHUeMtjdr33k70Na2H0= =nN6Z -----END PGP SIGNATURE----- --uxuisgdDHaNETlh8-- From owner-freebsd-doc@FreeBSD.ORG Thu Aug 25 11:15:58 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 5291A16A41F for ; Thu, 25 Aug 2005 11:15:58 +0000 (GMT) (envelope-from mark@remotelab.org) 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 A0A6443D48 for ; Thu, 25 Aug 2005 11:15:57 +0000 (GMT) (envelope-from mark@remotelab.org) Received: from einstein.lab (localhost. [127.0.0.1]) by 194-185-53-242.f5.ngi.it (8.13.3/8.13.3) with ESMTP id j7PBFt3d091191 for ; Thu, 25 Aug 2005 13:15:55 +0200 (CEST) (envelope-from mark@remotelab.org) Received: from einstein.lab (localhost.lab [127.0.0.1]) by einstein.lab (8.13.3/8.13.3) with ESMTP id j7PBFrxN019762 for ; Thu, 25 Aug 2005 13:15:53 +0200 (CEST) (envelope-from mark@einstein.lab) Received: (from mark@localhost) by einstein.lab (8.13.3/8.13.3/Submit) id j7PBFrEu019761 for freebsd-doc@freebsd.org; Thu, 25 Aug 2005 13:15:53 +0200 (CEST) (envelope-from mark) Date: Thu, 25 Aug 2005 13:15:53 +0200 From: Marco Trentini To: freebsd-doc@freebsd.org Message-ID: <20050825111553.GC14685@einstein.lab> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD einstein.lab 5.4-STABLE i386 User-Agent: Mutt/1.5.9i Subject: a little fix in the install chapter (handbook) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 11:15:58 -0000 I think the word directory should be out from filename tag. --- chapter.sgml.old Thu Aug 25 13:08:27 2005 +++ chapter.sgml Thu Aug 25 13:09:51 2005 @@ -647,8 +647,8 @@ placed the .flp files. If you do not have the CDROM, then fdimage can be downloaded from the tools - directory on the FreeBSD FTP site. + url="ftp://ftp.FreeBSD.org/pub/FreeBSD/tools/">tools + directory on the FreeBSD FTP site. If you are writing the floppies on a &unix; system (such as another FreeBSD system) you can use the &man.dd.1; command to -- Marco Trentini mark@remotelab.org http://www.remotelab.org/ pgp public key at: http://www.remotelab.org/~mark/share/mark.asc Key fingerprint = 2EBB 1F84 0FE4 FDB2 A40A D8DC B487 6AAD D755 239D From owner-freebsd-doc@FreeBSD.ORG Thu Aug 25 12:04:41 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org 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 D75DC16A41F for ; Thu, 25 Aug 2005 12:04:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id D4E3943D49 for ; Thu, 25 Aug 2005 12:04:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 22772 invoked from network); 25 Aug 2005 12:04:37 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 25 Aug 2005 12:04:37 -0000 Message-ID: <430DB3D4.9000907@FreeBSD.org> Date: Thu, 25 Aug 2005 14:04:36 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050823) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marco Trentini References: <20050825111553.GC14685@einstein.lab> In-Reply-To: <20050825111553.GC14685@einstein.lab> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-doc@freebsd.org Subject: Re: a little fix in the install chapter (handbook) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 12:04:42 -0000 Marco Trentini wrote: > I think the word directory should be out from filename tag. > > - url="ftp://ftp.FreeBSD.org/pub/FreeBSD/tools/">tools > - directory on the FreeBSD FTP site. > + url="ftp://ftp.FreeBSD.org/pub/FreeBSD/tools/">tools > + directory on the FreeBSD FTP site. The word "directory" is already outside the filename tag. It's inside the ulink tag to be included in the hyperlink. -- Alex Dupre From owner-freebsd-doc@FreeBSD.ORG Fri Aug 26 17:03:53 2005 Return-Path: X-Original-To: doc@FreeBSD.org 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 EB0E116A41F for ; Fri, 26 Aug 2005 17:03:53 +0000 (GMT) (envelope-from stel_jors@yahoo.com.ph) Received: from web34008.mail.mud.yahoo.com (web34008.mail.mud.yahoo.com [66.163.178.89]) by mx1.FreeBSD.org (Postfix) with SMTP id A21E443D67 for ; Fri, 26 Aug 2005 17:03:40 +0000 (GMT) (envelope-from stel_jors@yahoo.com.ph) Received: (qmail 15919 invoked by uid 60001); 26 Aug 2005 17:03:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.ph; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=vaL1Smawgtq1tHbJV++mAq6y9R/1tL9a4McVZY2MhMSVrExxAO0zjGYGXHeEQWapfRswoaAWlQAwGjxrGTz9oHTGOolSiW4OItmi3itboqPU7BxIyxI55MF44pYbAPXSpJTKyVnUscQthlRjyX11I9Qci4SvzZDZviJxZgS7fzQ= ; Message-ID: <20050826170340.15917.qmail@web34008.mail.mud.yahoo.com> Received: from [202.133.192.138] by web34008.mail.mud.yahoo.com via HTTP; Fri, 26 Aug 2005 10:03:40 PDT Date: Fri, 26 Aug 2005 10:03:40 -0700 (PDT) From: jorge stephen steele Estelloso To: doc@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: hi X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 17:03:54 -0000 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 02:30:20 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 A30A516A420 for ; Sat, 27 Aug 2005 02:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC9DB43D48 for ; Sat, 27 Aug 2005 02:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7R2UJnO082099 for ; Sat, 27 Aug 2005 02:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7R2UJAR082098; Sat, 27 Aug 2005 02:30:19 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 02:30:19 GMT Resent-Message-Id: <200508270230.j7R2UJAR082098@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 314E216A41F for ; Sat, 27 Aug 2005 02:27:40 +0000 (GMT) (envelope-from david@catwhisker.org) 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 C715343D46 for ; Sat, 27 Aug 2005 02:27:39 +0000 (GMT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id j7R2Rdjx089437 for ; Fri, 26 Aug 2005 19:27:39 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id j7R2Rc8M089436; Fri, 26 Aug 2005 19:27:38 -0700 (PDT) (envelope-from david) Message-Id: <200508270227.j7R2Rc8M089436@bunrab.catwhisker.org> Date: Fri, 26 Aug 2005 19:27:38 -0700 (PDT) From: David Wolfskill To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85338: doc update for new mailing list freebsd-eclipse X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Wolfskill List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 02:30:20 -0000 >Number: 85338 >Category: docs >Synopsis: doc update for new mailing list freebsd-eclipse >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: Sat Aug 27 02:30:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Wolfskill >Release: FreeBSD 4.11-STABLE i386 >Organization: Wolfskill & Dowling Residence >Environment: System: FreeBSD g1-18.catwhisker.org 4.11-STABLE FreeBSD 4.11-STABLE #411: Sat Aug 20 07:04:45 PDT 2005 root@g1-18.catwhisker.org:/common/S1/obj/usr/src/sys/LAPTOP_30W i386 >Description: New mailing list freebsd-eclipse created; this PR updates docs accordingly. >How-To-Repeat: Note discrepancy between mailing lists shown at (e.g.) vs. those shown at . >Fix: Index: books/handbook/eresources/chapter.sgml =================================================================== RCS file: /cvs/freebsd/doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml,v retrieving revision 1.173 diff -u -r1.173 chapter.sgml --- books/handbook/eresources/chapter.sgml 16 Aug 2005 10:23:23 -0000 1.173 +++ books/handbook/eresources/chapter.sgml 27 Aug 2005 02:22:10 -0000 @@ -254,6 +254,12 @@ + &a.eclipse.name; + FreeBSD users of Eclipse EDI, tools, rich client + apps and ports. + + + &a.emulation.name; Emulation of other systems such as Linux/&ms-dos;/&windows; @@ -928,6 +934,37 @@ + &a.eclipse.name; + + + FreeBSD users of Eclipse EDI, tools, rich + client apps and ports. + + The intention of this list is to provide mutual + support for everything to do with choosing, installing, + using, developing and maintaining the Eclipse EDI, + tools, rich client applications on the FreeBSD platform + and assisting with the porting of Eclipse EDI and + plugins to the FreeBSD environment. + + + The intention is also to facilitate exchange of + information between the + + + Eclipse community and the FreeBSD community to the + mutual benefit of both. + + + Although this list is focused primarily on the needs + of Eclipse users it will also provide a forum for those + who would like to develop FreeBSD specific applications + using the Eclipse framework. + + + + + &a.emulation.name; Index: share/sgml/mailing-lists.ent =================================================================== RCS file: /cvs/freebsd/doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent,v retrieving revision 1.47 diff -u -r1.47 mailing-lists.ent --- share/sgml/mailing-lists.ent 13 Aug 2005 21:17:05 -0000 1.47 +++ share/sgml/mailing-lists.ent 27 Aug 2005 02:21:45 -0000 @@ -155,6 +155,11 @@ Writing device drivers for FreeBSD"> freebsd-drivers"> + +FreeBSD users of +Eclipse EDI, tools, rich client apps and ports."> +freebsd-eclipse"> + FreeBSD-emulation mailing list"> freebsd-emulation"> >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 16:20:21 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 95A6A16A41F for ; Sat, 27 Aug 2005 16:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADA443D53 for ; Sat, 27 Aug 2005 16:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RGKGqA086347 for ; Sat, 27 Aug 2005 16:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RGKGes086346; Sat, 27 Aug 2005 16:20:16 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 16:20:16 GMT Resent-Message-Id: <200508271620.j7RGKGes086346@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 C299416A41F for ; Sat, 27 Aug 2005 16:12:03 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2014943D45 for ; Sat, 27 Aug 2005 16:12:02 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 95FC15C7D for ; Sat, 27 Aug 2005 18:12:01 +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 85079-05-2 for ; Sat, 27 Aug 2005 18:11:57 +0200 (CEST) Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.1.20]) by bento.thilelli.net (Postfix) with ESMTP id 225345C7C for ; Sat, 27 Aug 2005 18:11:57 +0200 (CEST) Received: by titeuf.thilelli.net (Postfix, from userid 1001) id 0DA1D73027; Sat, 27 Aug 2005 18:11:57 +0200 (CEST) Message-Id: <20050827161157.0DA1D73027@titeuf.thilelli.net> Date: Sat, 27 Aug 2005 18:11:57 +0200 (CEST) From: Julien Gabel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85353: Very little cosmetic/ponctuation changes for the GEOM (geom-striping) chapter of the Handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Julien Gabel List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 16:20:21 -0000 >Number: 85353 >Category: docs >Synopsis: Very little cosmetic/ponctuation changes for the GEOM (geom-striping) chapter of the Handbook. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 27 16:20:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Julien Gabel >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD titeuf.thilelli.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Aug 21 14:49:33 CEST 2005 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386 >Description: When command(s) follow a sentence, i think the sentence may end with a ':', as found in other part of the book (geom-mirror for example). An other point is when a kernel module is loaded, the .ko extension may be forgotten. We can see this in other documentation and the kldload(8) manual page. >How-To-Repeat: Compare with the corresponding chapter: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-striping.html >Fix: Here is a little patch: --- chapter.sgml.diff begins here --- --- /usr/doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml Sat Aug 13 03:11:37 2005 +++ /tmp/chapter.sgml Sat Aug 27 17:53:32 2005 @@ -148,13 +148,13 @@ Load the geom_stripe module: - &prompt.root; kldload geom_stripe.ko + &prompt.root; kldload geom_stripe Ensure that a suitable mount point exists. If this volume will become a root partition, then temporarily use another mount point such as /mnt. + role="directory">/mnt: &prompt.root; mkdir /mnt @@ -164,7 +164,7 @@ the following command could be used to stripe two unused, unpartitioned ATA disks: /dev/ad2 and - /dev/ad3. + /dev/ad3: &prompt.root; gstripe label -v st0 /dev/ad2 /dev/ad3 @@ -201,12 +201,12 @@ Many numbers will glide across the screen, and after a few seconds, the process will be complete. The volume has been - created and is ready to be mounted: + created and is ready to be mounted. The following command can be used to manually mount a newly - created disk stripe. + created disk stripe: &prompt.root; mount /dev/stripe/st0a /mnt @@ -219,7 +219,7 @@ The geom module must also be automatically loaded during system initialization, by adding a line to - /boot/loader.conf. + /boot/loader.conf: &prompt.root; echo 'geom_stripe_load="YES"' >> /boot/loader.conf @@ -392,7 +392,7 @@ system to a &man.loader.8; prompt. Load the kernel module manually: - OK? load geom_mirror.ko + OK? load geom_mirror OK? boot If this works then for whatever reason the module was not --- chapter.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 17:10:29 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 0C94516A41F for ; Sat, 27 Aug 2005 17:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A37CA43D46 for ; Sat, 27 Aug 2005 17:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RHAN6f093537 for ; Sat, 27 Aug 2005 17:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RHANM6093536; Sat, 27 Aug 2005 17:10:23 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 17:10:23 GMT Resent-Message-Id: <200508271710.j7RHANM6093536@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 5FCA016A41F for ; Sat, 27 Aug 2005 17:09:51 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D2943D53 for ; Sat, 27 Aug 2005 17:09:50 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id B15FB5C7D for ; Sat, 27 Aug 2005 19:09:49 +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 87781-03 for ; Sat, 27 Aug 2005 19:09:39 +0200 (CEST) Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.1.20]) by bento.thilelli.net (Postfix) with ESMTP id E05945C7C for ; Sat, 27 Aug 2005 19:09:39 +0200 (CEST) Received: by titeuf.thilelli.net (Postfix, from userid 1001) id D13D073028; Sat, 27 Aug 2005 19:09:39 +0200 (CEST) Message-Id: <20050827170939.D13D073028@titeuf.thilelli.net> Date: Sat, 27 Aug 2005 19:09:39 +0200 (CEST) From: Julien Gabel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85355: [patch] Error in the pin numbers of the described connector in the Handbook (serial). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Julien Gabel List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 17:10:29 -0000 >Number: 85355 >Category: docs >Synopsis: [patch] Error in the pin numbers of the described connector in the Handbook (serial). >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 27 17:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Julien Gabel >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD titeuf.thilelli.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Aug 21 14:49:33 CEST 2005 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386 >Description: It seems there is a little mistake in the proposed pin numbers for null-modem DB-25 connector shown in the example. >How-To-Repeat: Compare different source of information about this topic, as in the proposed Hardware Book at: http://www.hardwarebook.net/cable/serial/nullmodem25to25.html >Fix: Here is a patch: --- chapter.sgml.diff begins here --- --- /usr/doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml Wed Jul 27 06:14:18 2005 +++ /tmp/chapter.sgml Sat Aug 27 19:00:26 2005 @@ -122,10 +122,11 @@ example, the send data pin on one end goes to the receive data pin on the other end. - If you like making your own cables, you can construct - a null-modem cable for use with - terminals. This table shows the RS-232C signal names and the pin - numbers on a DB-25 connector. + If you like making your own cables, you can construct a + null-modem cable for use with terminals. This table shows the RS-232C + signal names and the pin numbers on a DB-25 connector. More information + and collection of cable descriptions may be found in the Hardware Book. @@ -192,8 +193,8 @@ DCD 8 - 6 - DSR + 8 + DCD --- chapter.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 17:50:15 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 0912A16A41F for ; Sat, 27 Aug 2005 17:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F3743D48 for ; Sat, 27 Aug 2005 17:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RHoETM096754 for ; Sat, 27 Aug 2005 17:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RHoEiB096753; Sat, 27 Aug 2005 17:50:14 GMT (envelope-from gnats) Resent-Date: Sat, 27 Aug 2005 17:50:14 GMT Resent-Message-Id: <200508271750.j7RHoEiB096753@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 70C8416A41F for ; Sat, 27 Aug 2005 17:43:56 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E5643D46 for ; Sat, 27 Aug 2005 17:43:55 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 5D7A75C7D for ; Sat, 27 Aug 2005 19:43:54 +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 87781-06 for ; Sat, 27 Aug 2005 19:43:49 +0200 (CEST) Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.1.20]) by bento.thilelli.net (Postfix) with ESMTP id 39B755C7C for ; Sat, 27 Aug 2005 19:43:49 +0200 (CEST) Received: by titeuf.thilelli.net (Postfix, from userid 1001) id 2AECE73028; Sat, 27 Aug 2005 19:43:49 +0200 (CEST) Message-Id: <20050827174349.2AECE73028@titeuf.thilelli.net> Date: Sat, 27 Aug 2005 19:43:49 +0200 (CEST) From: Julien Gabel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/85356: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Julien Gabel List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 17:50:15 -0000 >Number: 85356 >Category: docs >Synopsis: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 27 17:50:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Julien Gabel >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD titeuf.thilelli.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Aug 21 14:49:33 CEST 2005 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386 >Description: Make it clear that put the extention name of a module is not yet necessary, as in 'kldload geom_mirror' vs. 'kldload geom_mirror.ko'. Add more example of automatically loaded modules at boot time. >How-To-Repeat: n.a. >Fix: Here is a patch: --- kldload.8.diff begins here --- --- /usr/src/sbin/kldload/kldload.8 Mon Mar 3 23:48:06 2003 +++ /tmp/kldload.8 Sat Aug 27 19:31:22 2005 @@ -43,6 +43,12 @@ into the kernel using the kernel linker. Note that if multiple modules are specified then an attempt will be made to load them all, even if some fail. +The +.Pa .ko +extension name is not yet mandatory when loading a given module +using +.Nm . +It doesn't hurt to keep it though. .Pp The following option is available: .Bl -tag -width indent @@ -59,8 +65,8 @@ .Sh DIAGNOSTICS .Ex -std .Sh AUTOMATICALLY LOADING MODULES -Some modules (ipfw, ipf, etc.) may be automatically loaded at boot -time by having their operation enabled in +Some modules (lomac, pf, ipfw, ipf, etc.) may be automatically loaded +at boot time by having their operation enabled in .Xr rc.conf 5 . Modules may also be auto-loaded through their addition to .Xr loader.conf 5 . --- kldload.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 17:53:04 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 D6B2516A420; Sat, 27 Aug 2005 17:53:04 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E57143D60; Sat, 27 Aug 2005 17:53:04 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RHr448096951; Sat, 27 Aug 2005 17:53:04 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RHr4Tt096947; Sat, 27 Aug 2005 17:53:04 GMT (envelope-from simon) Date: Sat, 27 Aug 2005 17:53:04 GMT From: "Simon L. Nielsen" Message-Id: <200508271753.j7RHr4Tt096947@freefall.freebsd.org> To: david@catwhisker.org, simon@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/85338: doc update for new mailing list freebsd-eclipse X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 17:53:05 -0000 Synopsis: doc update for new mailing list freebsd-eclipse State-Changed-From-To: open->closed State-Changed-By: simon State-Changed-When: Sat Aug 27 17:52:49 GMT 2005 State-Changed-Why: Committed with minor style fixes, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=85338 From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 19:25:50 2005 Return-Path: X-Original-To: docs@freebsd.org 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 AB64716A41F for ; Sat, 27 Aug 2005 19:25:50 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4BF43D45 for ; Sat, 27 Aug 2005 19:25:50 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AE3A3BE000C0; Sat, 27 Aug 2005 12:25:46 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j7RJQXax024869; Sat, 27 Aug 2005 12:26:33 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j7RJQMJX024868; Sat, 27 Aug 2005 12:26:22 -0700 (PDT) (envelope-from garys@opusnet.com) To: Julien Gabel References: <20050827161157.0DA1D73027@titeuf.thilelli.net> From: garys@opusnet.com (Gary W. Swearingen) Date: Sat, 27 Aug 2005 12:26:22 -0700 In-Reply-To: <20050827161157.0DA1D73027@titeuf.thilelli.net> (Julien Gabel's message of "Sat, 27 Aug 2005 18:11:57 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: docs@freebsd.org Subject: Re: docs/85353: Very little cosmetic/ponctuation changes for the GEOM (geom-striping) chapter of the Handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 19:25:50 -0000 Julien Gabel writes: > The following command can be used to manually mount a newly > - created disk stripe. > + created disk stripe: It's probably not worth changing, but I find "the following" to be redundant in sentences that ends with ":". In decreasing order of verbosity: The following command can be used to manually mount a newly created disk stripe. This command can be used to manually mount a newly created disk stripe: To manually mount a newly created disk stripe: And while opinions differ, IMO, it should be "newly-created". From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 20:16:19 2005 Return-Path: X-Original-To: docs@freebsd.org 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 B8C3916A41F for ; Sat, 27 Aug 2005 20:16:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52A343D48 for ; Sat, 27 Aug 2005 20:16:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 10333 invoked by uid 207); 27 Aug 2005 20:16:15 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.65):. Processed in 0.440605 secs); 27 Aug 2005 20:16:15 -0000 Received: from dialup65.ach.sch.gr (HELO gothmog.gr) ([81.186.70.65]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 27 Aug 2005 20:16:14 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7RKG0PA000848; Sat, 27 Aug 2005 23:16:00 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7RKG0V9000847; Sat, 27 Aug 2005 23:16:00 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 27 Aug 2005 23:16:00 +0300 From: Giorgos Keramidas To: "Gary W. Swearingen" Message-ID: <20050827201600.GC643@gothmog.gr> References: <20050827161157.0DA1D73027@titeuf.thilelli.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: docs@freebsd.org Subject: Re: docs/85353: Very little cosmetic/ponctuation changes for the GEOM (geom-striping) chapter of the Handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 20:16:19 -0000 On 2005-08-27 12:26, "Gary W. Swearingen" wrote: > Julien Gabel writes: > > The following command can be used to manually mount a newly > > - created disk stripe. > > + created disk stripe: > > It's probably not worth changing, but I find "the following" to be > redundant in sentences that ends with ":". > > In decreasing order of verbosity: > > The following command can be used to manually mount a newly created > disk stripe. > > This command can be used to manually mount a newly created disk stripe: > > To manually mount a newly created disk stripe: Right. I usually prefer the style of the last one. It contains all the useful information and doesn't include redundant stuff. From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 20:40:21 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 5207416A41F for ; Sat, 27 Aug 2005 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9AA43D45 for ; Sat, 27 Aug 2005 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RKeKAU018391 for ; Sat, 27 Aug 2005 20:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RKeKaQ018390; Sat, 27 Aug 2005 20:40:20 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 20:40:20 GMT Message-Id: <200508272040.j7RKeKaQ018390@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/85355: [patch] Error in the pin numbers of the described connector in the Handbook (serial). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 20:40:21 -0000 The following reply was made to PR docs/85355; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: Julien Gabel Cc: bug-followup@FreeBSD.org Subject: Re: docs/85355: [patch] Error in the pin numbers of the described connector in the Handbook (serial). Date: Sat, 27 Aug 2005 13:40:19 -0700 Julien Gabel writes: > + If you like making your own cables, you can construct a > + null-modem cable for use with terminals. This table shows the RS-232C "for asyncronous communications with terminals". (I'm not sure what "terminals" include, but synchronous comm needs more wires.) (I'd also kill "If you like making your own cables, ".) > + signal names and the pin numbers on a DB-25 connector. More information > + and collection of cable descriptions may be found in the + url="http://www.hardwarebook.net/cable/index.html">Hardware Book. I'd add: The standard also calls for a straight-through pin 1 to pin 1 "protective ground" line, but it is often omitted. Some terminals can get by using only pins 2, 3, and 7, while others, especially printers, require other configurations than the example here. Synchronous communications, for example, requires more lines to be used. > + 8 > + DCD That design (after the fix) seems to be the most popular, but a book "RS-232 Made Easy" uses several pages developing and justifying a generic null-modem design like that, except he has 4 & 5 going to 8 and vice versa. I probably used in at least one of my cables. Oh, well; that's life with RS-232. From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 20:47:01 2005 Return-Path: X-Original-To: docs@freebsd.org 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 254B916A41F for ; Sat, 27 Aug 2005 20:47:01 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ECC843D48 for ; Sat, 27 Aug 2005 20:47:00 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id A50525C7D; Sat, 27 Aug 2005 22:46:58 +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 92843-05; Sat, 27 Aug 2005 22:46:53 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 63EC65C7C; Sat, 27 Aug 2005 22:46:53 +0200 (CEST) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sat, 27 Aug 2005 22:46:53 +0200 (CEST) Message-ID: <61707.192.168.1.20.1125175613.squirrel@webmail.thilelli.net> In-Reply-To: References: <20050827161157.0DA1D73027@titeuf.thilelli.net> Date: Sat, 27 Aug 2005 22:46:53 +0200 (CEST) From: "Julien Gabel" To: "Gary W. Swearingen" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: docs@freebsd.org Subject: Re: docs/85353: Very little cosmetic/ponctuation changes for the GEOM (geom-striping) chapter of the Handbook. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 20:47:01 -0000 >> The following command can be used to manually mount a newly >> - created disk stripe. >> + created disk stripe: > It's probably not worth changing, but I find "the following" to be > redundant in sentences that ends with ":". Agreed. > In decreasing order of verbosity: > > The following command can be used to manually mount a newly created > disk stripe. > > This command can be used to manually mount a newly created disk stripe: > > To manually mount a newly created disk stripe: This one may be better i think, since it is more concise. > And while opinions differ, IMO, it should be "newly-created". Don't have a preference about this one. -- -jpeg. From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 20:50:22 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 75FF016A41F for ; Sat, 27 Aug 2005 20:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D07443D46 for ; Sat, 27 Aug 2005 20:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RKoMvL018578 for ; Sat, 27 Aug 2005 20:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RKoMSO018577; Sat, 27 Aug 2005 20:50:22 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 20:50:22 GMT Message-Id: <200508272050.j7RKoMSO018577@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/85355: [patch] Error in the pin numbers of the described connector in the Handbook (serial). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 20:50:22 -0000 The following reply was made to PR docs/85355; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: Julien Gabel Cc: bug-followup@FreeBSD.org Subject: Re: docs/85355: [patch] Error in the pin numbers of the described connector in the Handbook (serial). Date: Sat, 27 Aug 2005 13:45:40 -0700 Julien Gabel writes: > + and collection of cable descriptions may be found in the "is in" From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 21:00:42 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 3324B16A41F for ; Sat, 27 Aug 2005 21:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4689343D5C for ; Sat, 27 Aug 2005 21:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RL0eYd018828 for ; Sat, 27 Aug 2005 21:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RL0eAZ018825; Sat, 27 Aug 2005 21:00:40 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 21:00:40 GMT Message-Id: <200508272100.j7RL0eAZ018825@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: docs/85356: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 21:00:42 -0000 The following reply was made to PR docs/85356; it has been noted by GNATS. From: Giorgos Keramidas To: Julien Gabel Cc: bug-followup@freebsd.org Subject: Re: docs/85356: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). Date: Sat, 27 Aug 2005 23:55:26 +0300 On 2005-08-27 19:43, Julien Gabel wrote: > --- /usr/src/sbin/kldload/kldload.8 Mon Mar 3 23:48:06 2003 > +++ /tmp/kldload.8 Sat Aug 27 19:31:22 2005 > @@ -43,6 +43,12 @@ > into the kernel using the kernel linker. > Note that if multiple modules are specified then an attempt will > be made to load them all, even if some fail. > +The > +.Pa .ko > +extension name is not yet mandatory when loading a given module > +using > +.Nm . > +It doesn't hurt to keep it though. Not ``yet''? You mean there are plans to make it mandatory? > -Some modules (ipfw, ipf, etc.) may be automatically loaded at boot > -time by having their operation enabled in > +Some modules (lomac, pf, ipfw, ipf, etc.) may be automatically loaded > +at boot time by having their operation enabled in > .Xr rc.conf 5 . The word ``operation'' is not very nice here. Modules may be required for some ``feature'' but they don't ``operate'' on anything. From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 22:10:26 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 42D1116A41F for ; Sat, 27 Aug 2005 22:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9DF43D48 for ; Sat, 27 Aug 2005 22:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RMAPGu030261 for ; Sat, 27 Aug 2005 22:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RMAPrK030260; Sat, 27 Aug 2005 22:10:25 GMT (envelope-from gnats) Date: Sat, 27 Aug 2005 22:10:25 GMT Message-Id: <200508272210.j7RMAPrK030260@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Julien Gabel" Cc: Subject: Re: docs/85356: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Julien Gabel List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 22:10:26 -0000 The following reply was made to PR docs/85356; it has been noted by GNATS. From: "Julien Gabel" To: "Giorgos Keramidas" Cc: bug-followup@freebsd.org Subject: Re: docs/85356: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). Date: Sun, 28 Aug 2005 00:06:10 +0200 (CEST) ------=_20050828000610_39119 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit >> --- /usr/src/sbin/kldload/kldload.8 Mon Mar 3 23:48:06 2003 >> +++ /tmp/kldload.8 Sat Aug 27 19:31:22 2005 >> @@ -43,6 +43,12 @@ >> into the kernel using the kernel linker. >> Note that if multiple modules are specified then an attempt will >> be made to load them all, even if some fail. >> +The >> +.Pa .ko >> +extension name is not yet mandatory when loading a given module >> +using >> +.Nm . >> +It doesn't hurt to keep it though. > Not ``yet''? You mean there are plans to make it mandatory? Ouch! Because i think it was necessary to keep the extension in the past, i wanted this to happear in the manual page: so i wanted to say "anymore", not "yet"... sorry for the mistake. But maybe it is not worth noting it. >> -Some modules (ipfw, ipf, etc.) may be automatically loaded at boot >> -time by having their operation enabled in >> +Some modules (lomac, pf, ipfw, ipf, etc.) may be automatically loaded >> +at boot time by having their operation enabled in >> .Xr rc.conf 5 . > The word ``operation'' is not very nice here. Modules may be required > for some ``feature'' but they don't ``operate'' on anything. Ok. I changed the sentence here, see the new attached diff please. -- -jpeg. ------=_20050828000610_39119 Content-Type: application/octet-stream; name="kldload.8.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="kldload.8.diff" LS0tIC91c3Ivc3JjL3NiaW4va2xkbG9hZC9rbGRsb2FkLjgJTW9uIE1hciAgMyAyMzo0ODowNiAy MDAzCisrKyAvdG1wL2tsZGxvYWQuOAlTdW4gQXVnIDI4IDAwOjAyOjMxIDIwMDUKQEAgLTQzLDYg KzQzLDEyIEBACiBpbnRvIHRoZSBrZXJuZWwgdXNpbmcgdGhlIGtlcm5lbCBsaW5rZXIuCiBOb3Rl IHRoYXQgaWYgbXVsdGlwbGUgbW9kdWxlcyBhcmUgc3BlY2lmaWVkIHRoZW4gYW4gYXR0ZW1wdCB3 aWxsCiBiZSBtYWRlIHRvIGxvYWQgdGhlbSBhbGwsIGV2ZW4gaWYgc29tZSBmYWlsLgorVGhlCisu UGEgLmtvCitleHRlbnNpb24gbmFtZSBpcyBub3QgbWFuZGF0b3J5IGFueW1vcmUgd2hlbiBsb2Fk aW5nIGEgZ2l2ZW4gbW9kdWxlCit1c2luZworLk5tIC4KK0l0IGRvZXNuJ3QgaHVydCB0byBrZWVw IGl0IHRob3VnaC4KIC5QcAogVGhlIGZvbGxvd2luZyBvcHRpb24gaXMgYXZhaWxhYmxlOgogLkJs IC10YWcgLXdpZHRoIGluZGVudApAQCAtNTksOSArNjUsMTAgQEAKIC5TaCBESUFHTk9TVElDUwog LkV4IC1zdGQKIC5TaCBBVVRPTUFUSUNBTExZIExPQURJTkcgTU9EVUxFUwotU29tZSBtb2R1bGVz IChpcGZ3LCBpcGYsIGV0Yy4pIG1heSBiZSBhdXRvbWF0aWNhbGx5IGxvYWRlZCBhdCBib290Ci10 aW1lIGJ5IGhhdmluZyB0aGVpciBvcGVyYXRpb24gZW5hYmxlZCBpbgotLlhyIHJjLmNvbmYgNSAu CitTb21lIG1vZHVsZXMgKGxvbWFjLCBwZiwgaXBmdywgaXBmLCBldGMuKSBtYXkgYmUgYXV0b21h dGljYWxseSBsb2FkZWQKK2F0IGJvb3QgdGltZSB3aGVuIHRoZSBjb3JyZXNwb25kaW5nCisuWHIg cmMuY29uZiA1CitzdGF0ZW1lbnQgaXMgdXNlZC4KIE1vZHVsZXMgbWF5IGFsc28gYmUgYXV0by1s b2FkZWQgdGhyb3VnaCB0aGVpciBhZGRpdGlvbiB0bwogLlhyIGxvYWRlci5jb25mIDUgLgogLlNo IFNFRSBBTFNPCg== ------=_20050828000610_39119-- From owner-freebsd-doc@FreeBSD.ORG Sat Aug 27 22:27:29 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 4976E16A420; Sat, 27 Aug 2005 22:27:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F18DF43D48; Sat, 27 Aug 2005 22:27:28 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7RMRSiZ031787; Sat, 27 Aug 2005 22:27:28 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7RMRSvw031783; Sat, 27 Aug 2005 22:27:28 GMT (envelope-from keramida) Date: Sat, 27 Aug 2005 22:27:28 GMT From: Giorgos Keramidas Message-Id: <200508272227.j7RMRSvw031783@freefall.freebsd.org> To: jpeg@thilelli.net, keramida@FreeBSD.org, freebsd-doc@FreeBSD.org, keramida@FreeBSD.org Cc: Subject: Re: docs/85356: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2005 22:27:29 -0000 Synopsis: [patch] Make it clear that the extention name of the module isn't needed with kldload(8). State-Changed-From-To: open->closed State-Changed-By: keramida State-Changed-When: Sat Aug 27 22:26:17 GMT 2005 State-Changed-Why: Committed a _slightly_ modified version of the second patch. Responsible-Changed-From-To: freebsd-doc->keramida Responsible-Changed-By: keramida Responsible-Changed-When: Sat Aug 27 22:26:17 GMT 2005 Responsible-Changed-Why: I'll handle the MFC. http://www.freebsd.org/cgi/query-pr.cgi?pr=85356