From owner-freebsd-doc Sun Jan 21 5: 9:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from relay3.inwind.it (relay3.inwind.it [212.141.53.74]) by hub.freebsd.org (Postfix) with ESMTP id DDD6137B400 for ; Sun, 21 Jan 2001 05:09:25 -0800 (PST) Received: from bartequi.ottodomain.org (62.98.170.139) by relay3.inwind.it (5.1.056) id 3A40BF8600655BC8 for freebsd-doc@freebsd.org; Sun, 21 Jan 2001 14:09:24 +0100 From: Salvo Bartolotta Date: Sun, 21 Jan 2001 13:11:57 GMT Message-ID: <20010121.13115700@bartequi.ottodomain.org> Subject: Handbook, Chapter 3.2 (Unix permissions), and chmod(1) -- a suggestion To: freebsd-doc@freebsd.org X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear FreeBSD doc'ers, The description of the Unix directory permissions in this section might be a little confusing:
The executable bit for a directory has a slightly different meaning than that of files. When a directory is marked executable, it means it can be searched into, for example, a directory listing can be done in that directory. ^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^ The following examples may illustrate my (little) point. 235 1:12pm ~ >=3D=3D=3D=3D> mkdir foo 236 1:12pm ~ >=3D=3D=3D=3D> cd foo 237 1:12pm ~/foo >=3D=3D=3D=3D> mkdir bar 238 1:12pm ~/foo >=3D=3D=3D=3D> chmod 100 bar #make it searchable into = by owner 239 1:13pm ~/foo >=3D=3D=3D=3D> ls bar ls: bar: Permission denied #can't list! 240 1:13pm ~/foo >=3D=3D=3D=3D> chmod 400 bar #permission for listing 241 1:13pm ~/foo >=3D=3D=3D=3D> ls bar 242 1:13pm ~/foo >=3D=3D=3D=3D> #no complaints 242 1:14pm ~/foo >=3D=3D=3D=3D> chmod 100 bar 243 1:14pm ~/foo >=3D=3D=3D=3D> cd bar #can cd 244 1:14pm ~/foo/bar >=3D=3D=3D=3D> An equivalent description to that quoted above is found in chmod(1). Am I missing something ? If not, you may wish to consider the following The executable bit for a directory has a slightly different meaning than that of files. When a directory is marked executable, it means you can cd, ie "Change Directories", to it. In particular, in order for you to be able to cd to a subdirectory, the parent (sub)directories must have the executable bit set. N.B. a directory with ONLY the executable bit set allows you to perform NO other operations: you can neither list the directory contents nor create/modify/delete its file(s) or subdirectories. Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 21 10: 6:59 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 5FC2437B402; Sun, 21 Jan 2001 10:06:23 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f0LGq6G10686; Sun, 21 Jan 2001 16:52:06 GMT (envelope-from nik) Date: Sun, 21 Jan 2001 16:52:06 +0000 From: Nik Clayton To: Nik Clayton Cc: Alexander Langer , cvs-committers@freebsd.org, cvs-all@freebsd.org, doc@freebsd.org, nwalsh@nwalsh.com Subject: Flexible label customisation (was Re: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files patch-common_dbl1de.dsl) Message-ID: <20010121165205.A844@canyon.nothing-going-on.org> References: <200101190840.f0J8e7e87294@freefall.freebsd.org> <20010119105051.A47479@canyon.nothing-going-on.org> <20010119125752.A56295@cichlids.cichlids.com> <20010119155319.A48911@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010119155319.A48911@canyon.nothing-going-on.org>; from nik@freebsd.org on Fri, Jan 19, 2001 at 03:53:20PM +0000 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jan 19, 2001 at 03:53:20PM +0000, Nik Clayton wrote: > I've cc'd Norm Walsh on this -- Norm, perhaps you could suggest a more > elegant approach to the problem? ] Still cc'd. I think I've got a more elegant approach to the problem. > The alternative is to do what you've done, which is patch the > stylesheets as they're installed. That's not really the perfect > approach either, as anyone that tries to formation documentation on > FreeBSD that doesn't use our customisation layer will now find that they > get a spurious ': ' inserted when they use or . > > Anyway, that's the problem, and we have at least three solutions, none > of which are (IMHO) optimal. Any suggestions for a fourth way? Fourth way: Alter all the gentext-* functions so that as well as checking the appropriate ---sep list, they check an additional list, local----sep list. Check the local-* list first, and use it's contents in preference. Attached is the patch to dbl1en.dsl that does this for title labelling. There are another 11 functions in that file that would need modifying in the same way. I've also attached a patch to our freebsd.dsl, showing how declarations in the customisation layer would need to change. Norm, comments? Could we get something like this in for 1.61? N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p1 --- dbl1en.dsl.org Sun Jan 21 16:32:05 2001 +++ dbl1en.dsl Sun Jan 21 16:41:43 2001 @@ -273,6 +273,9 @@ ;; abuse. ;; +(define (local-en-label-title-sep) + (list)) + (define (en-label-title-sep) (list (list (normalize "abstract") ": ") @@ -316,10 +319,13 @@ (define (gentext-en-label-title-sep gind) (let* ((giname (if (string? gind) gind (gi gind))) (name (normalize giname)) + (lsep (assoc name (local-en-label-title-sep))) (sep (assoc name (en-label-title-sep)))) - (if sep - (car (cdr sep)) - ""))) + (if lsep + (car (cdr lsep)) + (if sep + (car (cdr sep)) + "")))) (define (en-label-number-format-list) (list --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: freebsd.dsl =================================================================== RCS file: /home/ncvs/doc/share/sgml/freebsd.dsl,v retrieving revision 1.20 diff -u -r1.20 freebsd.dsl --- freebsd.dsl 2001/01/08 12:40:52 1.20 +++ freebsd.dsl 2001/01/21 16:43:09 @@ -283,8 +267,11 @@ (element (caution para) ($admonpara$)) (element (caution simpara) ($admonpara$)) - (define en-warning-label-title-sep ": ") - (define en-caution-label-title-sep ": ") + (define (local-en-label-title-sep) + (list + (list (normalize "warning") ": ") + (list (normalize "caution") ": ") + )) --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 21 16:20:21 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D0B037B402 for ; Sun, 21 Jan 2001 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M0K1M28301; Sun, 21 Jan 2001 16:20:01 -0800 (PST) (envelope-from gnats) Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 4964337B400 for ; Sun, 21 Jan 2001 16:15:09 -0800 (PST) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 02EAA3E02 for ; Sun, 21 Jan 2001 16:15:08 -0800 (PST) Received: (from dima@localhost) by hornet.unixfreak.org (8.11.1/8.11.1) id f0M0F8a81596; Sun, 21 Jan 2001 16:15:08 -0800 (PST) (envelope-from dima) Message-Id: <200101220015.f0M0F8a81596@hornet.unixfreak.org> Date: Sun, 21 Jan 2001 16:15:08 -0800 (PST) From: dima@unixfreak.org Reply-To: dima@unixfreak.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/24517: [PATCH] New FAQ entry about problems running X as non-root Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24517 >Category: docs >Synopsis: [PATCH] New FAQ entry about problems running X as non-root >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 Jan 21 16:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Dima Dorfman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Private >Environment: System: FreeBSD spike.unixfreak.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Jan 19 16:26:06 PST 2001 dima@spike.unixfreak.org:/usr/home/dima/w/f/src/sys/compile/SPIKE i386 >Description: It seems that for some reason a lot of people have been having problems running X because they start it as a non-root user. Most probably, this is due to the general public starting to upgrade to XFree86 4, which doesn't install its servers setuid to root. The attached patch adds an FAQ entry describing the need to either use xdm or Xwrapper if one wishes to run X as a regular user; which one should. >How-To-Repeat: Read -questions. >Fix: Apply the following patch to doc/en_US.ISO_8859-1/books/faq/book.sgml. Index: book.sgml =================================================================== RCS file: /st/src/FreeBSD/doc/en_US.ISO_8859-1/books/faq/book.sgml,v retrieving revision 1.140 diff -u -r1.140 book.sgml --- book.sgml 2001/01/18 01:14:24 1.140 +++ book.sgml 2001/01/21 22:50:52 @@ -7238,6 +7238,56 @@ + + I used to run XFree86 as a regular user, but now when + I start it it says I must be root! + + + + All X servers need to be run as root in order to get direct + access to your video hardware. Older versions of XFree86 + (<= 3.3.6) installed all bundled servers to be automatically + run as root (setuid to root). This is obviously a security + hazard because X servers are large, complicated programs. + Newer versions of XFree86 do not install the servers setuid to + root for just this reason. + + Obviously, running an X server as the root user is not + acceptable, nor a good idea security-wise. There are two ways + to be able to use X as a regular user. The first is to use + + xdm or another display manager + (e.g., kdm); the second is to use the + Xwrapper. + + xdm is a daemon that handles graphical + logins. It is usually started at boot time, and is responsible + for authenticating users and starting their sessions; it is + essentially the graphical counterpart of + getty and login. For + more information on xdm see + its manual page, the XFree86 + documentation, and the the FAQ + entry on it. + + Xwrapper is the X server wrapper; it is + a small utility to enable one to manually run an X server while + maintaining reasonable safety. It performs some sanity checks + on the command line arguments given, and if they pass, runs the + appropriate X server. If you do not want to run a display + manger for whatever reason, this is for you. If you have + installed the complete ports + collection, you can find the port in + /usr/ports/x11/wrapper. If you have not, + follow the previous link for information on how to obtain just + this specific port. + + + + My PS/2 mouse doesn't behave properly under X. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 2:33:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id E234E37B400 for ; Mon, 22 Jan 2001 02:33:25 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id CAA01314; Mon, 22 Jan 2001 02:30:39 -0800 (PST) (envelope-from jessem@spammie.mozie.org) Message-Id: <200101221030.CAA01314@spammie.svbug.com> Date: Mon, 22 Jan 2001 02:30:36 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: Link over leased line Modems HELP ME To: karacasoft@hotmail.com Cc: doc@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If someone has not answered your question, then perhaps you should be aware that your message has reached a FreeBSD mailing. For questions related to Linux, I would recommend a Linux mailing list. Best Regards, Jessem. On 18 Jan, Oguz Karaca wrote: > Dear Sir! > I'm Oguz ,i'm from Turkey. > I have got two computers and two leased line modems(EXTERNAL). > I linked that computers by modems from serial ports. > First computer is linux (RedHat,like DOS ,hasn't got graphics), > other computer installed DOS. > But i didn't connect from second computer(DOS) to first computer > (linux) > I want to use a program in linux over modems. > How can i do this and how can i connect? > > > +------+ +-------+ > I DOS I I Linux I > I______I I_______I > 00000000 000000000 > 00000000\ 1.MODEM 2.MODEM /000000000 > +---+ +---+ > I___I===============================I___I > Telecoms Leased Line > > I don't know,what I especially should do on the Linux computer, > pleace can you make me detailed explanation. > > Thank you allready now very much > karacasoft@hotmail.com > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 2:41:19 2001 Delivered-To: freebsd-doc@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id 24C0937B400 for ; Mon, 22 Jan 2001 02:41:02 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id CAA01327; Mon, 22 Jan 2001 02:38:17 -0800 (PST) (envelope-from jessem@spammie.mozie.org) Message-Id: <200101221038.CAA01327@spammie.svbug.com> Date: Mon, 22 Jan 2001 02:38:15 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: CVsup To: allan_magmanlac@hotmail.com Cc: doc@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If your questions has not been answered try, hackers@freebsd.org On 18 Jan, Allan P. Magmanlac wrote: > Hi, > > Would you be able to use cvsup to get just a particular file > from the server and this file is just a normal file (ex. resume.txt) not > necessarily a source file that is part of the source tree. > > this is the case: > I have one host running as the client(where cvsup is installed), and > another running as the server (where cvsupd is installed). If i would like > to get a file called resume.txt from the server's /home/netcoor/ dir can I > use cvsup? if so what is the syntax... > > thanks > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 2:50:54 2001 Delivered-To: freebsd-doc@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id E311E37B400; Mon, 22 Jan 2001 02:50:35 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id CAA01342; Mon, 22 Jan 2001 02:47:49 -0800 (PST) (envelope-from jessem@spammie.mozie.org) Message-Id: <200101221047.CAA01342@spammie.svbug.com> Date: Mon, 22 Jan 2001 02:47:47 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: Problem With My Modem To: jakerivera@ameritech.net Cc: freebsd-hardware@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-Reply-To: <000801c0834b$293503e0$91a0b3c7@w4m4k1> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've forwarded your question to 'questions' and 'hardware' You have a better chance of an answer there. On 20 Jan, Jake Rivera wrote: > My Modem is connnected to COM5(U.S.Robotics PCI Pro) what is it in FreeBSD and how can I install it to work To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 3: 0:12 2001 Delivered-To: freebsd-doc@freebsd.org Received: from spammie.svbug.com (unknown [198.79.110.2]) by hub.freebsd.org (Postfix) with ESMTP id CB3BB37B400 for ; Mon, 22 Jan 2001 02:59:54 -0800 (PST) Received: from spammie.svbug.com (localhost.mozie.org [127.0.0.1]) by spammie.svbug.com (8.9.3/8.9.3) with ESMTP id CAA01354; Mon, 22 Jan 2001 02:57:04 -0800 (PST) (envelope-from jessem@spammie.mozie.org) Message-Id: <200101221057.CAA01354@spammie.svbug.com> Date: Mon, 22 Jan 2001 02:57:03 -0800 (PST) From: opentrax@email.com Reply-To: opentrax@email.com Subject: Re: Handbook, Chapter 3.2 (Unix permissions), and chmod(1) -- a su ggestion To: bartequi@inwind.it Cc: freebsd-doc@FreeBSD.ORG In-Reply-To: <20010121.13115700@bartequi.ottodomain.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 21 Jan, Salvo Bartolotta wrote: > Dear FreeBSD doc'ers, > > The description of the Unix directory permissions in this section > might be a little confusing: > >...[Trimmed]... > > An equivalent description to that quoted above is found in chmod(1). > Am I missing something ? > > Yes, consider: cd tmp mkdir foo chmod 300 foo cd foo mkdir barr Best Regards, Jessem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 7:40:18 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9261C37B402 for ; Mon, 22 Jan 2001 07:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MFe1344757; Mon, 22 Jan 2001 07:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CFB937B699 for ; Mon, 22 Jan 2001 07:32:03 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MFW3743962; Mon, 22 Jan 2001 07:32:03 -0800 (PST) (envelope-from nobody) Message-Id: <200101221532.f0MFW3743962@freefall.freebsd.org> Date: Mon, 22 Jan 2001 07:32:03 -0800 (PST) From: brandt@fokus.gmd.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/24529: callout_init(9) man page is missing the second argument to callout_init() Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24529 >Category: docs >Synopsis: callout_init(9) man page is missing the second argument to callout_init() >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 Jan 22 07:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: harti brandt >Release: -current >Organization: GMD Fokus >Environment: FreeBSD beagle.fokus.gmd.de 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Mon Jan 22 13:12:32 CET 2001 hbb@beagle.fokus.gmd.de:/opt/obj/usr/src/sys/BEAGLE i386 >Description: callout_init() requires two arguments: a callout structure and the mpsafe flag. The flag is missing in the documented prototype in callout_init(9) as well as the description of what this flag does. >How-To-Repeat: man callout_init grep callout_init /usr/include/*.h >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 7:55:30 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id E16E737B400; Mon, 22 Jan 2001 07:54:58 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f0MFsWJ33396; Mon, 22 Jan 2001 17:54:32 +0200 (EET) (envelope-from ru) Date: Mon, 22 Jan 2001 17:54:32 +0200 From: Ruslan Ermilov To: Sheldon Hearn , Ben Smithurst , Alexey Zelkin , Mike Pritchard Cc: doc@FreeBSD.org Subject: trailing dot in .Nd Message-ID: <20010122175432.A31943@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! There are 26 -CURRENT manpages (in mdoc(7) format) in the base system that have a trailing dot (`.') after the .Nd macro. In your opinion, should I remove these (dots)? gnu/lib/libdialog/dialog.3:.Nd provide a simple ncurses-based GUI interface. lib/libc/gen/arc4random.3:.Nd arc4 random number generator. lib/libc/sys/bind.2:.Nd assign a local protocol address to a socket. lib/libc/sys/jail.2:.Nd Imprison current process and future decendants. lib/libcalendar/calendar.3:.Nd Calendar arithmetic for the Christian era. lib/libutil/login_auth.3:.Nd authentication style support library for login class capabilities database. lib/libutil/login_cap.3:.Nd functions for accessing the login class capabilities database. lib/libutil/login_class.3:.Nd functions for using the login class capabilities database. sbin/kget/kget.8:.Nd print kernel change information. share/man/man4/intpm.4:.Nd Intel PIIX4 Power management controller driver. share/man/man4/man4.i386/alpm.4:.Nd Acer Aladdin 15x3 Power Management controller driver. share/man/man4/man4.i386/sr.4:.Nd synchronous RISCom/N2 / WANic 400/405 device driver. share/man/man4/smp.4:.Nd description of the FreeBSD Symmetric MultiProcessor kernel. share/man/man5/periodic.conf.5:.Nd periodic job configuration information. share/man/man5/rc.conf.5:.Nd system configuration information. share/man/man7/build.7:.Nd information on how to build the system. share/man/man9/DELAY.9:.Nd Busy loop for an interval. share/man/man9/at_exit.9:.Nd ask that a function be run at exit. share/man/man9/at_fork.9:.Nd ask that a function be run at fork. share/man/man9/bios.9:.Nd Interact with PC BIOS. share/man/man9/namei.9:.Nd convert pathname to a pointer to a locked vnode. share/man/man9/random.9:.Nd supply pseudo-random numbers. share/man/man9/sysctl_ctx_init.9:.Nd sysctl context for managing dynamically created sysctl oids. usr.bin/xlint/xlint/lint.1:.Nd a C program verifier. usr.sbin/setkey/setkey.8:.Nd manually manipulate the IPsec SA/SP database. usr.sbin/vidcontrol/vidcontrol.1:.Nd a utility for manipulating the syscons console driver. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 11: 5:37 2001 Delivered-To: freebsd-doc@freebsd.org Received: from csunb0.leeds.ac.uk (csunb0.leeds.ac.uk [129.11.144.2]) by hub.freebsd.org (Postfix) with SMTP id 32EB437B699; Mon, 22 Jan 2001 11:05:18 -0800 (PST) Received: from cslin.leeds.ac.uk (csunc0.leeds.ac.uk [129.11.144.3]) by csunb0.leeds.ac.uk (8.6.12/8.6.12) with ESMTP id SAA26764; Mon, 22 Jan 2001 18:53:05 GMT Received: from cslin-gps.comp (cslin-gps [129.11.144.9]) by cslin.leeds.ac.uk (8.9.3+Sun/) with ESMTP id SAA17931; Mon, 22 Jan 2001 18:53:07 GMT Date: Mon, 22 Jan 2001 18:53:04 +0000 From: Ben Smithurst To: Ruslan Ermilov Cc: Sheldon Hearn , Alexey Zelkin , Mike Pritchard , doc@FreeBSD.org Subject: Re: trailing dot in .Nd Message-ID: <20010122185304.B25101@comp.leeds.ac.uk> References: <20010122175432.A31943@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010122175432.A31943@sunbay.com> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ruslan Ermilov wrote: > There are 26 -CURRENT manpages (in mdoc(7) format) in the base system > that have a trailing dot (`.') after the .Nd macro. In your opinion, > should I remove these (dots)? > > gnu/lib/libdialog/dialog.3:.Nd provide a simple ncurses-based GUI interface. No objections from me, and it would certainmly make things more consistent. We should also be consistent about not starting with a capital letter... > lib/libc/sys/jail.2:.Nd Imprison current process and future decendants. > lib/libcalendar/calendar.3:.Nd Calendar arithmetic for the Christian era. > share/man/man9/DELAY.9:.Nd Busy loop for an interval. > share/man/man9/bios.9:.Nd Interact with PC BIOS. They should be lowercase, IMO. ... I'm tempted also to change things like ".Nm Foo" to just ".Nm" at the start of sentences, when the name really is "foo". IMO even at the start of a sentence we shouldn't capitalize things wrong. There's a lot more of these to change though, so there may be stronger objections. I don't feel that strongly about it, it just seems "wrong" to capitalize things wrong. -- Ben Smithurst / csxbcs@comp.leeds.ac.uk / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 12:43:31 2001 Delivered-To: freebsd-doc@freebsd.org Received: from arthur.avalon.net (unknown [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id 1040B37B6B0 for ; Mon, 22 Jan 2001 12:43:13 -0800 (PST) Received: from avalon.net (v90-130.ic.avalon.net [205.217.148.179]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id OAA26265 for ; Mon, 22 Jan 2001 14:41:50 -0600 (CST) Message-ID: <3A6C9F8C.3153C1F5@avalon.net> Date: Mon, 22 Jan 2001 15:01:41 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org Subject: Upgrading from a 3.x stable to a 4.2 stable Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I want to upgrade a clients FreeBSD machine from 3.x stable to a 4.2 stable remotely. 1. Can I do this? (I see that the upgrading from source tutorial is gone). 2. Can I do just the Kernel, or how much of the source tree should I get or update. 2. Can some one point me to comprehensive docs to do this? I've installed and secured FreeBSD a few times, customized and combined some ports, rebuilt the kernel, patched and rebuilt core binaries for security, but never upgraded kernel (or run cvsup --my connection here is not very fast). Note: I'm not on any mailing lists except the security announce ones, so you may have to reply to me directly to reach me. I really need a competent mentor some where to chat with occasionally about FreeBSD... I've been working with computers since my mom taught me to program fortran at age 8 in 1965 --mom was an innovative math teacher in the public schools.... The university loaned her a key punch.... I've used UNIX machines for over 10 years, and I've been pressed into service as a unix system administrator (first on Solaris then Linux now on FreeBSD) the last two+ years. I've been working alone here installing, securing, and putting on line, internet webservers for a couple of small local companies, and it would be nice to have some competent people to talk to occasionally about this kind of work; but hey, point me to some documentation. I've read and experimented my way here. I can read on. (I'm a longtime Deadhead with a BS in biology that is heavy on physics, chemistry and math but without much emphasis on biology.) Greg excalibr@avalon.net greg@greggy.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 15:22:51 2001 Delivered-To: freebsd-doc@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 54EC937B6BC for ; Mon, 22 Jan 2001 15:22:32 -0800 (PST) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id AAA18753 for doc@freebsd.org; Tue, 23 Jan 2001 00:22:30 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id WAA01331 for doc@freebsd.org; Mon, 22 Jan 2001 22:55:13 +0100 (CET) (envelope-from wosch) Date: Mon, 22 Jan 2001 22:55:13 +0100 From: Wolfram Schneider To: doc@freebsd.org Subject: freebsd.lv [Arnold.Mingin@UnderNet.LV: Ask.] Message-ID: <20010122225513.A1276@paula.panke.de.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from Arnold Mingin ----- From: "Arnold Mingin" To: Subject: Ask. Date: Sun, 21 Jan 2001 12:51:16 +0200 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Hello, We're writing you from a small country named Latvia. We want to register at our local NIC the domain name "freebsd.lv", so we can do our own local page and mirror freebsd.org for local FreeBSD community. But NIC says that we can't do it without a permission from trademark holder -- freebsd.org. Can it be settled ? Best regards, arni. -- Arnold Mingin C.T.CO Ltd. Techincal Director Phone: +371-7-801941 Fax: +371-7-543382 arni@undernet.lv ----- End forwarded message ----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 15:29:16 2001 Delivered-To: freebsd-doc@freebsd.org Received: from changeofhabit.mr.itd.umich.edu (changeofhabit.mr.itd.umich.edu [141.211.144.17]) by hub.freebsd.org (Postfix) with ESMTP id B48FB37B6B8 for ; Mon, 22 Jan 2001 15:28:57 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by changeofhabit.mr.itd.umich.edu (8.9.3/3.2r) with SMTP id SAA10955; Mon, 22 Jan 2001 18:28:53 -0500 (EST) From: Tim McMillen To: Greg Nelsen , freebsd-doc@FreeBSD.ORG Subject: Re: Upgrading from a 3.x stable to a 4.2 stable Date: Mon, 22 Jan 2001 18:33:13 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" References: <3A6C9F8C.3153C1F5@avalon.net> In-Reply-To: <3A6C9F8C.3153C1F5@avalon.net> MIME-Version: 1.0 Message-Id: <01012218331304.05174@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No big deal, but you must have missed: http://www.freebsd.org/handbook/cutting-edge.html You'll want to read the whole chapter and follow it carefully. FreeBSD is an integrated system and you have to upgrade the whole OS along with the kernel. Also see /usr/src/UPDATING that file has the final say. Most people seem to say it is best to upgrade to the newest 3.x stable and from there to 4.2-release or 4.2-stable. That way you get the newest 3.x toolchain and will have the best chance of the upgrade working. Also questions like this belong on freebsd-stable or freebsd-questions. If you're running -stable, it is recommended to be on the -stable mailing list. If your bandwidth is too low, you may have to buy a 4.2 cd or reinstall by another method. The handbook has several methods of doing that that can be gotten to from the main freebsd page. The -questions mailing list can reallt provide a lot of support to someone that is willing to do some of their own work. Tim On Monday January 22, 2001 16:01, Greg Nelsen wrote: > I want to upgrade a clients FreeBSD machine from 3.x stable to a 4.2 > stable remotely. > > 1. Can I do this? (I see that the upgrading from source tutorial is > gone). > > 2. Can I do just the Kernel, or how much of the source tree should I > get or update. > > 2. Can some one point me to comprehensive docs to do this? > > I've installed and secured FreeBSD a few times, customized and > combined some ports, rebuilt the kernel, patched and rebuilt core > binaries for security, but never upgraded kernel (or run cvsup --my > connection here is not very fast). > > Note: I'm not on any mailing lists except the security announce ones, > so you may have to reply to me directly to reach me. > > I really need a competent mentor some where to chat with occasionally > about FreeBSD... I've been working with computers since my mom taught > me to program fortran at age 8 in 1965 --mom was an innovative math > teacher in the public schools.... The university loaned her a key > punch.... I've used UNIX machines for over 10 years, and I've been > pressed into service as a unix system administrator (first on Solaris > then Linux now on FreeBSD) the last two+ years. I've been working > alone here installing, securing, and putting on line, internet > webservers for a couple of small local companies, and it would be > nice to have some competent people to talk to occasionally about this > kind of work; but hey, point me to some documentation. I've read and > experimented my way here. I can read on. > > (I'm a longtime Deadhead with a BS in biology that is heavy on > physics, chemistry and math but without much emphasis on biology.) > > Greg > > excalibr@avalon.net > greg@greggy.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 17:31:57 2001 Delivered-To: freebsd-doc@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 860FA37B400; Mon, 22 Jan 2001 17:31:39 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1B3916A918; Tue, 23 Jan 2001 12:01:38 +1030 (CST) Date: Tue, 23 Jan 2001 12:01:38 +1030 From: Greg Lehey To: FreeBSD Core Team , FreeBSD Documenters Cc: Arnold Mingin , Wolfram Schneider Subject: Use of FreeBSD name in domain name (was: freebsd.lv) Message-ID: <20010123120137.E16170@wantadilla.lemis.com> References: <20010122225513.A1276@paula.panke.de.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010122225513.A1276@paula.panke.de.freebsd.org>; from wosch@panke.de.freebsd.org on Mon, Jan 22, 2001 at 10:55:13PM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 21 Jan 2001 12:51:16 +0200, Arnold Mingin wrote: > We're writing you from a small country named Latvia. We want to > register at our local NIC the domain name "freebsd.lv", so we can do > our own local page and mirror freebsd.org for local FreeBSD > community. But NIC says that we can't do it without a permission > from trademark holder -- freebsd.org. Can it be settled ? This message was forwarded to the FreeBSD documentation project, though I don't know why. The FreeBSD Core team needs to decide about this. This is your official notice that -core has received your request, and we'll try to get you an answer within a week. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 22 20:20:23 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 547F237B401 for ; Mon, 22 Jan 2001 20:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N4K6N49926; Mon, 22 Jan 2001 20:20:06 -0800 (PST) (envelope-from gnats) Received: from gizmo.quizbot.org (blndi4-145-253-140-009.arcor-ip.net [145.253.140.9]) by hub.freebsd.org (Postfix) with ESMTP id 05DF937B400 for ; Mon, 22 Jan 2001 20:13:03 -0800 (PST) Received: (from root@localhost) by gizmo.quizbot.org (8.11.0/8.11.0) id f0N4D2K01025; Tue, 23 Jan 2001 05:13:02 +0100 (CET) (envelope-from robert) Message-Id: <200101230413.f0N4D2K01025@gizmo.quizbot.org> Date: Tue, 23 Jan 2001 05:13:02 +0100 (CET) From: Robert Drehmel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/24567: typo in articles/vm-design/article.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24567 >Category: docs >Synopsis: typo in articles/vm-design/article.sgml >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 Jan 22 20:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Robert Drehmel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: FreeBSD 5.0-CURRENT i386 >Description: Two words are there twice: one pair of ``when you'' is unnecessary. :-) >How-To-Repeat: Look at doc/en_US.ISO_8859-1/articles/vm-design/article.sgml. >Fix: Index: article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/articles/vm-design/article.sgml,v retrieving revision 1.2 diff -r1.2 article.sgml 261c261 < can cost scanning time and memory when you when you take a fault. Deep --- > can cost scanning time and memory when you take a fault. Deep >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 0:16: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 5CDD037B401; Tue, 23 Jan 2001 00:15:43 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f0N8FV599429; Tue, 23 Jan 2001 10:15:31 +0200 (EET) (envelope-from ru) Date: Tue, 23 Jan 2001 10:15:30 +0200 From: Ruslan Ermilov To: Ben Smithurst Cc: Sheldon Hearn , Alexey Zelkin , Mike Pritchard , doc@FreeBSD.org Subject: mdoc(7) questionnaire (was: Re: trailing dot in .Nd) Message-ID: <20010123101530.A98532@sunbay.com> References: <20010122175432.A31943@sunbay.com> <20010122185304.B25101@comp.leeds.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010122185304.B25101@comp.leeds.ac.uk>; from csxbcs@comp.leeds.ac.uk on Mon, Jan 22, 2001 at 06:53:04PM +0000 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 22, 2001 at 06:53:04PM +0000, Ben Smithurst wrote: > Ruslan Ermilov wrote: > > > There are 26 -CURRENT manpages (in mdoc(7) format) in the base system > > that have a trailing dot (`.') after the .Nd macro. In your opinion, > > should I remove these (dots)? > > > > gnu/lib/libdialog/dialog.3:.Nd provide a simple ncurses-based GUI interface. > > No objections from me, and it would certainmly make things more consistent. > We should also be consistent about not starting with a capital letter... > I did not want to mix the things in one message, but I also think this should be done. Anyone else's opinions? > > lib/libc/sys/jail.2:.Nd Imprison current process and future decendants. > > lib/libcalendar/calendar.3:.Nd Calendar arithmetic for the Christian era. > > share/man/man9/DELAY.9:.Nd Busy loop for an interval. > > share/man/man9/bios.9:.Nd Interact with PC BIOS. > > They should be lowercase, IMO. > Seconded. But what do others think? > I'm tempted also to change things like ".Nm Foo" to just ".Nm" at the > start of sentences, when the name really is "foo". IMO even at the > start of a sentence we shouldn't capitalize things wrong. There's a lot > more of these to change though, so there may be stronger objections. I > don't feel that strongly about it, it just seems "wrong" to capitalize > things wrong. > I would say "yes". Can we please come up once and for all to some rule about this? So, readers, please answer this short questionnaire. 1. Should the short manual page description be in lower case (except registered (trade) names like TCP? (YES, NO) 2. Should we consistently change all occurrences of ``.Nm Foo'' to ``.Nm foo'' where the command name is actually ``foo''? (YES, NO) I will collect answers till and publish the results on the next Monday. Thanks, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 3:13:38 2001 Delivered-To: freebsd-doc@freebsd.org Received: from ns.nx.nextra.sk (ns.nextra.sk [195.168.1.2]) by hub.freebsd.org (Postfix) with SMTP id 4F67637B69E for ; Tue, 23 Jan 2001 03:13:19 -0800 (PST) Received: (qmail 63739 invoked from network); 23 Jan 2001 11:13:25 -0000 Received: from unknown (HELO 10.122.24.93) (195.168.29.2) by smtp2.nx.nextra.sk with SMTP; 23 Jan 2001 11:13:25 -0000 Date: Tue, 23 Jan 2001 12:13:32 +0100 From: Tomas TPS Ulej X-Mailer: The Bat! (v1.49) Business Organization: http://tps.sk X-Priority: 2 (High) Message-ID: <71231656143.20010123121332@tps.sk> To: questions@freebsd.org, freebsd-doc@freebsd.org Subject: Problem with unsubscribe Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 1) http://www.freebsd.org/handbook/eresources.html#ERESOURCES-MAIL > Finally, it is also possible to unsubscribe yourself from a list, > get a list of other list members or see the list of mailing lists > again by sending other types of control messages to majordomo. For a > complete list of available commands, do this: > > % mail majordomo@FreeBSD.org > help > ^D 2) echo "unsubscribe * tps@tps.sk" | mail majordomo@freebsd.org Reply from majordomo: >>>> unsubscribe * tps@tps.sk **** unsubscribe: unknown list 'DEAD'. **** unsubscribe: unknown list 'SAVE-20010101'. >>>> >>>> >>>> -- END OF COMMANDS HOW CAN I UNSUBSCRIBE? URGENT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -- TPS more? http://tps.sk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 6:43:52 2001 Delivered-To: freebsd-doc@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 74F2037B6A5; Tue, 23 Jan 2001 06:43:08 -0800 (PST) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id QAA15419; Tue, 23 Jan 2001 16:41:48 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id f0NEgRa07502; Tue, 23 Jan 2001 16:42:27 +0200 (EET) Date: Tue, 23 Jan 2001 16:42:27 +0200 From: Alexey Zelkin To: Ruslan Ermilov Cc: Ben Smithurst , Sheldon Hearn , Mike Pritchard , doc@FreeBSD.org Subject: Re: mdoc(7) questionnaire (was: Re: trailing dot in .Nd) Message-ID: <20010123164227.A4978@ark.cris.net> References: <20010122175432.A31943@sunbay.com> <20010122185304.B25101@comp.leeds.ac.uk> <20010123101530.A98532@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010123101530.A98532@sunbay.com>; from ru@FreeBSD.org on Tue, Jan 23, 2001 at 10:15:30AM +0200 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, On Tue, Jan 23, 2001 at 10:15:30AM +0200, Ruslan Ermilov wrote: > > > There are 26 -CURRENT manpages (in mdoc(7) format) in the base system > > > that have a trailing dot (`.') after the .Nd macro. In your opinion, > > > should I remove these (dots)? > > > > > > gnu/lib/libdialog/dialog.3:.Nd provide a simple ncurses-based GUI interface. > > > > No objections from me, and it would certainmly make things more consistent. > > We should also be consistent about not starting with a capital letter... > > > I did not want to mix the things in one message, but I also think this should > be done. Anyone else's opinions? Everything just should be changed in one way. If we have most manpages lowercased, others should be also lowercased, IMHO. Same for dots at the end of sentences. > > I'm tempted also to change things like ".Nm Foo" to just ".Nm" at the > > start of sentences, when the name really is "foo". IMO even at the > > start of a sentence we shouldn't capitalize things wrong. There's a lot > > more of these to change though, so there may be stronger objections. I > > don't feel that strongly about it, it just seems "wrong" to capitalize > > things wrong. > > > I would say "yes". Can we please come up once and for all to some rule > about this? > > So, readers, please answer this short questionnaire. > > 1. Should the short manual page description be in lower case (except > registered (trade) names like TCP? (YES, NO) YES. > 2. Should we consistently change all occurrences of ``.Nm Foo'' to > ``.Nm foo'' where the command name is actually ``foo''? (YES, NO) Yes, of course, but it just should be changed to construction like The command/utility/etc .Nm ... -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@FreeBSD.org */ /* Sysadmin/Developer && phantom@sms.umc.com.ua */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 8:30: 5 2001 Delivered-To: freebsd-doc@freebsd.org Received: from cslin004.leeds.ac.uk (cslin004.leeds.ac.uk [129.11.146.4]) by hub.freebsd.org (Postfix) with ESMTP id 54FE737B402; Tue, 23 Jan 2001 08:29:45 -0800 (PST) Received: (from csxbcs@localhost) by cslin004.leeds.ac.uk (8.11.0/8.11.0) id f0NGSKL29386; Tue, 23 Jan 2001 16:28:20 GMT Date: Tue, 23 Jan 2001 16:28:19 +0000 From: Ben Smithurst To: Alexey Zelkin Cc: Ruslan Ermilov , Sheldon Hearn , Mike Pritchard , doc@FreeBSD.org Subject: Re: mdoc(7) questionnaire (was: Re: trailing dot in .Nd) Message-ID: <20010123162819.C29189@comp.leeds.ac.uk> References: <20010122175432.A31943@sunbay.com> <20010122185304.B25101@comp.leeds.ac.uk> <20010123101530.A98532@sunbay.com> <20010123164227.A4978@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010123164227.A4978@ark.cris.net> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alexey Zelkin wrote: >> 2. Should we consistently change all occurrences of ``.Nm Foo'' to >> ``.Nm foo'' where the command name is actually ``foo''? (YES, NO) > > Yes, of course, but it just should be changed to construction like > > The command/utility/etc > .Nm I disagree with this, putting "the ... command" around something is just unnecessary IMO. But perhaps grammatical correctness means more to some people than it does to me. :-) -- Ben Smithurst / csxbcs@comp.leeds.ac.uk / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 11: 7:37 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id DE6E837B404; Tue, 23 Jan 2001 11:07:15 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f0NJMgS01273; Tue, 23 Jan 2001 11:22:42 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200101231922.f0NJMgS01273@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Alfred Perlstein Cc: FreeBSD stable , doc@FreeBSD.ORG Subject: Re: Dell PERC 3 support? In-reply-to: Your message of "Tue, 23 Jan 2001 10:50:39 PST." <20010123105038.S26076@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 Jan 2001 11:22:42 -0800 From: Mike Smith Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Adding new disk types is just too damn painful. 8( > > How about a mini-howto? Both you and I messed it up several times. > It would help to reduce the chance if there was a step-by-step > out there to remind the disk driver gurus. :) Please arrange to have this put wherever it'll do the most good... Adding Your new Disk Driver, Mini-Howto r1.0 ------------------------------------------------------------------ (c) 2001 Michael Smith Adding a disk driver to FreeBSD is relatively easy, but there are a number of non-obvious steps that must be followed for it to all work right. We assume here that you have already successfully developed and tested your driver, and that you're ready to commit it to the tree. If you're not committing it, you can still generate diffs for the various files to make the actual commit process move more quickly. 1) Commit the driver. This part is obvious. 2) Commit the module Makefile. All drivers should build as modules. You probably built as a module while you were testing, so don't forget this part. Don't forget to add your module to the parent Makefile as well. 3) Commit the manpage. All drivers should have manpages. The manpage should try to list all the hardware your driver supports, as well as all the diagnostic messages it might print and their causes. Don't forget to add the manpage to the list in the Makefile. Don't put your manpage in an arch-specific directory unless the driver or device is *absolutely* architecture-specific. 4) Update the list in sysinstall/devices.c. For a disk device, the entry should look like: {DEVICE_TYPE_DISK, "foo%d", "FOO disk", , 65538, 8, 4}, Where is the cdev major number of your driver. 5) Update libdisk/create_chunk.c, by adding a line to parse the disk name in MakeDev(): else if (!strncmp(p, "foo", 4)) cmaj = , p += strlen("foo"); 6) Update libdisk/disk.c, by adding an entry for your disk driver's name in the device_list[] array. 7) Update MAKEDEV to create disk devices for your driver, and (optionally) a control device. You should update: - The 'Disks:' comment at the head of the file. - The 'Individual slices.' conditional. - The (unmarked) 'whole disk' conditional. Use one of the other disk device entries as an example here. The 'name' and 'chr' variables are set to the name and character major number of the disk respectively. The subconditionals exist to deal with the different name lengths (to parse the unit number), and you should add your driver to the appropriate case. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 12:13:24 2001 Delivered-To: freebsd-doc@freebsd.org Received: from hotmail.com (f191.pav1.hotmail.com [64.4.31.191]) by hub.freebsd.org (Postfix) with ESMTP id A5A0E37B401 for ; Tue, 23 Jan 2001 12:13:07 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 23 Jan 2001 12:13:07 -0800 Received: from 206.173.202.164 by pv1fd.pav1.hotmail.msn.com with HTTP; Tue, 23 Jan 2001 20:13:07 GMT X-Originating-IP: [206.173.202.164] From: "Eric Buchanan" To: FreeBSD-doc@FreeBSD.ORG Subject: subscribe Date: Tue, 23 Jan 2001 20:13:07 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jan 2001 20:13:07.0377 (UTC) FILETIME=[E65C9210:01C08578] Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 17:16:16 2001 Delivered-To: freebsd-doc@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 11D4237B6B9 for ; Tue, 23 Jan 2001 17:15:52 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0O1FpK18600 for doc@freebsd.org; Tue, 23 Jan 2001 17:15:51 -0800 (PST) Date: Tue, 23 Jan 2001 17:15:51 -0800 From: Alfred Perlstein To: doc@freebsd.org Subject: manpage formatting weirdness Message-ID: <20010123171550.O26076@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, % man pthread_cond_timedwait PTHREAD_COND_TIMEDWAIT(FreeBSD Library Functions ManuPTHREAD_COND_TIMEDWAIT(3) NAME pthread_cond_timedwait - wait on a condition variable for a specific amount of time Is there any way to fix that (the title page) ? Do we want to? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 18:51: 3 2001 Delivered-To: freebsd-doc@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id 6A16237B69B for ; Tue, 23 Jan 2001 18:50:46 -0800 (PST) Received: from home.com ([24.114.5.215]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010124025030.SWKX2929.femail2.rdc1.on.home.com@home.com> for ; Tue, 23 Jan 2001 18:50:30 -0800 Message-ID: <3A6E4281.65DB9BA0@home.com> Date: Tue, 23 Jan 2001 21:48:33 -0500 From: "Allan P. Magmanlac" X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-22 i586) X-Accept-Language: en MIME-Version: 1.0 To: doc@FreeBSD.org Subject: CVsup Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Can CVsup server be configured as to allow only connections from specified hosts. (like 10 clients only). and can it be configured as to require users first to authenticate before getting any updates. thankyou please reply to: allan_magmanlac@hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 23 19:27: 3 2001 Delivered-To: freebsd-doc@freebsd.org Received: from fsmail.net (mail.fsmail.net [216.200.119.37]) by hub.freebsd.org (Postfix) with SMTP id 652D537B6A7 for ; Tue, 23 Jan 2001 19:26:38 -0800 (PST) Received: (qmail 7501 invoked by uid 1120); 24 Jan 2001 03:16:10 -0000 Message-ID: <20010124031610.7500.qmail@fsmail.net> From: William Bailey Subject: To: jorge@luckyscasino.com Cc: Date: Wed, 24 Jan 2001 03:16:10 +0000 (GMT+00:00) MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hola! Recientemente visite su sitio en internet y creo que talvez ud. se encuentre interesado en formar una alianza estrategica. Nuestra compañia es dueña y opera varios casinos en linea con todas las licencias. Tenemos mas de 30,000 clientes y 8,500 sitios asociados. La industria de juegos en linea es la mas explosiva en la red, con cerca de $10 billones proyectados para el para el ano 2002. Nos gustaria ofrecerle la siguiente propuesta: Quest Global Entretenimiento provee: * Casino / Casa de Apuestas, diseño completo (por ejemplo, vaya a www.getyourcasino.com/spanish) *Todo los programas del juego, servicio al cliente, procesamiento de tarjetas de credito, y apoyo logistico *Mas de 50% de ganancias netas del casino, (hechas en tiempo real). *Los Cheques de las ganancias seran enviados por correo cada viernes, llueva o truene!. Ud. nos dara: *Promocion del Casino, por medio de banners, correo electronico o ubicacion en los buscadores. Sin tomar ningun riesgo, ud llevara trafico a su casino personal en Internet, e inmediatamente aumentara los ingresos brutos de su compania. Lo invito a observar nuestro sitio corporativo en la siguiente direccion: http://www.getyourcasino.com/spanish Esperamos llegar a saber de ud. muy pronto! Cordialmente Ericka Rivera Directora Latinoamerica _______________________________________________________________________ FSmail - Get your free web-based email from Freeserve: www.fsmail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 3:31:34 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id C421F37B6A4; Wed, 24 Jan 2001 03:31:15 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f0NMgf601997; Tue, 23 Jan 2001 22:42:41 GMT (envelope-from nik) Date: Tue, 23 Jan 2001 22:42:41 +0000 From: Nik Clayton To: Ben Smithurst , grog@freebsd.org Cc: Alexey Zelkin , Ruslan Ermilov , Sheldon Hearn , Mike Pritchard , doc@FreeBSD.org Subject: Re: mdoc(7) questionnaire (was: Re: trailing dot in .Nd) Message-ID: <20010123224241.A1974@canyon.nothing-going-on.org> References: <20010122175432.A31943@sunbay.com> <20010122185304.B25101@comp.leeds.ac.uk> <20010123101530.A98532@sunbay.com> <20010123164227.A4978@ark.cris.net> <20010123162819.C29189@comp.leeds.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010123162819.C29189@comp.leeds.ac.uk>; from csxbcs@comp.leeds.ac.uk on Tue, Jan 23, 2001 at 04:28:19PM +0000 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've explicitly pulled Greg Lehey in to this. On Tue, Jan 23, 2001 at 04:28:19PM +0000, Ben Smithurst wrote: > Alexey Zelkin wrote: > > >> 2. Should we consistently change all occurrences of ``.Nm Foo'' to > >> ``.Nm foo'' where the command name is actually ``foo''? (YES, NO) > > > > Yes, of course, but it just should be changed to construction like > > > > The command/utility/etc > > .Nm > > I disagree with this, putting "the ... command" around something is just > unnecessary IMO. But perhaps grammatical correctness means more to some > people than it does to me. :-) FWIW, that's my opinion as well. However, out of the depths of my somewhat rusty memory I think I recall Greg Lehey having some compelling reasons for doing the opposite (i.e., what Alexey is suggesting). I can't for the life of me remember what they were though, hence the cc:, in the hope that Greg can remind us. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 3:51:11 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98A7437B6B5; Wed, 24 Jan 2001 03:50:54 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBonL20640; Wed, 24 Jan 2001 03:50:49 -0800 (PST) (envelope-from ben) Date: Wed, 24 Jan 2001 03:50:49 -0800 (PST) From: Message-Id: <200101241150.f0OBonL20640@freefall.freebsd.org> To: robert@gizmo.quizbot.org, ben@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/24567: typo in articles/vm-design/article.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in articles/vm-design/article.sgml State-Changed-From-To: open->closed State-Changed-By: ben State-Changed-When: Wed Jan 24 11:50:34 GMT 2001 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=24567 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 5: 9:34 2001 Delivered-To: freebsd-doc@freebsd.org Received: from machelp.ns.biu.ac.il (machelp.ns.biu.ac.il [132.70.170.138]) by hub.freebsd.org (Postfix) with SMTP id 47D1337B400 for ; Wed, 24 Jan 2001 05:09:16 -0800 (PST) Received: from dclaptop ([132.70.171.79]) by machelp.ns.biu.ac.il (AppleShare IP Mail Server 6.3.1) id 67388 via TCP with SMTP; Wed, 24 Jan 2001 15:10:04 +0200 Message-ID: <001701c08606$a6e89500$4fab4684@ns.biu.ac.il> From: "D. Cohen" To: Subject: Israeli server Date: Wed, 24 Jan 2001 15:07:49 +0200 Organization: Head Macintosh SysAdmin, BIU. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0014_01C08617.6A483220" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0014_01C08617.6A483220 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable Hello, Why isn't there an Israeli server ?=20 ------=_NextPart_000_0014_01C08617.6A483220 Content-Type: text/html; charset="windows-1255" Content-Transfer-Encoding: quoted-printable
Hello,
 
