From owner-freebsd-doc@FreeBSD.ORG Sun Jun 27 18:11:00 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D94716A4D0 for ; Sun, 27 Jun 2004 18:11:00 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01EE43D45 for ; Sun, 27 Jun 2004 18:10:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i5RI9UNi060493 for ; Sun, 27 Jun 2004 14:09:30 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: doc@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ylsafWJjEwsnNmLyfexf" Organization: FreeBSD, Inc. Message-Id: <1088359848.40140.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 27 Jun 2004 14:10:48 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com Subject: Tidying SGML documents X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 18:11:00 -0000 --=-ylsafWJjEwsnNmLyfexf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I figure I'd ask before trying to clean these manually. What sgml-fu do you guys use to tidy horrendously formatted website documents? The GNOME docs are in pretty bad shape, and I've finally gotten fed up enough to fix them. I'm a vim user, and found this sometime ago: autocmd BufNewFile,BufRead *.sgml,*.ent,*.html,*.tex,*.xsl set autoindent formatoptions=3Dtcq2l textwidth=3D70 shiftwidth=3D2 softtabstop= =3D2 tabstop=3D8 It works great for writing new documents, but I was hoping there was a nice automatic recipe for existing documents. Thanks. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-ylsafWJjEwsnNmLyfexf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA3w2ob2iPiv4Uz4cRAlpiAJ4gbfVwZ9CnpVhFfO9pmHHwtJEDmwCeIzzU tZInvlf8Y+4XGTgqV5jfksU= =PZIe -----END PGP SIGNATURE----- --=-ylsafWJjEwsnNmLyfexf-- From owner-freebsd-doc@FreeBSD.ORG Sun Jun 27 19:26:36 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7DB16A4CE; Sun, 27 Jun 2004 19:26:36 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C2E43D5D; Sun, 27 Jun 2004 19:26:34 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i5RJQ19x066563; Sun, 27 Jun 2004 21:26:01 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i5RJQ1Ud066562; Sun, 27 Jun 2004 21:26:01 +0200 (CEST) (envelope-from marc) Date: Sun, 27 Jun 2004 21:26:00 +0200 From: Marc Fonvieille To: Joe Marcus Clarke Message-ID: <20040627192600.GA66337@abigail.blackend.org> References: <1088359848.40140.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline In-Reply-To: <1088359848.40140.5.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: doc@FreeBSD.org Subject: Re: Tidying SGML documents X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 19:26:36 -0000 --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 27, 2004 at 02:10:48PM -0400, Joe Marcus Clarke wrote: > I figure I'd ask before trying to clean these manually. What sgml-fu do > you guys use to tidy horrendously formatted website documents? The > GNOME docs are in pretty bad shape, and I've finally gotten fed up > enough to fix them. >=20 > I'm a vim user, and found this sometime ago: >=20 > autocmd BufNewFile,BufRead *.sgml,*.ent,*.html,*.tex,*.xsl set > autoindent formatoptions=3Dtcq2l textwidth=3D70 shiftwidth=3D2 softtabsto= p=3D2 > tabstop=3D8 > I use the same line :) > It works great for writing new documents, but I was hoping there was a > nice automatic recipe for existing documents. Thanks. >=20 Well it's difficult to "really" clean an existing file without using a complex script. What I use to do is: - cleaning trailing spaces (with sed) - replacing leading spaces with tabs where needed (with sed) - using gq command from Vim for correct indentation etc. Most of time it gives good results but I often have to finish the job by myself... Marc --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA3x9H81T1MWxkgcoRAgM/AJ9Eo3lz7BFb2Ql6KL12rFoqCycTgACdGCxV ABV57e4lVMC/W0WKk1moBgY= =UKLp -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q-- From owner-freebsd-doc@FreeBSD.ORG Mon Jun 28 02:58:43 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ACA216A4CE; Mon, 28 Jun 2004 02:58:43 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD82443D31; Mon, 28 Jun 2004 02:58:42 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com ([192.168.0.5]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i5S2wWKY055645 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 27 Jun 2004 22:58:32 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sun, 27 Jun 2004 22:59:05 -0400 From: Tom Rhodes To: Joe Marcus Clarke Message-Id: <20040627225905.5737e123@localhost.pittgoth.com> In-Reply-To: <1088359848.40140.5.camel@shumai.marcuscom.com> References: <1088359848.40140.5.camel@shumai.marcuscom.com> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org Subject: Re: Tidying SGML documents X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 02:58:43 -0000 On Sun, 27 Jun 2004 14:10:48 -0400 Joe Marcus Clarke wrote: > I figure I'd ask before trying to clean these manually. What sgml-fu do > you guys use to tidy horrendously formatted website documents? The > GNOME docs are in pretty bad shape, and I've finally gotten fed up > enough to fix them. > > I'm a vim user, and found this sometime ago: > > autocmd BufNewFile,BufRead *.sgml,*.ent,*.html,*.tex,*.xsl set > autoindent formatoptions=tcq2l textwidth=70 shiftwidth=2 softtabstop=2 > tabstop=8 > > It works great for writing new documents, but I was hoping there was a > nice automatic recipe for existing documents. Thanks. Manual labor. :) -- Tom Rhodes From owner-freebsd-doc@FreeBSD.ORG Mon Jun 28 11:01:45 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9B216A4CE for ; Mon, 28 Jun 2004 11:01:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E596B43D2F for ; Mon, 28 Jun 2004 11:01:45 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SB1LX2002932 for ; Mon, 28 Jun 2004 11:01:21 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5SB1Kck002926 for freebsd-doc@freebsd.org; Mon, 28 Jun 2004 11:01:20 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Jun 2004 11:01:20 GMT Message-Id: <200406281101.i5SB1Kck002926@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:01:46 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1999/10/04] i386/14135 doc lpt1 nolonger exists after 3.2-RELEASE s [2000/07/19] docs/20028 doc ASCII docs should reflect tags o [2001/05/24] docs/27605 doc Cross-document references () o [2002/01/15] docs/33929 doc Section 15.15 of the FreeBSD Porter's Han s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/09/14] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/11/15] docs/45303 doc Bug in PDF DocBook rendering o [2002/12/11] www/46195 doc man page kadmind(8) not found at www.Free o [2003/10/14] docs/58033 doc [PATCH] getenv(3) manpage doesn't state t o [2003/11/22] docs/59587 doc rewriting examples (part of documentation o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2004/01/19] docs/61558 doc New SMC 2602W cards, using the ADM8211, a o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/02/10] docs/62665 doc setting up X display subsystem function i o [2004/03/10] docs/64063 doc Size of block in File System Quota docume o [2004/06/01] docs/67435 doc Manual pages from http://www.freebsd.org/ 17 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP a [2001/08/23] docs/30008 doc This document should be translated, comme p [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/13] docs/39213 doc No rc(4) man page o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/11] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2003/01/03] docs/46709 doc tables in terminfo.5 are broken o [2003/01/06] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/31] docs/47705 doc wc(1) manpage has poor explanations. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/10] docs/50773 doc NFS problems by jumbo frames to mention i o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ o [2003/07/11] docs/54391 doc Document that glob(3) respects LC_COLLATE o [2003/07/13] i386/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/22] docs/54752 doc bus_dma explained in ISA section: should o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/07/28] docs/54999 doc Documentation Project Primer doesn't conf o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI o [2003/08/17] docs/55653 doc chflags.1 - note that not all tools chfla o [2003/09/18] docs/56981 doc man terminfo(5) from libncurses does not o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/21] docs/59565 doc [PATCH] FAQ doesn't cover definition of g o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2004/01/08] docs/61070 doc Installation docs misleading: PResizer i o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/20] docs/61624 doc Missing page numbers in pdf version of Ha o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/01/25] docs/61878 doc LSI megaraid 150-x cards not included in o [2004/02/04] docs/62364 doc Misleading information in the handbook o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/16] docs/62914 doc Reference development(7) in other parts o o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/03/03] docs/63676 doc [patch] Fix some tag errors. o [2004/03/03] docs/63719 doc lptcontrol(8) manpage omits -s from a lis o [2004/03/05] docs/63808 doc No manpage for devfs.conf f [2004/03/16] docs/64342 doc Assumed content of PATH is not defined in o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/10] docs/65400 doc make.1: better wording in BUGS section o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/15] docs/65570 doc documented -C option not available in mak o [2004/04/22] docs/65895 doc incorrect "omshell" link in "dhclient" ma o [2004/04/25] docs/65952 doc handbook kernel conf has old cruft o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/29] docs/66091 doc ppp(8) docs out-of-date for -CURRENT o [2004/04/30] docs/66117 doc Handbook Serial Console Page doesn't list o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/11] docs/66539 doc [patch] share/man/man4/netgraph.4 inconsi o [2004/05/11] docs/66540 doc [patch] share/man/man4/ppbus.4 wording ni o [2004/05/12] docs/66574 doc [patch] MFC share/man/man4/ng_iface.4 1.1 o [2004/05/12] docs/66575 doc [patch] MFC share/man/man4/ng_ksocket.4 v o [2004/05/13] docs/66610 doc Update handbook re: CVSup tags o [2004/05/13] docs/66621 doc Document fix for "kmem_map too small pani o [2004/05/17] docs/66764 doc [patch] 4_RELENG share/man/man4/ng_one2ma o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/17] docs/66771 doc [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/18] docs/66824 doc [patch] share/man/man4/man4.i386/fe.4 gra o [2004/05/18] docs/66826 doc [patch] RELENG_4 share/man/man4/man4.i386 o [2004/05/18] docs/66827 doc [patch] usr.sbin/usbd/usbd.conf.5 bad com o [2004/05/18] docs/66828 doc [patch] /usr/src/sys/conf/NOTES spelling o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/06/01] docs/67458 doc [patch] usr.bin/lex/lex.1 language nit o [2004/06/08] docs/67707 doc [patch] beginning of rework of Dependenci o [2004/06/10] docs/67806 doc Let 5.x users know how to boot into singl o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/19] docs/68115 doc ISO-IMAGES-i386/README.TXT - cdrecord is o [2004/06/22] docs/68201 doc [patch] pthread_atfork(3) man page o [2004/06/24] docs/68280 doc rshd manpage doesn't explain how to set r 158 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Jun 28 17:30:20 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C797216A4CE for ; Mon, 28 Jun 2004 17:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE09143D4C for ; Mon, 28 Jun 2004 17:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SHUI4j056552 for ; Mon, 28 Jun 2004 17:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5SHUI9j056551; Mon, 28 Jun 2004 17:30:18 GMT (envelope-from gnats) Resent-Date: Mon, 28 Jun 2004 17:30:18 GMT Resent-Message-Id: <200406281730.i5SHUI9j056551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michel Lavondes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3131916A4CE for ; Mon, 28 Jun 2004 17:24:17 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144FF43D2F for ; Mon, 28 Jun 2004 17:24:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SHOGYc008305 for ; Mon, 28 Jun 2004 17:24:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i5SHOGbX008304; Mon, 28 Jun 2004 17:24:16 GMT (envelope-from nobody) Message-Id: <200406281724.i5SHOGbX008304@www.freebsd.org> Date: Mon, 28 Jun 2004 17:24:16 GMT From: Michel Lavondes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/68449: [patch] src/lib/libstand/libstand.3 nits X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 17:30:20 -0000 >Number: 68449 >Category: docs >Synopsis: [patch] src/lib/libstand/libstand.3 nits >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 17:30:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michel Lavondes >Release: FreeBSD 4.8-RELEASE-p22 >Organization: Ecdysiasts United For Overdressing >Environment: >Description: Patch says it all. >How-To-Repeat: man 3 libstand >Fix: --- src/lib/libstand/libstand.3.orig Mon May 31 10:29:02 2004 +++ src/lib/libstand/libstand.3 Mon May 31 10:40:00 2004 @@ -273,8 +273,8 @@ .Pp .Bd -ragged -offset indent printf( -.Qq reg=%b\en -3 +.Qq reg=%b\en , +3, .Qq \e10\e2BITTWO\e1BITONE\en ); .Ed >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Jun 28 18:00:45 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFEF16A4D4 for ; Mon, 28 Jun 2004 18:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB74643D45 for ; Mon, 28 Jun 2004 18:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SI0jiq058906 for ; Mon, 28 Jun 2004 18:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5SI0j4D058905; Mon, 28 Jun 2004 18:00:45 GMT (envelope-from gnats) Resent-Date: Mon, 28 Jun 2004 18:00:45 GMT Resent-Message-Id: <200406281800.i5SI0j4D058905@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michel Lavondes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C103B16A4CF for ; Mon, 28 Jun 2004 17:52:21 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA14443D2F for ; Mon, 28 Jun 2004 17:52:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SHqLuB040564 for ; Mon, 28 Jun 2004 17:52:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i5SHqLm9040562; Mon, 28 Jun 2004 17:52:21 GMT (envelope-from nobody) Message-Id: <200406281752.i5SHqLm9040562@www.freebsd.org> Date: Mon, 28 Jun 2004 17:52:21 GMT From: Michel Lavondes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/68450: [patch] ports/database/db[234]/pkg-descr spelling and grammar nits X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:00:46 -0000 >Number: 68450 >Category: docs >Synopsis: [patch] ports/database/db[234]/pkg-descr spelling and grammar nits >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 18:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michel Lavondes >Release: FreeBSD 4.8-RELEASE-p22 >Organization: Ecdysiasts United For Overdressing >Environment: >Description: Patch says it all. >How-To-Repeat: more /usr/ports/database/db[234]/pkg-descr >Fix: Patch for databases/db2. db3 and db4 have that problem too. (also at http://www.livejournal.com/users/pauamma/4134.html) --- ports/databases/db2/pkg-descr.orig Mon Jun 21 07:10:17 2004 +++ ports/databases/db2/pkg-descr Mon Jun 21 07:15:27 2004 @@ -1,5 +1,5 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. +Revision 2 of the Berkeley DB library. This version uses an underlying +database format incompatible with revision 1 and a different standard API. Utilities are included in the distribution to convert v1.85 databases to v2 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Jun 28 18:20:15 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D23116A4D0 for ; Mon, 28 Jun 2004 18:20:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC98043D58 for ; Mon, 28 Jun 2004 18:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SIKD7a063703 for ; Mon, 28 Jun 2004 18:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5SIKDee063702; Mon, 28 Jun 2004 18:20:13 GMT (envelope-from gnats) Resent-Date: Mon, 28 Jun 2004 18:20:13 GMT Resent-Message-Id: <200406281820.i5SIKDee063702@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michel Lavondes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5595F16A4CE for ; Mon, 28 Jun 2004 18:10:53 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFF943D49 for ; Mon, 28 Jun 2004 18:10:53 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SIArCd043197 for ; Mon, 28 Jun 2004 18:10:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i5SIArgJ043196; Mon, 28 Jun 2004 18:10:53 GMT (envelope-from nobody) Message-Id: <200406281810.i5SIArgJ043196@www.freebsd.org> Date: Mon, 28 Jun 2004 18:10:53 GMT From: Michel Lavondes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: docs/68453: [patch] rc.subr.8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:20:15 -0000 >Number: 68453 >Category: docs >Synopsis: [patch] rc.subr.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 18:20:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michel Lavondes >Release: FreeBSD 4.8-RELEASE-p22 >Organization: Ecdysiasts United For Overdressing >Environment: >Description: ${name}_program in a startup script using rc.subr will silently override $command. This patch assumes the behavior is intended and documents it. This is known to happen using the sysutils/rc_subr port on 4.x, but probably happens on 5.x with rcNG too. >How-To-Repeat: man 8 rc.subr >Fix: --- src/share/man/man8/rc.subr.8.orig Mon Jun 21 09:02:57 2004 +++ src/share/man/man8/rc.subr.8 Mon Jun 21 09:26:36 2004 @@ -436,6 +436,10 @@ Not required if .Ar argument Ns Sy _cmd is defined for each supported keyword. +Note that if +.Sy ${name}_program +is set, it will silently override +.Sy command . .It Sy command_args Optional arguments and/or shell directives for .Sy command . >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Jun 29 07:37:26 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0232616A4CE for ; Tue, 29 Jun 2004 07:37:26 +0000 (GMT) Received: from web50110.mail.yahoo.com (web50110.mail.yahoo.com [206.190.38.38]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E4EF43D39 for ; Tue, 29 Jun 2004 07:37:25 +0000 (GMT) (envelope-from thavvaj@yahoo.com) Message-ID: <20040629073725.54940.qmail@web50110.mail.yahoo.com> Received: from [203.199.183.82] by web50110.mail.yahoo.com via HTTP; Tue, 29 Jun 2004 00:37:25 PDT Date: Tue, 29 Jun 2004 00:37:25 -0700 (PDT) From: jagan reddy To: freebsd-doc@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Document not found - http://www.freebsd.org/tutorials/ppp/index.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 07:37:26 -0000 hi, Found link to this site from http://www.treefort.org/~rpratt/. Also can u pleeeeease specify where can i find the full documentation of freeBSD(please) especially PPP. thanQ jagan. __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail From owner-freebsd-doc@FreeBSD.ORG Tue Jun 29 08:51:28 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C1216A4CE for ; Tue, 29 Jun 2004 08:51:28 +0000 (GMT) Received: from eddie.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90C043D3F for ; Tue, 29 Jun 2004 08:51:27 +0000 (GMT) (envelope-from simon@eddie.nitro.dk) Received: by eddie.nitro.dk (Postfix, from userid 1000) id 820531182F; Tue, 29 Jun 2004 10:51:22 +0200 (CEST) Date: Tue, 29 Jun 2004 10:51:22 +0200 From: "Simon L. Nielsen" To: jagan reddy Message-ID: <20040629085121.GA18607@eddie.nitro.dk> References: <20040629073725.54940.qmail@web50110.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <20040629073725.54940.qmail@web50110.mail.yahoo.com> User-Agent: Mutt/1.5.6i cc: freebsd-doc@FreeBSD.org Subject: Re: Document not found - http://www.freebsd.org/tutorials/ppp/index.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 08:51:28 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.06.29 00:37:25 -0700, jagan reddy wrote: > Found link to this site from > http://www.treefort.org/~rpratt/. > > Also can u pleeeeease specify where can i find the > full documentation of freeBSD(please) especially PPP. See http://www.freebsd.org/docs.html for the all the "official" documentation. PPP is described in the Handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip.html= . --=20 Simon L. Nielsen FreeBSD Documentation Team --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4S2Jh9pcDSc1mlERAjDfAKCfDAWr7Ut5GViuhVh3/7nkFNJoewCeMR69 sJ2EoIuAYxrQkKxdhulF4Bc= =C9qU -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-freebsd-doc@FreeBSD.ORG Tue Jun 29 15:35:39 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 867F116A4CE for ; Tue, 29 Jun 2004 15:35:39 +0000 (GMT) Received: from dalamar.ilive4code.net (dalamar.ilive4code.net [216.28.8.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E2F43D48 for ; Tue, 29 Jun 2004 15:35:37 +0000 (GMT) (envelope-from travis@ilive4code.net) Received: from mail.ilive4code.net (localhost [127.0.0.1]) by dalamar.ilive4code.net (Postfix) with SMTP id 779D0304032 for ; Mon, 28 Jun 2004 07:41:20 -0400 (EDT) Received: from 155.188.255.5 (SquirrelMail authenticated user tobey) by mail.ilive4code.net with HTTP; Mon, 28 Jun 2004 07:41:20 -0400 (EDT) Message-ID: <59113.155.188.255.5.1088422880.squirrel@mail.ilive4code.net> Date: Mon, 28 Jun 2004 07:41:20 -0400 (EDT) From: "Travis Sidelinger" To: doc@FreeBSD.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: FreeBSD Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: travis@ilive4code.net List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:35:39 -0000 I really like the layout of your handbook. What framework do you use for the handbook? Is this something others can re-use? Travis From owner-freebsd-doc@FreeBSD.ORG Tue Jun 29 15:40:12 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBD816A4CF for ; Tue, 29 Jun 2004 15:40:12 +0000 (GMT) Received: from mail.elvandar.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CA343D39 for ; Tue, 29 Jun 2004 15:40:12 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from [10.0.3.124] (aragorn.lan.elvandar.intranet [10.0.3.124]) by mail.elvandar.org (Postfix) with ESMTP id 24620106882; Tue, 29 Jun 2004 17:39:59 +0200 (CEST) Message-ID: <40E18D50.2050502@elvandar.org> Date: Tue, 29 Jun 2004 17:40:00 +0200 From: Remko Lodder X-Accept-Language: en-us, en MIME-Version: 1.0 To: travis@ilive4code.net References: <59113.155.188.255.5.1088422880.squirrel@mail.ilive4code.net> In-Reply-To: <59113.155.188.255.5.1088422880.squirrel@mail.ilive4code.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at elvandar.org cc: doc@FreeBSD.org Subject: Re: FreeBSD Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 15:40:12 -0000 Hi Travis, Travis Sidelinger wrote: > I really like the layout of your handbook. What framework do you use for > the handbook? Is this something others can re-use? The handbook is being built up from SGML source code's to html. The SGML has entity's defined which give the generated HTML the FreeBSD look and feel :-). Have a look at /usr/doc (if you have a FreeBSD machine) or checkout http://www.freebsd.org/cgi/cvsweb.cgi (and then the doc section). If it's usable for other projects then for FreeBSD is something i don't know, perhaps someone else can explain that (perhaps it's mentioned at http://www.freebsd.org/docproj/ ) Cheers > > > Travis -- Kind regards, Remko Lodder |remko@elvandar.org Reporter DSINet |remko@dsinet.org Projectleader Mostly-Harmless |remko@mostly-harmless.nl From owner-freebsd-doc@FreeBSD.ORG Tue Jun 29 16:51:55 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C1EF16A4CE for ; Tue, 29 Jun 2004 16:51:55 +0000 (GMT) Received: from web.picosecond.com (web.picosecond.com [64.207.38.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC9B43D2F for ; Tue, 29 Jun 2004 16:51:55 +0000 (GMT) (envelope-from tzadikem@picosecond.com) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Content-class: urn:content-classes:message Date: Tue, 29 Jun 2004 10:51:48 -0600 Message-ID: <6DA8BB9AF26FD14DB464AE1A3588386501401F63@pspl-mail.picosecond.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 4.8 .iso just disappeared from the site Thread-Index: AcRd+V6nrP8qrnxfQDqhPmPpbjmTfQ== From: "Zadikem, Travis-taz" To: Subject: 4.8 .iso just disappeared from the site X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 16:51:55 -0000 I just download 4.8 iso disc1 and was getting ready to download 4.8 disc = 2 and now it is gone. Could you please (at least) put 4.8 disc2 back online so = that I can get it downloaded. 4.8 is used with the m0n0wall (firewall) = distribution. Thanks, Travis A. Zadikem IT Manager Picosecond Pulse Labs, Inc. (303)209-8206 From owner-freebsd-doc@FreeBSD.ORG Tue Jun 29 17:32:54 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D182716A4CE for ; Tue, 29 Jun 2004 17:32:54 +0000 (GMT) Received: from server043.webpack.hosteurope.de (server043.webpack.hosteurope.de [80.237.130.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4633A43D4C for ; Tue, 29 Jun 2004 17:32:54 +0000 (GMT) (envelope-from J.Kois@web.de) Envelope-to: freebsd-doc@freebsd.org Received: from p50800fe6.dip0.t-ipconnect.de ([80.128.15.230]) by server043.webpack.hosteurope.de with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1BfMTM-000424-68 for freebsd-doc@freebsd.org; Tue, 29 Jun 2004 19:32:44 +0200 From: Johann Kois To: freebsd-doc@freebsd.org Date: Tue, 29 Jun 2004 19:32:34 +0200 User-Agent: KMail/1.6.1 References: <6DA8BB9AF26FD14DB464AE1A3588386501401F63@pspl-mail.picosecond.com> In-Reply-To: <6DA8BB9AF26FD14DB464AE1A3588386501401F63@pspl-mail.picosecond.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406291932.38926.J.Kois@web.de> X-HE-MXrcvd: no Subject: Re: 4.8 .iso just disappeared from the site X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 17:32:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Dienstag, 29. Juni 2004 18:51 schrieb Zadikem, Travis-taz: > I just download 4.8 iso disc1 and was getting ready to download 4.8 > disc 2 and now it is gone. Could you please (at least) put 4.8 disc2 > back online so that I can get it downloaded. 4.8 is used with the > m0n0wall (firewall) distribution. Hello! 1. I think you're using the wrong mailing list. freebsd-questions would be correct. 2. Maybe you should try another server (for example ftp.de.freebsd.org). They still have it. Or you could use http://mirrorlist.freebsd.org/FBSDsites.php if you would like to try another server. 3. Which version did you download? i386? Alpha? AMD64? sparc? 4. Discs 3 and 4 won't come back, because 4.8 was released more than 2 years ago. Greetings John J.Kois@web.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD4DBQFA4aey/rDr791hwtgRAhktAJ9+2wuhm7U+33o9KUzZ1Y4IYNIIEgCTB7EZ y1SZVExAPy3c+jb3nyS6Jw== =OgeQ -----END PGP SIGNATURE----- From owner-freebsd-doc@FreeBSD.ORG Tue Jun 29 19:08:34 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B83516A4CE; Tue, 29 Jun 2004 19:08:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D52B43D1D; Tue, 29 Jun 2004 19:08:34 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) i5TJ8YX1070899; Tue, 29 Jun 2004 19:08:34 GMT (envelope-from csjp@freefall.freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5TJ8YDR070895; Tue, 29 Jun 2004 19:08:34 GMT (envelope-from csjp) Date: Tue, 29 Jun 2004 19:08:34 GMT From: "Christian S.J. Peron" Message-Id: <200406291908.i5TJ8YDR070895@freefall.freebsd.org> To: rhooper@toybox.ca, csjp@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/68280: rshd manpage doesn't explain how to set rshd to accept root rsh connections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 19:08:34 -0000 Synopsis: rshd manpage doesn't explain how to set rshd to accept root rsh connections State-Changed-From-To: open->closed State-Changed-By: csjp State-Changed-When: Tue Jun 29 19:07:50 GMT 2004 State-Changed-Why: The rshd(8) man page now explains how to handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=68280 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 00:32:33 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B4E16A4CE; Wed, 30 Jun 2004 00:32:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4D543D45; Wed, 30 Jun 2004 00:32:33 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from freefall.freebsd.org (eik@localhost [127.0.0.1]) i5U0W4dT029321; Wed, 30 Jun 2004 00:32:04 GMT (envelope-from eik@freefall.freebsd.org) Received: (from eik@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U0W4fT029317; Wed, 30 Jun 2004 00:32:04 GMT (envelope-from eik) Date: Wed, 30 Jun 2004 00:32:04 GMT From: Oliver Eikemeier Message-Id: <200406300032.i5U0W4fT029317@freefall.freebsd.org> To: eik@FreeBSD.org, freebsd-doc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: docs/68450: [patch] ports/database/db[234]/pkg-descr spelling and grammar nits X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 00:32:33 -0000 Synopsis: [patch] ports/database/db[234]/pkg-descr spelling and grammar nits Responsible-Changed-From-To: freebsd-doc->freebsd-ports-bugs Responsible-Changed-By: eik Responsible-Changed-When: Wed Jun 30 02:28:00 CEST 2004 Responsible-Changed-Why: database/db[234] live in ports http://www.freebsd.org/cgi/query-pr.cgi?pr=68450 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 02:21:59 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC8216A4CE; Wed, 30 Jun 2004 02:21:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7166143D2D; Wed, 30 Jun 2004 02:21:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U2LwYx042642; Wed, 30 Jun 2004 02:21:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U2LwuF042638; Wed, 30 Jun 2004 02:21:58 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 02:21:58 GMT From: Mark Linimon Message-Id: <200406300221.i5U2LwuF042638@freefall.freebsd.org> To: linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/52672: Porter's Handbook: couple of corrections X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:21:59 -0000 Synopsis: Porter's Handbook: couple of corrections Responsible-Changed-From-To: linimon->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 30 02:21:39 GMT 2004 Responsible-Changed-Why: I don't seem to be getting around to this. http://www.freebsd.org/cgi/query-pr.cgi?pr=52672 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 02:22:39 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A1116A4CE; Wed, 30 Jun 2004 02:22:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0706F43D54; Wed, 30 Jun 2004 02:22:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U2MVWr042692; Wed, 30 Jun 2004 02:22:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U2MV9x042688; Wed, 30 Jun 2004 02:22:31 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 02:22:31 GMT From: Mark Linimon Message-Id: <200406300222.i5U2MV9x042688@freefall.freebsd.org> To: linimon@FreeBSD.org, linimon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/66775: Clarification that port names should not contain version numbers X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:22:39 -0000 Synopsis: Clarification that port names should not contain version numbers Responsible-Changed-From-To: linimon->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 30 02:22:16 GMT 2004 Responsible-Changed-Why: I don't seem to be getting around to this. http://www.freebsd.org/cgi/query-pr.cgi?pr=66775 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 02:33:52 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F52116A4CE; Wed, 30 Jun 2004 02:33:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2039643D2D; Wed, 30 Jun 2004 02:33:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U2XlsX044338; Wed, 30 Jun 2004 02:33:47 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U2XkdS044334; Wed, 30 Jun 2004 02:33:46 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 02:33:46 GMT From: Mark Linimon Message-Id: <200406300233.i5U2XkdS044334@freefall.freebsd.org> To: yds@CoolRat.org, linimon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/33929: Section 15.15 of the FreeBSD Porter's Handbook needs to be updated. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 02:33:52 -0000 Synopsis: Section 15.15 of the FreeBSD Porter's Handbook needs to be updated. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Jun 30 02:33:07 GMT 2004 State-Changed-Why: Except for the courier change (which is no longer correct), all of these changes have been made long ago. This PR seems to have been just forgotten. http://www.freebsd.org/cgi/query-pr.cgi?pr=33929 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 03:05:27 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FAA516A4CE; Wed, 30 Jun 2004 03:05:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07B843D46; Wed, 30 Jun 2004 03:05:26 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U35DxN045503; Wed, 30 Jun 2004 03:05:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U35DFE045499; Wed, 30 Jun 2004 03:05:13 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 03:05:13 GMT From: Mark Linimon Message-Id: <200406300305.i5U35DFE045499@freefall.freebsd.org> To: linimon@lonesome.com, linimon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/67707: [patch] beginning of rework of Dependencies section of Porter's Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:05:27 -0000 Synopsis: [patch] beginning of rework of Dependencies section of Porter's Handbook State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Jun 30 03:04:39 GMT 2004 State-Changed-Why: Committed. There was neither followon discussion on -doc nor any reaction from portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=67707 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 03:11:40 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1486416A4CE; Wed, 30 Jun 2004 03:11:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E880843D1D; Wed, 30 Jun 2004 03:11:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U3BTM0049520; Wed, 30 Jun 2004 03:11:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U3BTg7049516; Wed, 30 Jun 2004 03:11:29 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 03:11:29 GMT From: Mark Linimon Message-Id: <200406300311.i5U3BTg7049516@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/39044: The man page for rot13(6) never mentions "rot13". X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:11:40 -0000 Synopsis: The man page for rot13(6) never mentions "rot13". Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 30 03:11:19 GMT 2004 Responsible-Changed-Why: Fix assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=39044 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 04:46:40 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D692E16A4CE; Wed, 30 Jun 2004 04:46:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CC043D55; Wed, 30 Jun 2004 04:46:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U4kLDr064597; Wed, 30 Jun 2004 04:46:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U4kLc8064593; Wed, 30 Jun 2004 04:46:21 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 04:46:21 GMT From: Mark Linimon Message-Id: <200406300446.i5U4kLc8064593@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/54229: Complete "See also" section for getipnodebyname(3) and getaddrinfo(3) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 04:46:41 -0000 Synopsis: Complete "See also" section for getipnodebyname(3) and getaddrinfo(3) Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jun 30 04:45:50 GMT 2004 Responsible-Changed-Why: This is a docs PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=54229 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 05:22:12 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E43B16A4CE; Wed, 30 Jun 2004 05:22:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D273343D3F; Wed, 30 Jun 2004 05:22:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U5Ln4S070065; Wed, 30 Jun 2004 05:21:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U5Lnjd070061; Wed, 30 Jun 2004 05:21:49 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 05:21:49 GMT From: Mark Linimon Message-Id: <200406300521.i5U5Lnjd070061@freefall.freebsd.org> To: gioria@FreeBSD.ORG, linimon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: www/46195: man page kadmind(8) not found at www.FreeBSD.ORG X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:22:12 -0000 Synopsis: man page kadmind(8) not found at www.FreeBSD.ORG State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Jun 30 05:21:22 GMT 2004 State-Changed-Why: The manpage seems to be accessible now. http://www.freebsd.org/cgi/query-pr.cgi?pr=46195 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 06:16:20 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 487EE16A4CE; Wed, 30 Jun 2004 06:16:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A23943D48; Wed, 30 Jun 2004 06:16:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5U6Fqnt008675; Wed, 30 Jun 2004 06:15:52 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5U6FqbH008671; Wed, 30 Jun 2004 06:15:52 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 06:15:52 GMT From: Mark Linimon Message-Id: <200406300615.i5U6FqbH008671@freefall.freebsd.org> To: pepper@reppep.com, linimon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/67435: Manual pages from http://www.freebsd.org/releases/4.10R/relnotes-i386.html are stale X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:16:20 -0000 Synopsis: Manual pages from http://www.freebsd.org/releases/4.10R/relnotes-i386.html are stale State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Wed Jun 30 06:15:34 GMT 2004 State-Changed-Why: Is this still a problem? It seems to be working fine for me. http://www.freebsd.org/cgi/query-pr.cgi?pr=67435 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 08:13:43 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BFF116A4CE for ; Wed, 30 Jun 2004 08:13:43 +0000 (GMT) Received: from chilled.skew.org (skew.org [65.101.207.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DFE43D46 for ; Wed, 30 Jun 2004 08:13:43 +0000 (GMT) (envelope-from mike@skew.org) Received: from chilled.skew.org (localhost.skew.org [127.0.0.1]) by chilled.skew.org (8.12.11/8.12.11) with ESMTP id i5U8DNaN045261 for ; Wed, 30 Jun 2004 02:13:23 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.12.11/8.12.11/Submit) id i5U8DNFS045260 for doc@freebsd.org; Wed, 30 Jun 2004 02:13:23 -0600 (MDT) (envelope-from mike) From: Mike Brown Message-Id: <200406300813.i5U8DNFS045260@chilled.skew.org> To: doc@freebsd.org Date: Wed, 30 Jun 2004 02:13:23 -0600 (MDT) X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL90 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Subject: Porters Handbook: choosing the right category X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 08:13:43 -0000 [posted to freebsd-ports on Jun 22; no answer there, so posting here, if for no other reason than to point out a need for clarification in the Porters Handbook] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-categories.html In section 5.3.3, the Porters Handbook says, under "Choosing the right category", "Specific categories win over less-specific ones. For instance, an HTML editor should be listed as www editors, not the other way around." I have no idea what is meant by "win over" in this context. Does the winner come first or last? It's not really clear to me that 'www' is any more or less specific than 'editors'. Editors seems like a broad category that you could narrow down by constraining it to just those athat apply to the web, and the software is primarily an editor, so I'd think 'editors' is the more important category. The ports I am working on are in 3 categories: python, www, textproc Would that be the right order? Is python more specific than the web? Is text processing less specific? It seems like I'm being encouraged to decide which tastes more like chicken. here: bicycling, or happiness. And I feel like an idiot for not knowing the answer. From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 09:28:58 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F08916A4CE for ; Wed, 30 Jun 2004 09:28:58 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3324643D54 for ; Wed, 30 Jun 2004 09:28:58 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13] helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BfbOR-000Ggg-29; Wed, 30 Jun 2004 11:28:41 +0200 Date: Wed, 30 Jun 2004 11:29:01 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Mike Brown From: Oliver Eikemeier In-Reply-To: <200406300813.i5U8DNFS045260@chilled.skew.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: doc@freebsd.org Subject: Re: Porters Handbook: choosing the right category X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 09:28:58 -0000 Mike Brown wrote: > [...] Does the winner come first or last? [...] > The ports I am working on are in 3 categories: > > python, www, textproc > > Would that be the right order? [...] The directory your port lives in *always* has to be the first category. So for www/xxx you have CATEGORIES= www ... since there is no ports/python, python can never be the first category. -Oliver From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 11:24:51 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F95916A4CE for ; Wed, 30 Jun 2004 11:24:51 +0000 (GMT) Received: from monroe.tera-byte.com (monroe.tera-byte.com [216.194.64.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9EB343D1F for ; Wed, 30 Jun 2004 11:24:50 +0000 (GMT) (envelope-from matt@mattford.net) Received: from mattspc (limend.plus.com [80.229.15.68]) (authenticated (0 bits)) by monroe.tera-byte.com (8.11.6/8.11.6) with ESMTP id i5UBODl22453 for ; Wed, 30 Jun 2004 05:24:13 -0600 To: doc@freebsd.org From: Matt Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Wed, 30 Jun 2004 12:25:25 +0100 Message-ID: User-Agent: Opera M2/7.51 (Win32, build 3798) Subject: Broken Link X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 11:24:51 -0000 I was trying to join the mailing list and looked at the docs, there is a mistake here: Point your WWW browser to FreeBSD-question Info Page. In the section titled ``Subscribing to freebsd-questions'' fill in the ``Your email address'' field; the other fields are optional. The link to "FreeBSD-question Info Page" links to "", ie back to the page itself, this is the same in boththe split HTML and combined HTML doc pages. URL to the error is: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/x38.html From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 12:29:51 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0D5A16A4CE; Wed, 30 Jun 2004 12:29:51 +0000 (GMT) Received: from s-utl01-nypop.stsn.com (p142.n-nypop10.stsn.com [206.17.136.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 52C5A43D3F; Wed, 30 Jun 2004 12:29:51 +0000 (GMT) (envelope-from pepper@reppep.com) Received: from nypop.smtp.stsn.com ([127.0.0.1])M2004063008292513564 ; Wed, 30 Jun 2004 08:29:25 -0400 Received: from [10.6.60.248] ([10.6.60.248]) by nypop.smtp.stsn.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 30 Jun 2004 08:29:25 -0400 Mime-Version: 1.0 X-Sender: pepper@mail.reppep.com Message-Id: In-Reply-To: <200406300615.i5U6FqbH008671@freefall.freebsd.org> References: <200406300615.i5U6FqbH008671@freefall.freebsd.org> Date: Wed, 30 Jun 2004 08:22:04 -0400 To: Mark Linimon From: Chris Pepper Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-OriginalArrivalTime: 30 Jun 2004 12:29:25.0673 (UTC) FILETIME=[E157F190:01C45E9D] cc: freebsd-doc@FreeBSD.org cc: linimon@FreeBSD.org Subject: Re: docs/67435: Manual pages from http://www.freebsd.org/releases/4.10R/relnotes-i386.html are stale X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:29:51 -0000 At 6:15 AM +0000 2004/06/30, Mark Linimon wrote: >Synopsis: Manual pages from >http://www.freebsd.org/releases/4.10R/relnotes-i386.html are stale > >State-Changed-From-To: open->feedback >State-Changed-By: linimon >State-Changed-When: Wed Jun 30 06:15:34 GMT 2004 >State-Changed-Why: >Is this still a problem? It seems to be working fine for me. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=67435 The links for stat & twa work. Unfortunately, still doesn't mention polling, per "ifconfig(8) now prints the polling(4) status on the interface", but I will try to re-report against ifconfig next week. Thx, Chris -- Chris Pepper: Rockefeller University: Out of the office until July 6th. From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 13:48:09 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854E216A4CE for ; Wed, 30 Jun 2004 13:48:09 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69FB343D45 for ; Wed, 30 Jun 2004 13:48:09 +0000 (GMT) (envelope-from www@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UDlmHl054879 for ; Wed, 30 Jun 2004 13:47:48 GMT (envelope-from www@www.freebsd.org) Received: (from www@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i5UDlm1t054878 for freebsd-doc@FreeBSD.org; Wed, 30 Jun 2004 13:47:48 GMT (envelope-from www) Date: Wed, 30 Jun 2004 13:47:48 GMT From: World Wide Web Owner Message-Id: <200406301347.i5UDlm1t054878@www.freebsd.org> To: freebsd-doc@FreeBSD.org Subject: FreeBSD web build failed on www.freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:48:09 -0000 /bin/mkdir -p /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum install -c -o www -g www -m 444 /w/www/build/doc/ru_RU.KOI8-R/books/handbook/../../../share/images/books/handbook/vinum/vinum-concat.png /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum /bin/mkdir -p /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum install -c -o www -g www -m 444 /w/www/build/doc/ru_RU.KOI8-R/books/handbook/../../../share/images/books/handbook/vinum/vinum-mirrored-vol.png /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum /bin/mkdir -p /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum install -c -o www -g www -m 444 /w/www/build/doc/ru_RU.KOI8-R/books/handbook/../../../share/images/books/handbook/vinum/vinum-raid10-vol.png /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum /bin/mkdir -p /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum install -c -o www -g www -m 444 /w/www/build/doc/ru_RU.KOI8-R/books/handbook/../../../share/images/books/handbook/vinum/vinum-raid5-org.png /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum /bin/mkdir -p /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum install -c -o www -g www -m 444 /w/www/build/doc/ru_RU.KOI8-R/books/handbook/../../../share/images/books/handbook/vinum/vinum-simple-vol.png /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum /bin/mkdir -p /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum install -c -o www -g www -m 444 /w/www/build/doc/ru_RU.KOI8-R/books/handbook/../../../share/images/books/handbook/vinum/vinum-striped-vol.png /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum /bin/mkdir -p /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum install -c -o www -g www -m 444 /w/www/build/doc/ru_RU.KOI8-R/books/handbook/../../../share/images/books/handbook/vinum/vinum-striped.png /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/vinum /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/handbook.html -> /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/handbook/index.html ===> ../ru/doc/books/porters-handbook install -c -o www -g www -m 444 $(/usr/bin/xargs < HTML.manifest) /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/porters-handbook install -c -o www -g www -m 444 docbook.css /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/porters-handbook install -c -o www -g www -m 444 book.html /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/porters-handbook install -c -o www -g www -m 444 docbook.css /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/porters-handbook ===> ../ru/doc/books/ppp-primer install -c -o www -g www -m 444 $(/usr/bin/xargs < HTML.manifest) /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/ppp-primer install -c -o www -g www -m 444 docbook.css /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/ppp-primer install -c -o www -g www -m 444 book.html /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/ppp-primer install -c -o www -g www -m 444 docbook.css /w/www/build/www/ru/doc/ru_RU.KOI8-R/books/ppp-primer /w/www/build/www/ru/doc/ru -> /w/www/build/www/ru/doc/ru_RU.KOI8-R ===> ../ru/relnotes ===> relnotes/CURRENT/relnotes ===> relnotes/CURRENT/relnotes/alpha /usr/local/bin/jade -V nochunks -ioutput.html -d /w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes/alpha/../../../share/sgml/default.dsl -V %generate-legalnotice-link% -V %generate-docformat-navi-link% -ioutput.html.images -V %generate-article-toc% -ino.include.historic -D /usr/obj/w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes/alpha -c /w/www/build/doc/ru_RU.KOI8-R/share/sgml/catalog -c /w/www/build/doc/share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/iso8879/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -c /w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes/alpha/../../../ru_RU.KOI8-R/share/sgml/catalog -c /w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes/alpha/../../../share/sgml/catalog -c /usr/local/share/sgml/catalog.ports -t sgml /w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes/alpha/article.sgml > article.html || (/bin/rm -f article.html && false) /usr/local/bin/jade:/w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes/alpha/../common/../common/new.sgml:584:23:E: general entity "man.gconcat.8" not defined and no default entity *** Error code 1 Stop in /w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes/alpha. *** Error code 1 Stop in /w/www/build/relnotes/doc/ru_RU.KOI8-R/relnotes. *** Error code 1 Stop in /w/www/build/relnotes/doc/ru_RU.KOI8-R. *** Error code 1 Stop in /w/www/build/www/ru/relnotes. *** Error code 1 Stop in /w/www/build/www/ru. *** Error code 1 Stop in /w/www/build/www/en. 1468.84 real 1042.23 user 133.32 sys From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 17:12:07 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F0816A4CE for ; Wed, 30 Jun 2004 17:12:07 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D59943D4C for ; Wed, 30 Jun 2004 17:12:07 +0000 (GMT) (envelope-from zettel@acm.org) Received: from acm.org (bgp966574bgs.derbrn01.mi.comcast.net[68.41.108.205]) by comcast.net (sccrmhc13) with SMTP id <20040630171149016002akmoe> (Authid: lenzettel); Wed, 30 Jun 2004 17:11:49 +0000 Message-ID: <40E2F44D.2907DB9D@acm.org> Date: Wed, 30 Jun 2004 13:11:41 -0400 From: Len Zettel X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: doc@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: checking out douments X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:12:08 -0000 In the FreeBSD Documentation Project Primer for New Contributors, it says: --------------------------------------------- 1.3 Quick Start # 1. Install the textproc/docproj meta-port. # cd /usr/ports/textproc/docproj # make JADETEX=no install ---------------------------------------------- Did that (I think) successfully. ----------------------------------------------- 2. Get a local copy of the FreeBSD doc tree. Either use CVSup in checkout mode to do this, or get a full copy of the CVS repository locally. If you have the CVS repository locally then as a minimum you will need to checkout the doc/share, and doc/en_US.ISO8859-1/share directories. % cvs checkout doc/share % cvs checkout doc/en_US.ISO8859-1/share If you have plenty of disk space then you could check out everything. % cvs checkout doc # 3. If you are preparing a change to an existing book or article, check it out of the repository as necessary. If you are planning on contributing a new book or article then use an existing one as a guide. * * * # If you wanted to edit an existing document, such as the FAQ, which is in doc/en_US.ISO8859-1/books/faq you would check it out of the repository like this. % cvs checkout doc/en_US.ISO8859-1/books/faq ------------------------------------------------ Okay. After some unsuccessful thrashing around I conclude I have to set the environment variable $CVSROOT. What is not clear to me is what exactly to set it to. Also not clear is whether step 2 is necessary before step 3 can proceed succsessfully. Can you help? thanks in advance -LenZ- From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 17:17:14 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7700716A4CE; Wed, 30 Jun 2004 17:17:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C7643D2D; Wed, 30 Jun 2004 17:17:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5UHGZk8065623; Wed, 30 Jun 2004 17:16:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5UHGZHQ065619; Wed, 30 Jun 2004 17:16:35 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 17:16:35 GMT From: Mark Linimon Message-Id: <200406301716.i5UHGZHQ065619@freefall.freebsd.org> To: pepper@reppep.com, linimon@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/67435: Manual pages from http://www.freebsd.org/releases/4.10R/relnotes-i386.html are stale X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 17:17:14 -0000 Synopsis: Manual pages from http://www.freebsd.org/releases/4.10R/relnotes-i386.html are stale State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Wed Jun 30 17:16:12 GMT 2004 State-Changed-Why: Submitter confirms the correct man pages are now on the site. http://www.freebsd.org/cgi/query-pr.cgi?pr=67435 From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 19:48:38 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F66116A4CE for ; Wed, 30 Jun 2004 19:48:38 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9EB643D1F for ; Wed, 30 Jun 2004 19:48:37 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.34; FreeBSD) id 1Bfl48-000GfV-9V; Wed, 30 Jun 2004 20:48:20 +0100 Date: Wed, 30 Jun 2004 20:48:20 +0100 From: Ceri Davies To: Matt Message-ID: <20040630194820.GO435@submonkey.net> Mail-Followup-To: Ceri Davies , Matt , doc@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k18oBAwMkTg3OUap" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: doc@freebsd.org Subject: Re: Broken Link X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 19:48:38 -0000 --k18oBAwMkTg3OUap Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 30, 2004 at 12:25:25PM +0100, Matt wrote: > I was trying to join the mailing list and looked at the docs, there is a = =20 > mistake here: >=20 > Point your WWW browser to FreeBSD-question Info Page. In the section =20 > titled ``Subscribing to freebsd-questions'' fill in the ``Your email =20 > address'' field; the other fields are optional. >=20 > The link to "FreeBSD-question Info Page" links to "", ie back to the page= =20 > itself, this is the same in boththe split HTML and combined HTML doc page= s. >=20 > URL to the error is: =20 > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/x38= =2Ehtml Fixed - thanks for the report. The changes should hit the website within 24 hours. Ceri --=20 It is not tinfoil, it is my new skin. I am a robot. --k18oBAwMkTg3OUap Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4xkDocfcwTS3JF8RAsElAKC9im+dVTKFrARlZG2a0aOoQXOCWgCdFlQm MFJdb/twBIkJYjiVzmREeEQ= =zB/A -----END PGP SIGNATURE----- --k18oBAwMkTg3OUap-- From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 21:35:03 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA4B216A4CF for ; Wed, 30 Jun 2004 21:35:03 +0000 (GMT) Received: from server043.webpack.hosteurope.de (server043.webpack.hosteurope.de [80.237.130.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B6943D1D for ; Wed, 30 Jun 2004 21:35:03 +0000 (GMT) (envelope-from J.Kois@web.de) Envelope-to: freebsd-doc@freebsd.org Received: from p508013b2.dip0.t-ipconnect.de ([80.128.19.178]) by server043.webpack.hosteurope.de with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1Bfmiw-0001en-9Z; Wed, 30 Jun 2004 23:34:34 +0200 From: Johann Kois To: freebsd-doc@freebsd.org Date: Wed, 30 Jun 2004 23:33:53 +0200 User-Agent: KMail/1.6.1 References: <40E2F44D.2907DB9D@acm.org> In-Reply-To: <40E2F44D.2907DB9D@acm.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406302334.32132.J.Kois@web.de> X-HE-MXrcvd: no Subject: Re: checking out douments X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:35:03 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Mittwoch, 30. Juni 2004 19:11 schrieb Len Zettel: > Okay. After some unsuccessful thrashing around I conclude I have to > set the environment variable $CVSROOT. What is not clear to me is > what exactly to set it to. Also not clear is whether step 2 is > necessary before > step 3 can proceed succsessfully. Can you help? Hello! You should read the following sites, so you will know a) how to use cvsup: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html b) how to change documentation files: http://www.onlamp.com/pub/a/bsd/2001/02/08/Big_Scary_Daemons.html http://www.onlamp.com/pub/a/bsd/2001/02/22/Big_Scary_Daemons.html Greetings John J.Kois@web.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4zHR/rDr791hwtgRAro/AJ9LOw8vGysud8F7uXRw06QmOrhE4QCgmKzv 4Yitxkvr/AWuZS4QtU36HH4= =3MSq -----END PGP SIGNATURE----- From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 23:45:17 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4624A16A4CE for ; Wed, 30 Jun 2004 23:45:17 +0000 (GMT) Received: from daemon.rofug.ro (daemon.rofug.ro [82.77.8.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4DD043D2D for ; Wed, 30 Jun 2004 23:45:15 +0000 (GMT) (envelope-from ady@rofug.ro) Received: from daemon.rofug.ro (localhost [127.0.0.1]) by daemon.rofug.ro (8.12.8/8.12.8) with ESMTP id i5UNiB8P032519 for ; Thu, 1 Jul 2004 02:44:11 +0300 (EEST) (envelope-from ady@rofug.ro) Received: from daemon.rofug.ro by daemon.rofug.ro (ECARTIS/1.0.0); Thu, 01 Jul 2004 02:44:11 +0300 (EEST) Date: Thu, 01 Jul 2004 02:44:11 +0300 (EEST) From: Ecartis To: freebsd-doc@freebsd.org Message-ID: X-ecartis-antiloop: daemon.rofug.ro Precedence: list Expiry-Date: Fri, 02 Jul 2004 02:44:11 +0300 (EEST) Subject: Ecartis command results: -- Binary/unsupported file stripped by Ecartis -- X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 23:45:17 -0000 >> Your document is attached. Unknown command. --- Ecartis v1.0.0 - job execution complete. From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 08:06:51 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB1C16A4CE; Thu, 1 Jul 2004 08:06:51 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085B243D1F; Thu, 1 Jul 2004 08:06:51 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from [192.160.235.2] (cs242743-143.austin.rr.com [24.27.43.143]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id B4A4A14316; Thu, 1 Jul 2004 03:06:39 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: freebsd-doc@FreeBSD.org, freebsd-www@FreeBSD.org Date: Thu, 1 Jul 2004 03:02:59 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200407010302.59688.linimon@lonesome.com> Subject: CFD: divide up the 'Hardware compatibility' chapter in the FAQ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:06:51 -0000 As it stands today, there are 32 entries on this page (I just added the 32nd, it may not be on the website yet). I would like to propose breaking this up into several smaller sections. The questions are in random order, AFAICT :-), and my prototype does not yet attempt to deal with that problem. It is only there for a proof- of-concept glance: http://www.lonesome.com/FreeBSD_doc/en_US.ISO8859-1/books/faq/index.html (Obviously, if people don't think much of this idea, there's no reason to do the work to prototype moving the text around ...) My intention would be to add the section tags first (the diff is only 61 lines) in the first commit, then to move the text around to fit the new sections in a second commit, to try to help out the translators. Reactions, anyone? mcl From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 08:11:46 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA2216A4EF for ; Thu, 1 Jul 2004 08:11:46 +0000 (GMT) Received: from dd1728.kasserver.com (dd1728.kasserver.com [81.209.148.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F3843D2F for ; Thu, 1 Jul 2004 08:11:46 +0000 (GMT) (envelope-from logit@dd1728.kasserver.com) Received: by dd1728.kasserver.com (Postfix, from userid 876) id C7DA96A45C; Thu, 1 Jul 2004 10:03:39 +0200 (CEST) To: freebsd-doc@freebsd.org References: <20040701080335.1C5016A412@dd1728.kasserver.com> In-Reply-To: <20040701080335.1C5016A412@dd1728.kasserver.com> From: info@logit.de Precedence: junk X-Loop: info@logit.de Message-Id: <20040701080339.C7DA96A45C@dd1728.kasserver.com> Date: Thu, 1 Jul 2004 10:03:39 +0200 (CEST) Subject: Re: file X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:11:46 -0000 Your message could not be delivered to one or more destinations. For further assistance, please contact the recipiant/s. Host said: 550 Unknown local part test in (in reply to RCPT TO command) From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 08:40:25 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D79916A4CE for ; Thu, 1 Jul 2004 08:40:25 +0000 (GMT) Received: from sarajevo.pacific.net.sg (sarajevo.pacific.net.sg [203.120.90.134]) by mx1.FreeBSD.org (Postfix) with SMTP id E598643D1F for ; Thu, 1 Jul 2004 08:40:23 +0000 (GMT) (envelope-from oceanare@pacific.net.sg) Received: (qmail 25123 invoked from network); 1 Jul 2004 08:39:52 -0000 Received: from unknown (HELO maxwell2.pacific.net.sg) (203.120.90.192) by sarajevo with SMTP; 1 Jul 2004 08:39:51 -0000 Received: from pacific.net.sg ([210.24.202.160]) by maxwell2.pacific.net.sg with ESMTP id <20040701083951.ZSLE1183.maxwell2.pacific.net.sg@pacific.net.sg>; Thu, 1 Jul 2004 16:39:51 +0800 Message-ID: <40E3CDC8.7040603@pacific.net.sg> Date: Thu, 01 Jul 2004 16:39:36 +0800 From: Erich Dollansky Organization: oceanare pte ltd User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040409 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Linimon References: <200407010302.59688.linimon@lonesome.com> In-Reply-To: <200407010302.59688.linimon@lonesome.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-www@FreeBSD.org cc: freebsd-doc@FreeBSD.org Subject: Re: CFD: divide up the 'Hardware compatibility' chapter in the FAQ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 08:40:25 -0000 Hi, I like. It makes it easier for the beginner. Mark Linimon wrote: > As it stands today, there are 32 entries on this page (I just added the > 32nd, it may not be on the website yet). I would like to propose > breaking this up into several smaller sections. > > The questions are in random order, AFAICT :-), and my prototype does > not yet attempt to deal with that problem. It is only there for a proof- > of-concept glance: This would make it even more usefull for beginners. Erich From owner-freebsd-doc@FreeBSD.ORG Wed Jun 30 13:31:26 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D63716A4CE for ; Wed, 30 Jun 2004 13:31:26 +0000 (GMT) Received: from as102.htnet.hr (as102.htnet.hr [195.29.150.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF4F343D2D for ; Wed, 30 Jun 2004 13:31:24 +0000 (GMT) (envelope-from filip.pandzic1@os.htnet.hr) Received: from ls413.htnet.hr (ls413.htnet.hr [195.29.150.117]) by as102.htnet.hr (0.0.0/8.12.10) with ESMTP id i5UDVYAj156730 for ; Wed, 30 Jun 2004 15:31:34 +0200 (CEST) Received: from FILIP (DELTAPRO.net.htnet.hr [195.29.47.50]) by ls413.htnet.hr (0.0.0/8.12.10) with ESMTP id i5UDTiaS005406 for ; Wed, 30 Jun 2004 15:29:44 +0200 From: "Filip Pandzic" To: Date: Wed, 30 Jun 2004 15:29:44 +0200 Message-ID: <000001c45ea6$4eb19720$0664a8c0@FILIP> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Trace: as102.htnet.hr 1088602294 1478 195.29.150.117 (Wed, 30 Jun 2004 15:31:34 +0200) X-Mailman-Approved-At: Thu, 01 Jul 2004 12:14:35 +0000 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Looking for your support X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 13:31:26 -0000 Hello. We are IT company from Croatia. We have internet portal www. hr-tender.hr We have mail server under FreeBSD OS. If it possible we wold like to buy FreeBSD CD or DVD. And we would like to get your logos and all marketing stuff. Please contakt us: administrator@hr-tender.hr Company :DELTA-PROJEKT d.o.o. Adress: CROATIA. OSIJEK 31000 VUKOVARSKA 215 TEL: +385989620020 FAX: +38531540061 Regards and thanks on your attantion. From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 15:16:34 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00FCE16A4CE; Thu, 1 Jul 2004 15:16:34 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A99443D49; Thu, 1 Jul 2004 15:16:33 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com (acs-24-154-239-234.zoominternet.net [24.154.239.234]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i61FFZL0073338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 1 Jul 2004 11:15:36 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 1 Jul 2004 11:16:08 -0400 From: Tom Rhodes To: Mark Linimon Message-Id: <20040701111608.39f1272b@localhost.pittgoth.com> In-Reply-To: <200407010302.59688.linimon@lonesome.com> References: <200407010302.59688.linimon@lonesome.com> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-www@FreeBSD.org cc: freebsd-doc@FreeBSD.org Subject: Re: CFD: divide up the 'Hardware compatibility' chapter in the FAQ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 15:16:34 -0000 On Thu, 1 Jul 2004 03:02:59 -0500 Mark Linimon wrote: > As it stands today, there are 32 entries on this page (I just added the > 32nd, it may not be on the website yet). I would like to propose > breaking this up into several smaller sections. > > The questions are in random order, AFAICT :-), and my prototype does > not yet attempt to deal with that problem. It is only there for a proof- > of-concept glance: > > http://www.lonesome.com/FreeBSD_doc/en_US.ISO8859-1/books/faq/index.html > > (Obviously, if people don't think much of this idea, there's no reason to > do the work to prototype moving the text around ...) > > My intention would be to add the section tags first (the diff is only > 61 lines) in the first commit, then to move the text around to fit the > new sections in a second commit, to try to help out the translators. > > Reactions, anyone? Hey, you want to do all the work then please! -- Tom Rhodes From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 17:29:50 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB5F16A4CE for ; Thu, 1 Jul 2004 17:29:50 +0000 (GMT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBE043D1D for ; Thu, 1 Jul 2004 17:29:49 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (s444kp6i@mp2.macomnet.net [195.128.64.6]) by relay.macomnet.ru (8.12.10/8.12.10) with ESMTP id i61HTSu517876023 for ; Thu, 1 Jul 2004 21:29:28 +0400 (MSD) Date: Thu, 1 Jul 2004 21:29:28 +0400 (MSD) From: Maxim Konovalov To: docs@freebsd.org Message-ID: <20040701212732.Y53271@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: RFR: commiters guide diff X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:29:50 -0000 Hello, Could someone convert my Ruglish to English please? Index: article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.195 diff -u -r1.195 article.sgml --- article.sgml 14 Jun 2004 20:42:06 -0000 1.195 +++ article.sgml 1 Jul 2004 17:23:42 -0000 @@ -2003,11 +2003,9 @@ make sure your testing occurs with a machine which is running that code. If you have a change which also may break another architecture, be sure and test on all - supported architectures. Currently, this is only the x86 - and the Alpha so it is pretty easy to do. If you need to - test on the AXP, your account on beast.FreeBSD.org will let you - compile and test Alpha binaries/kernels/etc. As other + supported architectures. Please refer to FreeBSD Internal + Page for a list of available resources. As other architectures are added to the FreeBSD supported platforms list, the appropriate shared testing resources will be made available. %%% -- Maxim Konovalov From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 17:41:10 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD31A16A4CE for ; Thu, 1 Jul 2004 17:41:10 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418ED43D53 for ; Thu, 1 Jul 2004 17:41:10 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.34; FreeBSD) id 1Bg5Wz-0003zY-TX; Thu, 01 Jul 2004 18:39:29 +0100 Date: Thu, 1 Jul 2004 18:39:29 +0100 From: Ceri Davies To: Remko Lodder Message-ID: <20040701173929.GA10700@submonkey.net> Mail-Followup-To: Ceri Davies , Remko Lodder , travis@ilive4code.net, doc@FreeBSD.org References: <59113.155.188.255.5.1088422880.squirrel@mail.ilive4code.net> <40E18D50.2050502@elvandar.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <40E18D50.2050502@elvandar.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: doc@FreeBSD.org cc: travis@ilive4code.net Subject: Re: FreeBSD Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:41:10 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 29, 2004 at 05:40:00PM +0200, Remko Lodder wrote: > Hi Travis, >=20 > Travis Sidelinger wrote: >=20 > >I really like the layout of your handbook. What framework do you use for > >the handbook? Is this something others can re-use? >=20 > The handbook is being built up from SGML source code's to html. The SGML= =20 > has entity's defined which give the generated HTML the FreeBSD look and= =20 > feel :-). Have a look at /usr/doc (if you have a FreeBSD machine) or=20 > checkout http://www.freebsd.org/cgi/cvsweb.cgi (and then the doc section). >=20 > If it's usable for other projects then for FreeBSD is something i don't= =20 > know, perhaps someone else can explain that (perhaps it's mentioned at=20 > http://www.freebsd.org/docproj/ ) It's mentioned on the license page at http://www.FreeBSD.org/copyright/. Ceri --=20 It is not tinfoil, it is my new skin. I am a robot. --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5ExRocfcwTS3JF8RAkuQAJ9J72dXowelkGL6OjsND6omklY23gCdEACE ginPDK7rt3sWbI89bLljDng= =Evt0 -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 18:06:12 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7D116A4CE for ; Thu, 1 Jul 2004 18:06:12 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9509C43D2D for ; Thu, 1 Jul 2004 18:06:12 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.34; FreeBSD) id 1Bg5w2-0008kd-Dt; Thu, 01 Jul 2004 19:05:22 +0100 Date: Thu, 1 Jul 2004 19:05:22 +0100 From: Ceri Davies To: Maxim Konovalov Message-ID: <20040701180522.GB10700@submonkey.net> Mail-Followup-To: Ceri Davies , Maxim Konovalov , docs@freebsd.org References: <20040701212732.Y53271@mp2.macomnet.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/WwmFnJnmDyWGHa4" Content-Disposition: inline In-Reply-To: <20040701212732.Y53271@mp2.macomnet.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: docs@freebsd.org Subject: Re: RFR: commiters guide diff X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:06:13 -0000 --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 01, 2004 at 09:29:28PM +0400, Maxim Konovalov wrote: > Hello, >=20 > Could someone convert my Ruglish to English please? >=20 > Index: article.sgml > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/articl= e.sgml,v > retrieving revision 1.195 > diff -u -r1.195 article.sgml > --- article.sgml 14 Jun 2004 20:42:06 -0000 1.195 > +++ article.sgml 1 Jul 2004 17:23:42 -0000 > @@ -2003,11 +2003,9 @@ > make sure your testing occurs with a machine which is > running that code. If you have a change which also may > break another architecture, be sure and test on all > - supported architectures. Currently, this is only the x86 > - and the Alpha so it is pretty easy to do. If you need to > - test on the AXP, your account on - role=3D"fqdn">beast.FreeBSD.org will let you > - compile and test Alpha binaries/kernels/etc. As other > + supported architectures. Please refer to ..." The rest of it is fine. Ceri --=20 It is not tinfoil, it is my new skin. I am a robot. --/WwmFnJnmDyWGHa4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5FJiocfcwTS3JF8RAvCzAKCe+NmOnwqXPukqdkQwzXV3h1lQIgCdEEWY nc6YnKdKCB2jMRlTaLlPGXI= =y6yB -----END PGP SIGNATURE----- --/WwmFnJnmDyWGHa4-- From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 18:46:58 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0996216A4CE for ; Thu, 1 Jul 2004 18:46:58 +0000 (GMT) Received: from mail.9netave.com (mail1.njd.xo.com [216.156.2.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5352143D39 for ; Thu, 1 Jul 2004 18:46:57 +0000 (GMT) (envelope-from mi2791268@mail.9netave.com) Received: (from mi2791268@localhost) by mail.9netave.com (8.11.6p2/8.8.8) id i61Ik7T41089; Thu, 1 Jul 2004 14:46:07 -0400 (EDT) Date: Thu, 1 Jul 2004 14:46:07 -0400 (EDT) Message-Id: <200407011846.i61Ik7T41089@mail.9netave.com> To: doc@freebsd.org References: <200407011845.i61Ijit40626@mail.9netave.com> In-Reply-To: <200407011845.i61Ijit40626@mail.9netave.com> X-Auto: auto-generated (autoresponse) X-Loop-Detect: 1 X-Loop: 1 From: tech@mirage-mmc.com Subject: Re: Mail Delivery (failure tech@mirage-mmc.com) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 18:46:58 -0000 Dear Customer, Please send all your emails to support@displaysonic.com. We will no longer support tech@mirage-mmc.com due to virus issues. From owner-freebsd-doc@FreeBSD.ORG Thu Jul 1 21:20:22 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A0816A4CE for ; Thu, 1 Jul 2004 21:20:22 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A6E43D45 for ; Thu, 1 Jul 2004 21:20:22 +0000 (GMT) (envelope-from zettel@acm.org) Received: from acm.org (bgp966574bgs.derbrn01.mi.comcast.net[68.41.108.205]) by comcast.net (rwcrmhc13) with SMTP id <20040701211852015007df74e> (Authid: lenzettel); Thu, 1 Jul 2004 21:18:52 +0000 Message-ID: <40E47FB1.C9B34DB6@acm.org> Date: Thu, 01 Jul 2004 17:18:41 -0400 From: Len Zettel X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: doc@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Fwd: RFR: commiters guide diff] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 21:20:22 -0000 Len Zettel wrote: > > OK, I can't resist. Not sure of the original meaning in some cases, > but see below. > > Maxim Konovalov wrote: > > > > Hello, > > > > Could someone convert my Ruglish to English please? > > > > Index: article.sgml > > =================================================================== > > RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v > > retrieving revision 1.195 > > diff -u -r1.195 article.sgml > > --- article.sgml 14 Jun 2004 20:42:06 -0000 1.195 > > +++ article.sgml 1 Jul 2004 17:23:42 -0000 > > @@ -2003,11 +2003,9 @@ > > make sure your testing occurs with a machine which is > > running that code. If you have a change which also may > > break another architecture, be sure and test on all > > - supported architectures. Currently, this is only the x86 > > - and the Alpha so it is pretty easy to do. If you need to > > - test on the AXP, your account on > - role="fqdn">beast.FreeBSD.org will let you > > - compile and test Alpha binaries/kernels/etc. As other > > + supported architectures. Please refer to > + url="http://www.FreeBSD.org/internal/">FreeBSD Internal > > + Page for a list of available resources. As other > > architectures are added to the FreeBSD supported platforms > > list, the appropriate shared testing resources will be > > made available. > > %%% > > > > -- > > Maxim Konovalov > > > be sure to test with a machine running that code. Test on all > architectures > the change may break. For now this is only the x86 and the Alpha, so it > is not hard to do. If you need to test on the AXP, your account on > beast.FreeBSD.org will let you compile and > test Alpha binaries/kernels/etc. For other supported architectures > please > refer to FreeBSD Internal > Page > for a list of available resources. The appropriate shared testing > resources > will be made available as other architectures are added to the FreeBSD > supported platforms list. > _______________________________________________ > Hope this helps. > -LenZ- > > > freebsd-doc@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" From owner-freebsd-doc@FreeBSD.ORG Fri Jul 2 08:41:33 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE7216A4CE for ; Fri, 2 Jul 2004 08:41:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF2843D3F for ; Fri, 2 Jul 2004 08:41:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i628eEc0035672 for ; Fri, 2 Jul 2004 08:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i628eELW035671; Fri, 2 Jul 2004 08:40:14 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jul 2004 08:40:14 GMT Resent-Message-Id: <200407020840.i628eELW035671@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Noack Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4344216A4CE for ; Fri, 2 Jul 2004 08:30:30 +0000 (GMT) Received: from smtp001.bizmail.yahoo.com (smtp001.bizmail.yahoo.com [216.136.172.125]) by mx1.FreeBSD.org (Postfix) with SMTP id F343543D41 for ; Fri, 2 Jul 2004 08:30:29 +0000 (GMT) (envelope-from noackjr@compgeek.noacks.org) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.179.20 with login) by smtp001.bizmail.yahoo.com with SMTP; 2 Jul 2004 08:29:31 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 1A8E661DE for ; Fri, 2 Jul 2004 03:29:31 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06778-06 for ; Fri, 2 Jul 2004 03:29:29 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 2ADC261D2 for ; Fri, 2 Jul 2004 03:29:29 -0500 (CDT) Received: (from noackjr@localhost) by compgeek.noacks.org (8.12.11/8.12.11/Submit) id i628TTWw002413; Fri, 2 Jul 2004 03:29:29 -0500 (CDT) (envelope-from noackjr) Message-Id: <200407020829.i628TTWw002413@compgeek.noacks.org> Date: Fri, 2 Jul 2004 03:29:29 -0500 (CDT) From: Jonathan Noack To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/68595: [PATCH] add FAQ entry for lock order reversals X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jonathan Noack List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 08:41:33 -0000 >Number: 68595 >Category: docs >Synopsis: [PATCH] add FAQ entry for lock order reversals >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 02 08:40:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jonathan Noack >Release: FreeBSD 5.2-CURRENT i386 >Organization: Concordia Lutheran High School >Environment: System: FreeBSD compgeek.noacks.org 5.2-CURRENT FreeBSD 5.2-CURRENT #11: Wed Jun 30 19:53:45 CDT 2004 noackjr@compgeek.noacks.org:/usr/obj/usr/src/sys/COMPGEEK i386 >Description: Add a FAQ entry for lock order reversals. It basically just quotes a mailing list response by Robert Watson, but there is also a note pointing to the lock order reversal status page maintained by Bjoern Zeeb: http://sources.zabbadoz.net/freebsd/lor.html See recent comments in the freebsd-current archive: http://docs.freebsd.org/cgi/mid.cgi?20040701083434.GA83951 http://docs.freebsd.org/cgi/mid.cgi?20040701103535.GA84499 http://docs.freebsd.org/cgi/mid.cgi?40E3EBD2.2020106 >How-To-Repeat: N/A >Fix: See patch below. --- lor-faq.diff begins here --- Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v retrieving revision 1.626 diff -u -r1.626 book.sgml --- book.sgml 1 Jul 2004 07:29:04 -0000 1.626 +++ book.sgml 1 Jul 2004 11:29:35 -0000 @@ -4379,6 +4379,51 @@ channel is numbered 0, and so on. + + + + What is a lock order reversal? + + + + &a.rwatson; answered this question very succinctly on + the freebsd-current list in a thread entitled lock + order reversals - what do they mean? + +
+ &a.rwatson; on freebsd-current, December 14, + 2003 + + These warnings are generated by Witness, a run-time lock + diagnostic system found in FreeBSD 5-CURRENT kernels (but + removed in releases). You can read more about Witness in the + &man.witness.4; man page, which talks about its capabilities. Among + other things, Witness performs run-time lock order verification + using a combination of hard coded lock orders, and run-time + detected lock orders, and generates console warnings when lock + orders are violated. The intent of this is to detect the + potential for deadlocks due to lock order violations; it's worth + observing that Witness is actually slightly conservative, and so + it's possible to get false positives. In the event that Witness + is accurately reporting a lock order problem, it's basically + saying "If you were unlucky, a deadlock would have happened + here". There are a couple of "well known" false positives, + which we need to do a better job of documenting to prevent + spurious reports. The non-well-known ones typically correspond + to bugs in newly added locking, as lock order reversals usually + get fixed pretty quickly because Witness is busy generating + warnings :-). +
+ + + See Bjoern + Zeeb's lock order reversal page for the status of + known lock order reversals. + +
+
--- lor-faq.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Jul 2 16:21:15 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF7516A4CF for ; Fri, 2 Jul 2004 16:21:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F9F143D39 for ; Fri, 2 Jul 2004 16:21:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i62GKOAV095164 for ; Fri, 2 Jul 2004 16:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i62GKO7V095163; Fri, 2 Jul 2004 16:20:24 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jul 2004 16:20:24 GMT Resent-Message-Id: <200407021620.i62GKO7V095163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC5116A4CE for ; Fri, 2 Jul 2004 16:19:10 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id B83BA43D46 for ; Fri, 2 Jul 2004 16:19:10 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-4.local ([172.16.0.4]) by fillmore.dyndns.org with esmtp (Exim 4.34 (FreeBSD)) id 1BgQk5-000JpW-5g for FreeBSD-gnats-submit@FreeBSD.org; Fri, 02 Jul 2004 18:18:28 +0200 Message-Id: <40E57034.4040800@fillmore-labs.com> Date: Fri, 02 Jul 2004 16:24:52 +0200 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/68605: Porter's Handbook: document how to hanlde security upgrades X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:21:15 -0000 >Number: 68605 >Category: docs >Synopsis: Porter's Handbook: document how to hanlde security upgrades >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 02 16:20:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.10-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE >Description: Chapter 15 of the Porter's Handbook ("Upgrading") should educate users how to make entries in the vulnerability database. >How-To-Repeat: >Fix: A draft that might fit into chapter 15 "Upgrading" is at http://people.freebsd.org/~eik/texts/portaudit_entries.txt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Jul 2 16:21:17 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 112F916A4CE for ; Fri, 2 Jul 2004 16:21:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DC143D2D for ; Fri, 2 Jul 2004 16:21:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i62GKO0r095177 for ; Fri, 2 Jul 2004 16:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i62GKOkW095176; Fri, 2 Jul 2004 16:20:24 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jul 2004 16:20:24 GMT Resent-Message-Id: <200407021620.i62GKOkW095176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC5BF16A4CE for ; Fri, 2 Jul 2004 16:19:13 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A72643D45 for ; Fri, 2 Jul 2004 16:19:13 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-4.local ([172.16.0.4]) by fillmore.dyndns.org with esmtp (Exim 4.34 (FreeBSD)) id 1BgQk7-000JpY-A1 for FreeBSD-gnats-submit@FreeBSD.org; Fri, 02 Jul 2004 18:18:30 +0200 Message-Id: <40E57036.9090509@fillmore-labs.com> Date: Fri, 02 Jul 2004 16:24:54 +0200 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/68606: Porter's Handbook: document how to write rc.subr scripts X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:21:17 -0000 >Number: 68606 >Category: docs >Synopsis: Porter's Handbook: document how to write rc.subr scripts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 02 16:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.10-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE >Description: Chapter 4 of the Porter's Handbook ("Slow Porting") should educate users how to write rc.subr start/stop scripts. >How-To-Repeat: >Fix: Maybe it is sufficient to mention that a sample is installed at /usr/local/share/examples/rc_subr OTOH since this is only true for freeBSD 4.x, the content should be migrated to the Porter's Handbook. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Jul 3 06:42:30 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026F116A4CE; Sat, 3 Jul 2004 06:42:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8EBA43D49; Sat, 3 Jul 2004 06:42:29 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) i636gTna003554; Sat, 3 Jul 2004 06:42:29 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i636gTTK003550; Sat, 3 Jul 2004 06:42:29 GMT (envelope-from bms) Date: Sat, 3 Jul 2004 06:42:29 GMT From: Bruce M Simpson Message-Id: <200407030642.i636gTTK003550@freefall.freebsd.org> To: bms@FreeBSD.org, freebsd-doc@FreeBSD.org, hmp@FreeBSD.org Subject: Re: docs/53751: bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 06:42:30 -0000 Synopsis: bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW Responsible-Changed-From-To: freebsd-doc->hmp Responsible-Changed-By: bms Responsible-Changed-When: Sat Jul 3 06:42:17 GMT 2004 Responsible-Changed-Why: This is hmp's manor http://www.freebsd.org/cgi/query-pr.cgi?pr=53751