Why isn't there an Israeli server ?=20
------=_NextPart_000_0014_01C08617.6A483220-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 6:28:16 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF81F37B6A0; Wed, 24 Jan 2001 06:27:59 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OERx150925; Wed, 24 Jan 2001 06:27:59 -0800 (PST) (envelope-from ben) Date: Wed, 24 Jan 2001 06:27:59 -0800 (PST) From: Message-Id: <200101241427.f0OERx150925@freefall.freebsd.org> To: ben@FreeBSD.org, freebsd-doc@freebsd.org, ben@FreeBSD.org Subject: Re: docs/24434: cipher(3) man pages needs to state that -lcipher is needed. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cipher(3) man pages needs to state that -lcipher is needed. Responsible-Changed-From-To: freebsd-doc->ben Responsible-Changed-By: ben Responsible-Changed-When: Wed Jan 24 14:27:41 GMT 2001 Responsible-Changed-Why: Committed to -current, I'll MFC it soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=24434 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 14:26:52 2001 Delivered-To: freebsd-doc@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 46C8937B400; Wed, 24 Jan 2001 14:26:33 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id CB1506AB74; Thu, 25 Jan 2001 08:56:30 +1030 (CST) Date: Thu, 25 Jan 2001 08:56:30 +1030 From: Greg Lehey To: Nik Clayton Cc: Ben Smithurst , Alexey Zelkin , Ruslan Ermilov , Sheldon Hearn , Mike Pritchard , doc@FreeBSD.org Subject: Re: mdoc(7) questionnaire (was: Re: trailing dot in .Nd) Message-ID: <20010125085630.F37060@wantadilla.lemis.com> References: <20010122175432.A31943@sunbay.com> <20010122185304.B25101@comp.leeds.ac.uk> <20010123101530.A98532@sunbay.com> <20010123164227.A4978@ark.cris.net> <20010123162819.C29189@comp.leeds.ac.uk> <20010123224241.A1974@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010123224241.A1974@canyon.nothing-going-on.org>; from nik@freebsd.org on Tue, Jan 23, 2001 at 10:42:41PM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tuesday, 23 January 2001 at 22:42:41 +0000, Nik Clayton wrote: > I've explicitly pulled Greg Lehey in to this. > > On Tue, Jan 23, 2001 at 04:28:19PM +0000, Ben Smithurst wrote: >> Alexey Zelkin wrote: >> >>>> 2. Should we consistently change all occurrences of ``.Nm Foo'' to >>>> ``.Nm foo'' where the command name is actually ``foo''? (YES, NO) >>> >>> Yes, of course, but it just should be changed to construction like >>> >>> The command/utility/etc >>> .Nm >> >> I disagree with this, putting "the ... command" around something is just >> unnecessary IMO. But perhaps grammatical correctness means more to some >> people than it does to me. :-) This is punctuation, not grammar. > FWIW, that's my opinion as well. However, out of the depths of my > somewhat rusty memory I think I recall Greg Lehey having some compelling > reasons for doing the opposite (i.e., what Alexey is suggesting). I > can't for the life of me remember what they were though, hence the cc:, > in the hope that Greg can remind us. Hmm. I can't recall a compelling reason. Obviously a sentence starting with a lower-case letter looks funny, so if we can avoid it, we should. I've just checked vinum(8), and I find a number of sequences like this: Exit the .Nm program when running in interactive mode. Terminate access to the objects, or stop .Nm if no parameters are specified. On the other hand, I also have: .Sh DESCRIPTION .Nm is a utility program to communicate with the \fBVinum\fP\| logical volume manager. This rather confirms my recollection that I'd like to avoid putting lower-case letters at the beginning of a sentence, but that I'd do it rather than bloat the style. I think that's what you're saying as well. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 15:35:44 2001 Delivered-To: freebsd-doc@freebsd.org Received: from ns1.calcom.com.au (unknown [203.35.115.65]) by hub.freebsd.org (Postfix) with SMTP id 8D44137B400 for ; Wed, 24 Jan 2001 15:35:24 -0800 (PST) Received: from comp1 [192.168.0.160] by ns1.calcom.com.au (SMTPD32-4.06) id A81147E00EA; Thu, 25 Jan 2001 10:41:05 +03d00 Message-ID: <000901c0865e$2fff9260$a000a8c0@comp1> From: "Keenan" To: Subject: Download Date: Thu, 25 Jan 2001 10:34:24 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01C086BA.62F16480" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C086BA.62F16480 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have read your handbook and could make very little sense of how to = download FreeBSD. When I went to the ftp site i could understand nothing = and download nothing. Please help. ------=_NextPart_000_0006_01C086BA.62F16480 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have read your handbook and could = make very=20 little sense of how to download FreeBSD. When I went to the ftp site i = could=20 understand nothing and download nothing. Please = help.
------=_NextPart_000_0006_01C086BA.62F16480-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 15:55: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 3F0F837B401 for ; Wed, 24 Jan 2001 15:54:50 -0800 (PST) Received: from HSE-QCity-ppp94185.qc.sympatico.ca ([64.230.224.150]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010124235446.VLPI6682.tomts7-srv.bellnexxia.net@HSE-QCity-ppp94185.qc.sympatico.ca>; Wed, 24 Jan 2001 18:54:46 -0500 Date: Wed, 24 Jan 2001 18:59:23 -0500 (EST) From: Felix-Antoine Paradis To: Keenan Cc: Subject: Re: Download In-Reply-To: <000901c0865e$2fff9260$a000a8c0@comp1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- You should login at: ftp.freebsd.org or your local mirror. then... cd pub cd FreeBSD cd releases cd i386 (or alpha) then, you have the choice of the release cd 4.1-RELEASE (as an example) then, download everything to your HD. or there are iso in: /pub/FreeBSD/releases/i386/ISO-IMAGES Have a nice day. On Thu, 25 Jan 2001, Keenan wrote: > I have read your handbook and could make very little sense of how to download FreeBSD. When I went to the ftp site i could understand nothing and download nothing. Please help. > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Felix-Antoine Paradis . cell: 1-418-261-0865 . . IRC: reel @ DALnet . job: Idemnia Network . . Email: reel@sympatico.ca . *** www.FreeBSD.org *** . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."1029 push-ups a day keeps the Hells Angels away..." . . --Felix-Antoine Paradis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBOm9sYBcIKY4ZDBRpAQG6ygP+LvRHwNhyLGCctvQBBpB8hxojg/85TyoP Zk0T4UpZDREok4ar8RlQgpSo8BvZzDVa5gCaExZhUOcgxZOEIzlwDf8OFpCoYaxY VdlCdlzou/YRQex4UlldIj570KSoTfHE/SC/afi/xQikUU94pt65vw/jqIgFRhib evrpFvg14Hw= =98L9 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 16:20:31 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62F8437B402 for ; Wed, 24 Jan 2001 16:20:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P0KDk17361; Wed, 24 Jan 2001 16:20:13 -0800 (PST) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 4B8FB37B400 for ; Wed, 24 Jan 2001 16:14:15 -0800 (PST) Received: (from root@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f1P0DuB08171; Sun, 25 Feb 2001 01:13:56 +0100 (CET) (envelope-from root) Message-Id: <200102250013.f1P0DuB08171@heinz.jollem.com> Date: Sun, 25 Feb 2001 01:13:56 +0100 (CET) From: Ernst de Haan Reply-To: ernst@jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/24622: Man page of "ugen" missing. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24622 >Category: docs >Synopsis: Man page of "ugen" missing. >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 Jan 24 16:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.2-STABLE i386 >Organization: Jollem Information Technology >Environment: FreeBSD 4.2-STABLE >Description: The usb(4) man page states that more information about ugen can be found in man page ugen(4) but there is none: SEE ALSO The USB specifications can be found at http://www.usb.org/developers/docs.htm. pci(4), ohci(4), ugen(4), uhci(4), uhid(4), ukbd(4), ulpt(4), ums(4), usbd(8), usbdevs(8) >How-To-Repeat: Execute "man usb". >Fix: Supply the man page ugen(4). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 16:36:21 2001 Delivered-To: freebsd-doc@freebsd.org Received: from cfcl.com (cpe-24-221-169-54.ca.sprintbbd.net [24.221.169.54]) by hub.freebsd.org (Postfix) with ESMTP id AAAA537B6AB for ; Wed, 24 Jan 2001 16:36:02 -0800 (PST) Received: from [192.168.168.205] (cerberus [192.168.168.205]) by cfcl.com (8.9.3/8.9.3) with ESMTP id QAA99137 for ; Wed, 24 Jan 2001 16:35:04 -0800 (PST) (envelope-from rdm@cfcl.com) Mime-Version: 1.0 Message-Id: Date: Wed, 24 Jan 2001 16:34:19 -0800 To: freebsd-doc@FreeBSD.ORG From: Rich Morin Subject: Help with documenting device names? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like some help in determining the parsing rules for device names. For instance, there is obviously a naming pattern at work for ad0 ad0f ad0s4 ad1e ad1s3 ad2d ad2s2 ad3c ad3s1 ad0a ad0g ad1 ad1f ad1s4 ad2e ad2s3 ad3d ad3s2 ad0b ad0h ad1a ad1g ad2 ad2f ad2s4 ad3e ad3s3 ad0c ad0s1 ad1b ad1h ad2a ad2g ad3 ad3f ad3s4 ad0d ad0s2 ad1c ad1s1 ad2b ad2h ad3a ad3g ad0e ad0s3 ad1d ad1s2 ad2c ad2s1 ad3b ad3h rad0 rad0f rad0s4 rad1e rad1s3 rad2d rad2s2 rad3c rad3s1 rad0a rad0g rad1 rad1f rad1s4 rad2e rad2s3 rad3d rad3s2 rad0b rad0h rad1a rad1g rad2 rad2f rad2s4 rad3e rad3s3 rad0c rad0s1 rad1b rad1h rad2a rad2g rad3 rad3f rad3s4 rad0d rad0s2 rad1c rad1s1 rad2b rad2h rad3a rad3g rad0e rad0s3 rad1d rad1s2 rad2c rad2s1 rad3b rad3h but what is it? Ultimately, I would like to mechanize the result, so that I could take a name such as /dev/rad1c and say useful things about it, as: /dev/ad1c corresponds to partition "a" of unit "1" of the raw "ad" (ATA disk) device. See ata(4) for more information. If anyone out there is very familiar with the /dev entries and would like to help with this effort, please contact me. -r -- -- http://www.cfcl.com/rdm email: rdm@cfcl.com phone: +1 650-873-7841 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 16:41:19 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id BD32337B402 for ; Wed, 24 Jan 2001 16:41:02 -0800 (PST) Received: from nca-133 ([63.200.125.100]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0G7O00K72Y54NH@mta5.snfc21.pbi.net> for freebsd-doc@FreeBSD.org; Wed, 24 Jan 2001 15:51:04 -0800 (PST) Date: Wed, 24 Jan 2001 15:50:31 -0800 From: Michael Zury Subject: ADV: Revenue Sharing with FreeBSD Handbook To: FreeBSD Handbook Message-id: <0G7O00K7RY72NH@mta5.snfc21.pbi.net> Organization: NetPull, Inc. MIME-version: 1.0 X-Mailer: GoldMine [5.00.061] Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Webmaster, We are NetPull, an advertising network that specializes in connecting = advertisers with websites that reach the advertiser's target market. I would = like to discuss a revenue sharing relationship with you. I would like to see if we could help construct a shopping portal for you to = generate some additional revenue from your site. This month we are focused on = Valentine's Day. I encourage you to visit our website at www.netpull.com. It = does provide some more information about us. Please contact me via e-mail or = by phone (831) 624-8530 (US) and let me know if this is of interest to you. I = would be more that happy to send you some additional information or answer any = questions. Sincerely, Michael Zury www.netpull.com E-mail: michael@netpull.com Tel: (831) 624-8530 (US) FreeBSD Handbook To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 16:43: 1 2001 Delivered-To: freebsd-doc@freebsd.org Received: from cfcl.com (cpe-24-221-169-54.ca.sprintbbd.net [24.221.169.54]) by hub.freebsd.org (Postfix) with ESMTP id D9C0F37B401 for ; Wed, 24 Jan 2001 16:42:44 -0800 (PST) Received: from [192.168.168.205] (cerberus [192.168.168.205]) by cfcl.com (8.9.3/8.9.3) with ESMTP id QAA99230 for ; Wed, 24 Jan 2001 16:42:01 -0800 (PST) (envelope-from rdm@cfcl.com) Mime-Version: 1.0 Message-Id: Date: Wed, 24 Jan 2001 16:41:15 -0800 To: freebsd-doc@FreeBSD.ORG From: Rich Morin Subject: Re: Help with documenting device names? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That will teach me to send out half-edited messages (:-). Try: /dev/rad1c corresponds to partition "c" of unit "1" of the raw "ad" (ATA disk) device. See ata(4) for more information. -r -- -- http://www.cfcl.com/rdm email: rdm@cfcl.com phone: +1 650-873-7841 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 17: 9: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from cm.datatex.com.ni (www.datatex.com.ni [209.198.231.3]) by hub.freebsd.org (Postfix) with ESMTP id 9464E37B401 for ; Wed, 24 Jan 2001 17:08:45 -0800 (PST) Received: from ppp (pclech.datatex.com.ni [209.198.231.90]) by cm.datatex.com.ni (8.11.2/8.11.2) with SMTP id f0P1BBC15382 for ; Wed, 24 Jan 2001 19:11:18 -0600 (CST) Message-Id: <3.0.6.32.20010124230807.007ac890@datatex.com.ni> Message-Id: <5.0.2.1.0.20010124170508.009efa20@datatex.com.ni> X-Sender: lech@datatex.com.ni X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 24 Jan 2001 23:08:07 -0600 To: freebsd-doc@FreeBSD.ORG From: "Ing. Leonel Lechado T." Subject: SOPORTE Mime-Version: 1.0 Content-Type: text/enriched; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org

Hola, reciban saludes de mi parte les escribo porque acabo de montarle BSD OS 4.2 a mi servidor de Internet y no se manejar el sistema muy bien asi que deseara saber si me pueden dar un link para algun manual o algo parecido y mejor si me lo envian  a mi correo el documento y si se puede en espa=F1ol mejor aun, esperando respuesta me despido de ustedes.....


*****************************************************
Ing. Leonel Lechado T
lech@datatex.com.ni
Admon Nodo Internet Datatex
tel: 278-2121 Ext.28
*****************************************************



***************************************************** Ing. Leonel Lechado T lech@datatex.com.ni Admon Nodo Internet Datatex tel: 278-2121 Ext.28 ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 18:17:20 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id C57FD37B404 for ; Wed, 24 Jan 2001 18:17:03 -0800 (PST) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id SAA24227; Wed, 24 Jan 2001 18:16:59 -0800 (PST) Date: Wed, 24 Jan 2001 18:31:47 -0800 (PST) From: "Jason C. Wells" X-Sender: jcwells@utah To: Keenan Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Download In-Reply-To: <000901c0865e$2fff9260$a000a8c0@comp1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Jan 2001, Keenan wrote: > I have read your handbook and could make very little sense of how to > download FreeBSD. When I went to the ftp site i could understand nothing > and download nothing. Please help. There is another method. http://www.freebsd.org/handbook/install.html Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 20:36:23 2001 Delivered-To: freebsd-doc@freebsd.org Received: from webmail.atlas.cz (w8.atlas.cz [195.119.187.188]) by hub.freebsd.org (Postfix) with ESMTP id 7D3E237B699 for ; Wed, 24 Jan 2001 20:36:05 -0800 (PST) Received: from mail pickup service by webmail.atlas.cz with Microsoft SMTPSVC; Thu, 25 Jan 2001 05:35:57 +0100 Content-Class: urn:content-classes:message From: To: "FreeBSD Handbook" Cc: "Michael Zury" Subject: Re: ADV: Revenue Sharing with FreeBSD Handbook Date: Thu, 25 Jan 2001 05:35:57 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Windows 2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Thread-Index: AcCGiE99JCNb9PJxEdS40wCQJ+UEcw== Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoth Michael Zury never more: >I would like to see if we could help construct a >shopping portal for you to generate some additional >revenue from your site. This month we are focused >on Valentine's Day. Can Chuckie be my Valentine? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 24 20:55:10 2001 Delivered-To: freebsd-doc@freebsd.org Received: from changeofhabit.mr.itd.umich.edu (changeofhabit.mr.itd.umich.edu [141.211.144.17]) by hub.freebsd.org (Postfix) with ESMTP id 511BF37B400 for ; Wed, 24 Jan 2001 20:54:51 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by changeofhabit.mr.itd.umich.edu (8.9.3/3.2r) with SMTP id XAA00437; Wed, 24 Jan 2001 23:54:49 -0500 (EST) From: Tim McMillen To: "Ing. Leonel Lechado T." , freebsd-doc@FreeBSD.ORG Subject: Re: SOPORTE Date: Wed, 24 Jan 2001 23:58:53 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: <3.0.6.32.20010124230807.007ac890@datatex.com.ni> In-Reply-To: <3.0.6.32.20010124230807.007ac890@datatex.com.ni> MIME-Version: 1.0 Message-Id: <01012423585303.25483@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hola, este es una lista en ingles, pero hablo un poquito espanol. Creo que no hay mucha de manual en espanol. Hay un poco a http://www.freebsd.org/es/ Mucho de los manuales estan a: http://www.freebsd.org/ El Handbook es un gran libre de FreeBSD, pero es en ingles. Hay listas de coreo que en espanol. Ud. trata freebsd@es.freebsd.org Escribe una mesaje con la palabra help y no subjecto a majordomo@es.freebsd.org para mas informacion. Buenas noches (para mi, por lo menos :) Tim On Thursday January 25, 2001 00:08, Ing. Leonel Lechado T. wrote: > >
>

> Hola, reciban saludes de mi parte les escribo porque acabo de > montarle BSD OS 4.2 a mi servidor de Internet y no se manejar el > sistema muy bien asi que deseara saber si me pueden dar un link para > algun manual o algo parecido y mejor si me lo envian  a mi > correo el documento y si se puede en español mejor aun, esperando > respuesta me despido de ustedes.....
>
>
> *****************************************************
> Ing. Leonel Lechado T
> lech@datatex.com.ni
> Admon Nodo Internet Datatex
> tel: 278-2121 Ext.28
> *****************************************************
>
>
>
> > > > > > > > ***************************************************** > > Ing. Leonel Lechado T > > lech@datatex.com.ni > > Admon Nodo Internet Datatex > > tel: 278-2121 Ext.28 > > ***************************************************** > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 5:12:41 2001 Delivered-To: freebsd-doc@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 6C14837B400 for ; Thu, 25 Jan 2001 05:12:24 -0800 (PST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by white.imgsrc.co.jp (8.11.2/8.11.0) with ESMTP id f0PDCJj73292; Thu, 25 Jan 2001 22:12:19 +0900 (JST) Date: Thu, 25 Jan 2001 22:12:13 +0900 Message-ID: <7mn1cfpyhe.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: "Allan P. Magmanlac" Cc: doc@FreeBSD.ORG Subject: Re: CVsup In-Reply-To: <3A6E4281.65DB9BA0@home.com> References: <3A6E4281.65DB9BA0@home.com> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 13) (Crater Lake) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 24 Jan 2001 02:51:06 GMT, Allan P. Magmanlac wrote: > Can CVsup server be configured as to allow only connections > from specified hosts. (like 10 clients > only). and can it be configured as to require users first to > authenticate before getting any updates. Yes and yes. Please refer cvsupd(8) manual page. -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 8:36:24 2001 Delivered-To: freebsd-doc@freebsd.org Received: from ns1.ey-as.com (unknown [165.252.27.12]) by hub.freebsd.org (Postfix) with ESMTP id 7DC8837B6A7 for ; Thu, 25 Jan 2001 08:36:07 -0800 (PST) Subject: hello To: doc@FreeBSD.org X-Mailer: Lotus Notes Release 5.0.4 June 8, 2000 Message-ID: From: Randy.Whiting@ey-as.com Date: Thu, 25 Jan 2001 10:36:26 -0600 X-MIMETrack: Serialize by Router on NS1/SRV/CGEYAS/US(Release 5.0.5 |September 22, 2000) at 01/25/2001 10:36:06 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I was wondering, is there a pdf or printable version of the FreeBSD handbook available anywhere? I'm trying to save a few trees here (and some time). If i print from the website so much space gets wasted on logos and all of that other spacial HTML stuff.. Can you help me out please? Thanks a lot, Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 9: 1: 1 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A90437B401; Thu, 25 Jan 2001 09:00:43 -0800 (PST) Received: (from wes@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PH0hG45619; Thu, 25 Jan 2001 09:00:43 -0800 (PST) (envelope-from wes) Date: Thu, 25 Jan 2001 09:00:43 -0800 (PST) From: Message-Id: <200101251700.f0PH0hG45619@freefall.freebsd.org> To: wes@FreeBSD.org, freebsd-doc@freebsd.org, wes@freebsd.org Subject: Re: docs/24125: connect(2) can yield EWOULDBLOCK/EAGAIN Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: connect(2) can yield EWOULDBLOCK/EAGAIN Responsible-Changed-From-To: freebsd-doc->wes@freebsd.org Responsible-Changed-By: wes Responsible-Changed-When: Thu Jan 25 08:58:54 PST 2001 Responsible-Changed-Why: I'll shepherd this one, I've recently commited a fix to the code. http://www.freebsd.org/cgi/query-pr.cgi?pr=24125 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 9: 5:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from melete.ch.intel.com (melete.ch.intel.com [143.182.246.25]) by hub.freebsd.org (Postfix) with ESMTP id 812F837B400 for ; Thu, 25 Jan 2001 09:05:27 -0800 (PST) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by melete.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.33 2000/11/21 19:27:27 smothers Exp $) with ESMTP id RAA00896; Thu, 25 Jan 2001 17:07:57 GMT Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.14 2001/01/02 18:39:59 steved Exp $) with ESMTP id KAA13639; Thu, 25 Jan 2001 10:05:05 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id MAA28509; Thu, 25 Jan 2001 12:05:06 -0500 (EST) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14960.23745.898604.458999@hip186.ch.intel.com> Date: Thu, 25 Jan 2001 10:05:05 -0700 (MST) To: Randy.Whiting@ey-as.com Cc: doc@freebsd.org Subject: Re: hello In-Reply-To: References: X-Mailer: VM 6.75 under Emacs 20.6.3 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Thursday, January 25, Randy.Whiting@ey-as.com wrote: ] > Hello, > > I was wondering, is there a pdf or printable version of the FreeBSD > handbook available anywhere? I'm trying to save a few trees here (and some > time). If i print from the website so much space gets wasted on logos and > all of that other spacial HTML stuff.. Can you help me out please? > > Thanks a lot, > Randy > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message ftp://ftp.freebsd.org/pub/FreeBSD/doc/en_US.ISO_8859-1/books/ explore to your heart's content (everything is compressed but rtf, text, ps, and PDF exist ... even pdb files to download to your Palm :) -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 13:47:58 2001 Delivered-To: freebsd-doc@freebsd.org Received: from changeofhabit.mr.itd.umich.edu (changeofhabit.mr.itd.umich.edu [141.211.144.17]) by hub.freebsd.org (Postfix) with ESMTP id 5E24337B6A6 for ; Thu, 25 Jan 2001 13:47:41 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by changeofhabit.mr.itd.umich.edu (8.9.3/3.2r) with SMTP id QAA25373 for ; Thu, 25 Jan 2001 16:47:35 -0500 (EST) From: Tim McMillen To: doc@freebsd.org Subject: Online handbook mistakes Date: Thu, 25 Jan 2001 16:51:31 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <0101251651310B.25766@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, did anybody notice the online handbook is waxed again? It goes from 15.6 to B.1. Just a heads up, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 14: 3:10 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailout00.sul.t-online.com (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id 6AC4437B6AE for ; Thu, 25 Jan 2001 14:02:44 -0800 (PST) Received: from fwd01.sul.t-online.com by mailout00.sul.t-online.com with smtp id 14LuTW-0005lb-0D; Thu, 25 Jan 2001 23:02:38 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.195.8]) by fmrl01.sul.t-online.com with esmtp id 14LuTL-0o71bUC; Thu, 25 Jan 2001 23:02:27 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id D447BAB0C; Thu, 25 Jan 2001 23:04:40 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id B885A14AF2; Thu, 25 Jan 2001 23:02:27 +0100 (CET) Date: Thu, 25 Jan 2001 23:02:27 +0100 To: Tim McMillen Cc: doc@freebsd.org Subject: Re: Online handbook mistakes Message-ID: <20010125230227.D20056@cichlids.cichlids.com> References: <0101251651310B.25766@tim.elnsng1.mi.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0101251651310B.25766@tim.elnsng1.mi.home.com>; from timcm@umich.edu on Thu, Jan 25, 2001 at 04:51:31PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Tim McMillen (timcm@umich.edu): > Hi, did anybody notice the online handbook is waxed again? It goes from > 15.6 to B.1. Just a heads up, Try to press SHIFT-RELOAD Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 14:48:21 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by hub.freebsd.org (Postfix) with ESMTP id A6CF037B401; Thu, 25 Jan 2001 14:47:57 -0800 (PST) Received: from purol.East.Sun.COM ([129.148.9.11]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id OAA02333; Thu, 25 Jan 2001 14:47:54 -0800 (PST) Received: from hermes (hobo220.Eng.Sun.COM [129.146.31.220]) by purol.East.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id RAA29982; Thu, 25 Jan 2001 17:47:49 -0500 (EST) Received: from ndw by hermes with local (Exim 3.12 #1 (Debian)) id 14LvAr-0000En-00; Thu, 25 Jan 2001 14:47:25 -0800 To: Nik Clayton Cc: Alexander Langer , cvs-committers@freebsd.org, cvs-all@freebsd.org, doc@freebsd.org, nwalsh@nwalsh.com Subject: Re: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files patch-common_dbl1de.dsl References: <200101190840.f0J8e7e87294@freefall.freebsd.org> <20010119105051.A47479@canyon.nothing-going-on.org> <20010119125752.A56295@cichlids.cichlids.com> <20010119155319.A48911@canyon.nothing-going-on.org> From: Norman Walsh X-URL: http://nwalsh.com/ In-Reply-To: <20010119155319.A48911@canyon.nothing-going-on.org> Message-ID: <877l3j620m.fsf@nwalsh.com> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: 25 Jan 2001 14:47:24 -0800 Lines: 28 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org / Nik Clayton was heard to say: | Then Norm changed how he did things. Instead of using a bunch of | variables, one per (language x element) pair, he created this function | called gentext-label-title-sep (and others in the same style). I | suspect this probably makes the DSSSL processing faster, or something. Well, it certainly reduced the number of variables I had to keep track of :-) | The problem with this, from our point of view, is that it's no longer | possible to override a single entry in our customisation. Instead, to | fix and , I have to duplicate all of the code from | dbl1en.dsl that defines the en-label-title-sep hash[1] *or* rewrite the | gentext-en-label-title-sep function so that it special cases | and before it looks in the en-label-title-sep hash. | | Neither of which are particularly clean, so I've sort of ignored the | problem, in the hope that I dream up a better way. Yeah, I see the problem. Ugh. I think in the short term, you should redefine the hash. Be seeing you, norm -- Norman Walsh | If you run after wit you will succeed http://nwalsh.com/ | in catching folly.--Montesquieu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 15:21:56 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id E706D37B6A3 for ; Thu, 25 Jan 2001 15:21:38 -0800 (PST) Received: from fwd01.sul.t-online.com by mailout01.sul.t-online.com with smtp id 14Lvht-000672-04; Fri, 26 Jan 2001 00:21:33 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.195.8]) by fmrl01.sul.t-online.com with esmtp id 14Lvhq-21mDxoC; Fri, 26 Jan 2001 00:21:30 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 4639BAB0C; Fri, 26 Jan 2001 00:23:43 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id B8F6414A6B; Fri, 26 Jan 2001 00:21:29 +0100 (CET) Date: Fri, 26 Jan 2001 00:21:29 +0100 From: Alexander Langer To: Tim McMillen Cc: doc@freebsd.org Subject: Re: Online handbook mistakes Message-ID: <20010126002129.A25221@cichlids.cichlids.com> References: <0101251651310B.25766@tim.elnsng1.mi.home.com> <20010125230227.D20056@cichlids.cichlids.com> <0101251733150D.25766@tim.elnsng1.mi.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0101251733150D.25766@tim.elnsng1.mi.home.com>; from timcm@umich.edu on Thu, Jan 25, 2001 at 05:33:15PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. X-Sender: 520050424122-0001@t-dialin.net Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Tim McMillen (timcm@umich.edu): > Did you check it? Hmm, yes. I see the online error, but when I build a local copy, everything is fine. Maybe a temporary error. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 16:23:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from pendragon.tacni.net (unknown [216.178.136.165]) by hub.freebsd.org (Postfix) with SMTP id 8F77137B400 for ; Thu, 25 Jan 2001 16:23:29 -0800 (PST) Received: (qmail 4904 invoked by alias); 26 Jan 2001 00:23:40 -0000 Received: from unknown (HELO arthur.tacni.net) (204.155.159.25) by ns2.sohos.net with SMTP; 26 Jan 2001 00:23:40 -0000 Received: (qmail 76563 invoked by uid 1000); 26 Jan 2001 00:23:04 -0000 Date: Thu, 25 Jan 2001 18:23:04 -0600 From: Erich Zigler To: freebsd-doc@freebsd.org Subject: Greetings Message-ID: <20010125182304.A76536@superhero.org> Mail-Followup-To: Erich Zigler , freebsd-doc@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Eric-Conspiracy: There is no conspiracy. X-Shane: Hi Shane! Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings, I'm new to this mailing list but I have been involved with using FreeBSD in a System Administration and a desktop capacity for the last couple years. I am also the MAINTAINER for a couple ports. In addition I have also written documentation for other projects, and being an avid FreeBSD user I would like to contribute what I can. I was wondering what needs to be done, or helped with. -- Erich Zigler Thinking of using NT for your critical apps? Isn't there enough suffering in the world? -- Sun Microsystems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 16:31:55 2001 Delivered-To: freebsd-doc@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 3D7C737B401 for ; Thu, 25 Jan 2001 16:31:38 -0800 (PST) Received: (qmail 37455 invoked by uid 1001); 26 Jan 2001 00:33:13 -0000 Date: Thu, 25 Jan 2001 19:33:13 -0500 From: Pete Fritchman To: Erich Zigler Cc: freebsd-doc@freebsd.org Subject: Re: Greetings Message-ID: <20010125193313.A37434@databits.net> References: <20010125182304.A76536@superhero.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010125182304.A76536@superhero.org>; from erichz@superhero.org on Thu, Jan 25, 2001 at 06:23:04PM -0600 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org See http://www.FreeBSD.org/docproj/current.html. -pete. ++ 25/01/01 18:23 -0600 - Erich Zigler: >Greetings, > I'm new to this mailing list but I have been involved with using FreeBSD in >a System Administration and a desktop capacity for the last couple years. I >am also the MAINTAINER for a couple ports. > > In addition I have also written documentation for other projects, and being >an avid FreeBSD user I would like to contribute what I can. I was wondering >what needs to be done, or helped with. > >-- >Erich Zigler > >Thinking of using NT for your critical apps? Isn't there enough suffering >in the world? -- Sun Microsystems > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-doc" in the body of the message -- Pete Fritchman Databits Network Services, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 22: 4:58 2001 Delivered-To: freebsd-doc@freebsd.org Received: from student.netserv.chula.ac.th (student.netserv.chula.ac.th [161.200.192.18]) by hub.freebsd.org (Postfix) with ESMTP id 149DA37B69C for ; Thu, 25 Jan 2001 22:04:38 -0800 (PST) Received: from Erlang ([161.200.126.159]) by student.netserv.chula.ac.th (8.9.3/8.9.3) with SMTP id NAA09779 for ; Fri, 26 Jan 2001 13:04:23 +0700 (GMT+0700) Message-ID: <000701c0875d$54683e40$9f7ec8a1@Erlang.math.sc.chula.ac.th> From: "Nha" <43738242@student.chula.ac.th> To: Subject: =?windows-874?B?125lZWQgdG8gaW5zdGFsbCBmcmVlYnNkIG9uIHBjLWNvbXB1dGVy?= Date: Fri, 26 Jan 2001 13:00:46 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C08797.FFECE2E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.31 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.31 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C08797.FFECE2E0 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable Dear, I am student at chularlongkorn University. I'd like to learn about = Freebsd for do=20 my thesis. now I bought a pc computer, so I need to install freebsd on = my computer. regard, apirada=20 ------=_NextPart_000_0004_01C08797.FFECE2E0 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable

Dear,
    I am = student at=20 chularlongkorn University. I'd like to learn about Freebsd for=20 do 
my thesis. now I bought = a pc=20 computer, so I need to install freebsd on my computer.
          &nbs= p;=20 regard,
          &nbs= p;=20 apirada 
------=_NextPart_000_0004_01C08797.FFECE2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 22:22:47 2001 Delivered-To: freebsd-doc@freebsd.org Received: from harumscarum.mr.itd.umich.edu (harumscarum.mr.itd.umich.edu [141.211.125.17]) by hub.freebsd.org (Postfix) with ESMTP id CF3AD37B402 for ; Thu, 25 Jan 2001 22:22:30 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by harumscarum.mr.itd.umich.edu (8.9.3/3.3s) with SMTP id BAA00180; Fri, 26 Jan 2001 01:22:12 -0500 (EST) From: Tim McMillen To: "Nha" <43738242@student.chula.ac.th>, Subject: Re: =?iso-8859-1?q?=D7need=20to=20install=20freebsd=20on=20pc-computer?= Date: Fri, 26 Jan 2001 01:26:15 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: <000701c0875d$54683e40$9f7ec8a1@Erlang.math.sc.chula.ac.th> In-Reply-To: <000701c0875d$54683e40$9f7ec8a1@Erlang.math.sc.chula.ac.th> MIME-Version: 1.0 Message-Id: <0101260126150F.25766@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, see: http://www.freebsd.org/handbook/install.html Choose an installation method, follow the directions and you will have FreeBSD. Read a lot at the website www.freebsd.org and follow a lot of the links, and if you don't understand something you read, then ask questions at the mailing list freebsd-questions@freebsd.org Good luck, Tim On Friday January 26, 2001 01:00, Nha wrote: > > Dear, > I am student at chularlongkorn University. I'd like to learn > about Freebsd for do my thesis. now I bought a pc computer, so I need > to install freebsd on my computer. regard, > apirada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 25 22:44:50 2001 Delivered-To: freebsd-doc@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8D5AF37B400 for ; Thu, 25 Jan 2001 22:44:32 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 316846A936; Fri, 26 Jan 2001 17:14:30 +1030 (CST) Date: Fri, 26 Jan 2001 17:14:30 +1030 From: Greg Lehey To: FreeBSD Documenters Subject: Finally! O'Reilly's gmat package is usable Message-ID: <20010126171429.B1948@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A month or so back I sent a message describing O'Reilly's gmat package, which is what they use for creating their books. It converts DocBook into troff and then formats it. Until yesterday, it sort of limped, but it wasn't really useful enough to do anything with. Now I have found the bug and fixed it, and I think it's reasonable to say that it produces good quality output. It doesn't understand the FreeBSD extensions to DocBook, of course, but it's possible that it could be done. Documentation is sparse; there's no man page, but one of the patches creates a file /usr/ports/textproc/gmat/work/gmat-0.2.4/gmat.sgm, which describes how to use it. I don't much like the interface: instead of using Makefiles, they have a thing called a BOOKFILE, which is administered with various perl incantations. Actually running the formatter is relatively complicated, but you can get an overview with the 'gmat' command and no arguments. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 26 6:23:44 2001 Delivered-To: freebsd-doc@freebsd.org Received: from tvainet.tva.gov (tvainet.tva.gov [152.85.133.14]) by hub.freebsd.org (Postfix) with SMTP id E1C8337B400 for ; Fri, 26 Jan 2001 06:23:26 -0800 (PST) Received: from marvin.cha.tva.gov by tvainet.tva.gov via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 26 Jan 2001 14:23:21 UT Received: from knxknxois7.knx.tva.gov (knxknxois7.knx.tva.gov [152.87.14.85]) by marvin.cha.tva.gov (Switch-2.1.0/Switch-2.1.0/8.11-marvin) with ESMTP id f0QENF805790; Fri, 26 Jan 2001 09:23:16 -0500 (EST) Received: by knxknxois7.knx.tva.gov with Internet Mail Service (5.5.2448.0) id ; Fri, 26 Jan 2001 09:18:38 -0500 Message-ID: From: "Winniski, Mike" To: "'doc@freebsd.org'" Cc: "'mike.winniski@iint.com'" Subject: Security: NT loader setup to boot multiple OS(es) Date: Fri, 26 Jan 2001 09:23:15 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am configuring a Dell PowerEdge J series with dual 800MHz processors, 2 SCSI HD, 512MB SDRAM. The proposed OS(es) employed will be NT4 Server and Solaris 7 OS5.7 for intel x86. I was hoping to get a copy of the NT loader setup that may give some ideas for this configuration. This site original link from http://sun.pmbc.com/faq/9.html#9.2 to http://www.freebsd.org/tutorials/multios/multios.html Can you help. Thanks in advance. Mike Winniski Also can be reached at: mike.winniski@iint.com Forbidden You don't have permission to access /~dcl/publications/NTLDR_Hacking on this server. Apache/1.3.14 Server at eachan.dorsai.org Port 80 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 26 8:15:57 2001 Delivered-To: freebsd-doc@freebsd.org Received: from fsmail.net (mail.fsmail.net [216.200.119.37]) by hub.freebsd.org (Postfix) with SMTP id 259E037B400 for ; Fri, 26 Jan 2001 08:15:38 -0800 (PST) Received: (qmail 23136 invoked by uid 1120); 26 Jan 2001 16:02:25 -0000 Message-ID: <20010126160225.23135.qmail@fsmail.net> From: ericka rivera Subject: alianza estrategica To: ek5_76@yahoo.com Cc: Date: Fri, 26 Jan 2001 16:02:25 +0000 (GMT+00:00) MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hola! Recientemente visite su sitio en internet y creo que talvez ud. se encuentre interesado en formar una alianza estrategica. Nuestra compañia es dueña y opera varios casinos en linea con todas las licencias. Tenemos mas de 30,000 clientes y 8,500 sitios asociados. La industria de juegos en linea es la mas explosiva en la red, con cerca de $10 billones proyectados para el para el ano 2002. Nos gustaria ofrecerle la siguiente propuesta: Quest Global Entretenimiento provee: * Casino / Casa de Apuestas, diseño completo (por ejemplo, vaya a www.getyourcasino.com/spanish) *Todo los programas del juego, servicio al cliente, procesamiento de tarjetas de credito, y apollo logistico *Mas de 50% de ganancias netas del casino, (hechas en tiempo real). *Los Cheques de las ganancias seran enviados por correo cada viernes, llueva o truene!. Ud. nos dara: *Promocion del Casino, por medio de banners, correo electronico o ubicacion en los buscadores. Sin tomar ningun riesgo, ud llevara trafico a su casino personal en Internet, e inmediatamente aumentara los ingresos brutos de su compania. Lo invito a observar nuestro sitio corporativo en la siguiente direccion: http://www.getyourcasino.com/spanish Esperamos llegar a saber de ud. muy pronto! Cordialmente Ericka Rivera Directora Latinoamerica socio@getyourcasino.com _______________________________________________________________________ FSmail - Get your free web-based email from Freeserve: www.fsmail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 26 8:40:50 2001 Delivered-To: freebsd-doc@freebsd.org Received: from yossman.net (yossman.net [207.139.53.200]) by hub.freebsd.org (Postfix) with ESMTP id CBD1337B402 for ; Fri, 26 Jan 2001 08:40:32 -0800 (PST) Received: from localhost (yossman@localhost) by yossman.net (8.9.3/8.9.3) with ESMTP id MAA74226; Fri, 26 Jan 2001 12:01:02 -0500 (EST) (envelope-from yossman@yossman.net) Date: Fri, 26 Jan 2001 12:01:02 -0500 (EST) From: yossman To: doc@freebsd.org Cc: yossman Subject: suggestion re: dial-up firewall tutorial Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org in http://www.freebsd.org/tutorials/dialup-firewall/kernel.html, it is explained what options to add to your kernel before recompiling to enable things like firewall support, and IP stack restrictions like TCP_RESTRICT_RST. in the next page, http://www.freebsd.org/tutorials/dialup-firewall/rcconf.html, you mention that you have to modify /etc/rc.conf to enable those options, but it is not mentioned that if you actually used the additional options like TCP_RESTRICT_RST in your kernel you still have to also turn them on in /etc/rc.conf. it would probably be nice to mention that on that second page -- one of my friends pointed out i needed to do a little additional work in /etc/rc.conf to enable the new SYN options in my kernel, instead of me finding out from this tutorial. just a suggestion, thanks for your time. ;) yossman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 26 9:52:27 2001 Delivered-To: freebsd-doc@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 64F0037B404; Fri, 26 Jan 2001 09:52:05 -0800 (PST) Received: from deneb.dbai.tuwien.ac.at (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f0QHq3e02375; Fri, 26 Jan 2001 18:52:03 +0100 (MET) Received: from localhost (pfeifer@localhost) by deneb.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f0QHq2V15065; Fri, 26 Jan 2001 18:52:03 +0100 (CET) (envelope-from pfeifer@dbai.tuwien.ac.at) X-Authentication-Warning: deneb.dbai.tuwien.ac.at: pfeifer owned process doing -bs Date: Fri, 26 Jan 2001 18:52:02 +0100 (CET) From: Gerald Pfeifer To: Kris Kennaway Cc: , Subject: Re: Security Advisories and the Announcements page In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org So, I now submitted a patch as you had asked, but didn't get any response at at all (and the page has not been updated either). :-( Gerald On Thu, 23 Nov 2000, Gerald Pfeifer wrote: > On Wed, 22 Nov 2000, Kris Kennaway wrote: >> Can you submit a patch please? > > Well, it's really just one line, but here we go. The patch below is for > . > > I intentionally use lower-case HTML tags, as this is what XHTML 1.0 (and > thus any forthcoming standard) demands and also added a missing full-stop > in the Java paragraph. > > Gerald > > --- newsflash.html.1 Tue Nov 14 07:14:14 2000 > +++ newsflash.html Thu Nov 23 02:37:24 2000 > @@ -26,13 +26,16 @@ > subscribe to the freebsd-announce > mailing list.

> > +

For FreeBSD Security Advisories, please refer to the our + href="/security/#adv">Security Information page.

> + >

The FreeBSD Real-Quick (TM) > Newsletter (RQN) is a monthly (sometimes bi-weekly) newsletter > containing recent developments in the FreeBSD arena. Subscribe to > freebsd-announce > to receive this newsletter via e-mail.

> > -

For latest news of FreeBSD Java Project please visit FreeBSD/Java NewsFlash page

> +

For latest news of FreeBSD Java Project please visit FreeBSD/Java NewsFlash page.

> >

For a detailed description of past, present, and future releases, > see the Release > > -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 26 10:58: 1 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mydomain.com (unknown [200.46.27.34]) by hub.freebsd.org (Postfix) with ESMTP id 4CCC937B401; Fri, 26 Jan 2001 10:57:32 -0800 (PST) Date: Fri, 26 Jan 2001 13:59:32 -0500 From: news@theoffshorecentre.com To: Subscribers@FreeBSD.ORG Subject: INSIDE THE OFFSHORE CENTRE Message-Id: <20010126185732.4CCC937B401@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org INSIDE THE OFFSHORE CENTRE.COM _____________________________________________________ Dear Investor, As the New Year begins, theoffshorecentre.com is making it even easier for you to stay informed on matters dealing with asset protection and taxation. You can now choose from a multitude of topics that provide you with the best offshore news and features. You can also subscribe to FREE in-depth E-wires and newsletters that are sent directly to your in-box. And, if you need to talk to someone in a hurry: FREE 30-minute consultations with offshore specialists are available! ------ OFFSHORE FEATURES ------ 1. What's ahead for the offshore industry in 2001? 2. Learn which asset protection plans make the grade 3. Critique the changes in taxation laws and what's ahead for the New Year 4. Make an impressive offshore on-line discovery 5. Need a new financial twist in the New Year? 6. Help us plan a new section 7. Listen to an interview with Marc M. Harris, the offshore guru, as Business Week calls him ------ 1. What's ahead for the offshore industry in 2001? ------ Get the offshore perspective on asset protection and global taxation for 2001. Only on theoffshorecentre.com, you can explore our interactive news and articles, ranging from the disconcerting OECD regulations to global privacy matters concerning expatriates. Visit: http://www.theoffshorecentre.com/offshore/News/ ------- 2. Learn which asset protection plans make the grade ------ Find out what the editors of theoffshorecentre.com and others think about the current strategies being advertised and how to choose one that is in line with your financial goals. An A-to-Z list of the best articles, from offshore brokerages to global tax havens and their benefits. Visit: http://www.theoffshorecentre.com/offshore/secciones/Asset_Protection/ ------ 3. Critique the changes in taxation laws and what's ahead for the New Year ------ Our offshore forums are a great place for critics (or proponents) to argue about the recent changes in tax laws and how the OECD is affecting the offshore industry. Discuss your own views on which tax havens you believe will be left standing after the dust has cleared. Visit: http://www.theoffshorecentre.com/ ------- 4. Make an impressive offshore on-line discovery ------- In our sidebars, you will learn about other websites that will help you learn the latest and most innovative offshore services and products: like the new online HOTrade offshore brokerage service or residency programs like Oro Verde in Costa Rica. Look through our directories and find a milieu of sites that could help you in your quest for financial freedom. Visit: http://www.theoffshorecentre.com/ ------ 5. Need a new financial twist in the New Year? ------ Check out the free offshore evaluator! It's the easiest way to create the best plans for your needs by letting those in the know explore the best opportunities for you. Plus, you are entitled to a FREE 30-minute consultation with an offshore specialist that will talk you through the best strategies suited to your personal situation. Visit: http://www.theoffshorecentre.com/infoguides/evaluator.asp ------ 6. Help us plan a new section ------ We are considering launching a new area of the site devoted especially to those of you who have an interesting story to tell about your experiences with taxation, privacy abuse and offshore investing, and we're interested in your thoughts. Help us develop this section by sending us, anonymously, your "close encounters" and views. Email us at: portal@marc-harris.com ------ 7. Listen to Marc M. Harris, the offshore guru, as Business Week calls him ------ The digital era has certain impersonality, so we're trying hard to bring the human aspect into the picture. Hence, we have interviewed Marc M. Harris on his thoughts regarding the offshore culture and expatriate life in Panama. This audio interview reveals why this man is at the cutting edge of the offshore industry. Visit: http://www.theoffshorecentre.com/ ------ E-ZINES & NEWSLETTERS ------ Everyday, you will receive the e-zine of your choice, DAILY EDITORIAL or HARRIS WIRE. These e-zines bring you a wealth of analysis and information about offshore investing, including a look at new asset protection strategies and privacy issues affecting the major global financial events today. On Friday, the HARRIS WIRE plugs you into the latest Q&A on offshore with personal questions sent in by our readers. (You'll also get the latest updates to tax laws and tax havens, with guides to the best of them.) Bi-weekly, THE ANALYSIS NEWSLETTER offers you a jump on specialized, in-depth articles covering the entire offshore spectrum, plus a look at additional topics, such as offshore insurance, business re-invoicing and expatriate living. It will also provide you with a preview of what is happening across the globe in its segmented country/continent modules. Make your new e-mail subscriptions here: Visit: http://www.theoffshorecentre.com/ Thanks for your time. We hope you'll make a point of visiting us at theoffshorecentre.com today and every day. Sincerely, Mari Boyd Editor The Offshore Centre.com P.S. If you have a friend or colleague who might be interested, feel free to forward this e-mail. HOW TO UNSUBSCRIBE ----------------------------------------------------------- To unsubscribe from future mailings, visit: Visit: http://www.theoffshorecentre.com/contactus.htm Suggestions and feedback are welcome at: Visit: http://www.theoffshorecentre.com/contactus.htm PLEASE DO NOT RESPOND TO THIS EMAIL DIRECTLY. THANK YOU. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 26 11:13:55 2001 Delivered-To: freebsd-doc@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id DA14237B404; Fri, 26 Jan 2001 11:13:35 -0800 (PST) Received: (from kris@localhost) by citusc17.usc.edu (8.11.1/8.11.1) id f0QJGui82411; Fri, 26 Jan 2001 11:16:56 -0800 (PST) (envelope-from kris) Date: Fri, 26 Jan 2001 11:16:53 -0800 From: Kris Kennaway To: Gerald Pfeifer Cc: Kris Kennaway , freebsd-doc@freebsd.org, freebsd-security@freebsd.org Subject: Re: Security Advisories and the Announcements page Message-ID: <20010126111653.A75150@citusc17.usc.edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Fri, Jan 26, 2001 at 06:52:02PM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jan 26, 2001 at 06:52:02PM +0100, Gerald Pfeifer wrote: > So, I now submitted a patch as you had asked, but didn't get any response > at at all (and the page has not been updated either). What's the PR number? Kris -- NOTE: To fetch an updated copy of my GPG key which has not expired, finger kris@FreeBSD.org --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6cc0kWry0BWjoQKURAsSoAKDS/AV4fNKsNR8RW9SczVzgifEYzwCfTwNd B5qYB1JEMgNwLa+CmGgJHeQ= =8bpt -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 26 11:30:35 2001 Delivered-To: freebsd-doc@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 42CBE37B400; Fri, 26 Jan 2001 11:30:14 -0800 (PST) Received: from deneb.dbai.tuwien.ac.at (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f0QJUBe04679; Fri, 26 Jan 2001 20:30:12 +0100 (MET) Received: from localhost (pfeifer@localhost) by deneb.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f0QJUB615781; Fri, 26 Jan 2001 20:30:11 +0100 (CET) (envelope-from pfeifer@dbai.tuwien.ac.at) X-Authentication-Warning: deneb.dbai.tuwien.ac.at: pfeifer owned process doing -bs Date: Fri, 26 Jan 2001 20:30:11 +0100 (CET) From: Gerald Pfeifer To: Kris Kennaway Cc: , Subject: Re: Security Advisories and the Announcements page In-Reply-To: <20010126111653.A75150@citusc17.usc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Jan 2001, Kris Kennaway wrote: > What's the PR number? I didn't submit a PR but just added the web patch you had asked for to my response. The mail I sent today had a quote of that original response including the patch. Please find an updated patch below. Gerald --- newsflash.html.old Thu Jan 25 07:25:13 2001 +++ newsflash.html Fri Jan 26 20:26:11 2001 @@ -33,6 +33,9 @@ see the Release Information page.

+

For FreeBSD Security Advisories, please refer to the our Security Information page.

+

January 2001