From owner-freebsd-doc@FreeBSD.ORG Sun Oct 1 00:30:18 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EA016A415 for ; Sun, 1 Oct 2006 00:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004D143D46 for ; Sun, 1 Oct 2006 00:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k910UHBg000676 for ; Sun, 1 Oct 2006 00:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k910UHvm000670; Sun, 1 Oct 2006 00:30:17 GMT (envelope-from gnats) Resent-Date: Sun, 1 Oct 2006 00:30:17 GMT Resent-Message-Id: <200610010030.k910UHvm000670@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, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA7D16A403 for ; Sun, 1 Oct 2006 00:29:51 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 86A6943D46 for ; Sun, 1 Oct 2006 00:29:50 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Sun, 1 Oct 2006 01:29:48 +0100 (BST) Message-Id: <1159662588.3165@charon.picobyte.net> Date: Sun, 1 Oct 2006 01:29:48 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/103859: [PATCH] find(1) fails to document some POSIX-extensions X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 00:30:18 -0000 >Number: 103859 >Category: docs >Synopsis: [PATCH] find(1) fails to document some POSIX-extensions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 01 00:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: >Description: The find(1) man page fails to document some of our POSIX extensions. The patch below adds to the short list. >How-To-Repeat: >Fix: --- find.1.diff begins here --- Index: find.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/find/find.1,v retrieving revision 1.79 diff -u -r1.79 find.1 --- find.1 29 Sep 2006 15:20:45 -0000 1.79 +++ find.1 1 Oct 2006 00:22:39 -0000 @@ -891,7 +891,9 @@ and .Ic -L as well as the -.Ic -iname , -inum , -iregex , -print0 , -delete , -ls , -regex , +.Ic -amin , -anewer , -cmin , -cnewer , -empty , -fstype , -iname , +.Ic -inum , -iregex , -links , -ls , -maxdepth , -mindepth , -mmin , +.Ic -path , -print0 , -delete , -ls , -regex , and all of the .Ic -B birthtime related primaries are extensions to --- find.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Oct 1 17:39:53 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AC816A40F; Sun, 1 Oct 2006 17:39:53 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D771E43D45; Sun, 1 Oct 2006 17:39:52 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from freefall.freebsd.org (danger@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k91HdqjW004609; Sun, 1 Oct 2006 17:39:52 GMT (envelope-from danger@freefall.freebsd.org) Received: (from danger@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k91Hdqrj004605; Sun, 1 Oct 2006 17:39:52 GMT (envelope-from danger) Date: Sun, 1 Oct 2006 17:39:52 GMT From: Daniel Gerzo Message-Id: <200610011739.k91Hdqrj004605@freefall.freebsd.org> To: danger@FreeBSD.org, freebsd-doc@FreeBSD.org, danger@FreeBSD.org Cc: Subject: Re: docs/103807: wicontrol(8) manpage contains a broken URL X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 17:39:53 -0000 Synopsis: wicontrol(8) manpage contains a broken URL Responsible-Changed-From-To: freebsd-doc->danger Responsible-Changed-By: danger Responsible-Changed-When: Sun Oct 1 17:39:24 UTC 2006 Responsible-Changed-Why: I will handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=103807 From owner-freebsd-doc@FreeBSD.ORG Mon Oct 2 11:06:18 2006 Return-Path: X-Original-To: doc@hub.freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4482416A403 for ; Mon, 2 Oct 2006 11:06:18 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E287043D45 for ; Mon, 2 Oct 2006 11:06:17 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k92B6HmW000541 for ; Mon, 2 Oct 2006 11:06:17 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k92B6GWY000537 for DOC; Mon, 2 Oct 2006 11:06:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Oct 2006 11:06:16 GMT Message-Id: <200610021106.k92B6GWY000537@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Cc: Subject: Current unassigned doc problem reports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 11:06:18 -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. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. 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 Tracker Resp. Description -------------------------------------------------------------------------------- o docs/27605 doc [patch] Cross-document references () s docs/35678 doc docproj Makefiles for web are broken for paths with sp o docs/60679 doc [patch] pthread(3): pthreads documentation does not de o docs/61605 doc [feature request] Improve documentation for i386 disk o docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more compliant wit o docs/78357 doc getaddrinfo(3)'s AI_ADDRCONFIG not documented o docs/80843 doc [patch] psm(4): Suggested fix for psm0 / handle driver f docs/82296 doc ttys(5) man page misleads about use for non-getty proc o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/98541 doc tun man page references obsolite ioctl o docs/100328 doc the first paragraph of config(8) is deeply misleading o docs/100803 doc the man page about ithread is expired. 13 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s docs/20028 doc ASCII docs should reflect tags in the sourc o docs/24786 doc missing FILES descriptions in sa(4) o docs/26286 doc *printf(3) etc should gain format string warnings a docs/30008 doc [patch] French softupdates document should be translat s docs/31109 doc [patch] replace gif images w/ png ones due to patent l s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/35011 doc There are no commands called "diskless" or "jail". o docs/35222 doc [patch] getmsg.cgi: mailing list archive URL regexp su o docs/35608 doc mt(1) page uses "setmark" without explanation. o docs/35609 doc mt(1) page needs explanation of "long erase". o docs/35612 doc ps(1) page "state" description doesn't mention "spread o docs/35943 doc at(1) config files are misplaced in /var/at/ o docs/35953 doc hosts.equiv(5) manual is confusing or wrong about host o docs/36432 doc Proposal for doc/share/mk: make folded books using psu o docs/36449 doc symlink(7) manual doesn't mention trailing slash, etc. o docs/38620 doc suggestion: minor rework of question in Committers Gui o docs/38982 doc [patch] developers-handbook/Jail fix o docs/39348 doc diskless(8): note that kenv fetch of hostname requires o docs/39530 doc access(2) man page has unnecessarily broad warning o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/41807 doc [patch] natd(8): document natd -punch_fw "bug" o docs/43651 doc stab(5) incorrectly states to include just stab.h when o docs/43823 doc [PATCH] update to environ(7) manpage o docs/43861 doc non-trivial typo in wicontrol(8) man page o docs/43941 doc document the Rationale for Upgrade Sequence (e.g. why o docs/44074 doc [patch] ln(1) manual clarifications o docs/45940 doc burncd(1) missing info o docs/46196 doc [patch] menu_format(3): Missing return value in (set_) o docs/46291 doc correlation between HZ kernel config parameter and soc o docs/46295 doc please add information to Nvi recovery email o docs/47594 doc [PATCH] passwd(5) incorrectly states allowed username o docs/47818 doc [patch] ln(1) manpage is confusing o docs/48101 doc [patch] add documentation on the fixit disk to the FAQ o docs/48980 doc [patch] nsgmls -s errors and sect. 3.2.1 of the fdp-pr o docs/50211 doc [PATCH] doc.docbook.mk: fix textfile creation o docs/50573 doc resolver(3): return values for res_query/res_search/re o docs/51875 doc [patch] atkbd(4) adjustment o docs/51891 doc DIAGNOSTICS in ed(4) driver manpage don't match realit o docs/51921 doc [patch] ls(1) manpage lacks some information about whi o docs/52071 doc [PATCH] Add more information about soft updates into a o docs/53575 doc Change to Handbook Section 20.9 (SMTP Authentication) o docs/53596 doc Updates to mt(1) manual page o docs/53732 doc quota output and quota(1) man page do not document uni o docs/54451 doc [patch] i386_get_ldt(2): i386_{get|set}_ldt manual pag o docs/54879 doc jot(1) -r description s docs/55482 doc document the fact that DUMP has access to block device o docs/57153 doc S_IRWXU missing in fstat(2) man page? o docs/57388 doc [patch] INSTALL.TXT enhancement: mention ok prompt o docs/57569 doc error on gensetdefs(8) man page o docs/57926 doc [patch] amd.conf(5) poorly format as it has both man(7 o docs/57974 doc man page apropos for select macros (FD_SET, etc) doesn o docs/58710 doc killpg(2) contains an error regarding sending SIGCONT o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/60529 doc resolver(5) man page is badly out of date o docs/60544 doc [patch] getenv(3) manpage doesn't state the return val o docs/61070 doc handbook: Installation docs misleading: PResizer isn' o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/61667 doc Obsolete documentation on FreeBSD PnP o docs/61859 doc ddb(4): Incorrect informaiton about trace command ddb o docs/62412 doc one of the diskless boot methods described in the Hand o docs/62719 doc cross-reference pccardd(8) and devd(8) o docs/62724 doc [patch] host(1) manpage does not include information a o docs/63215 doc Wrong prototypes in mi_switch(9) (ref docs/24311) o docs/64807 doc Handbook section on NAT incomplete o docs/65477 doc release notes: installation instruction fail to mentio o docs/65530 doc [patch] minor improvement to getgrent(3) o docs/66265 doc [patch] Document what -f and LD_TRACE_LOADED_OBJECTS_F o docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_options instead o docs/66343 doc [patch] unlisted supported card on man page for wi(4) o docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, grammar, and f docs/67806 doc [patch] Let 5.x users know how to boot into single use o docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o docs/68845 doc The .At macro produces unexpected results o docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not document POSI o docs/70217 doc [patch] Suggested rewrite of docproj/sgml.sgml for cla o docs/71555 doc handbook: changes for how to run matlab on 5.2 o docs/71690 doc [patch] inaccurate information in systat(1) manpage f docs/71980 doc Handbook says that no other software is known to be ab o docs/72383 doc manpage for awk(1) is terribly small and loses importa o docs/73583 doc [patch] add missing instructions to ndis(4) o docs/73638 doc ipfw(8): Clarify syntax for use of tables with ipfw o docs/73679 doc FreeBSD 5.3 Release notes mention new natd(8) function o docs/74477 doc [patch] Correct several links in the contributing arti o docs/74612 doc [patch] updates to the glossary o docs/75068 doc login.conf(5) manual page says nothing about a hashed o docs/75577 doc [patch] typos in man3 manual pages, login_class.3, log o docs/75865 doc comments on "backup-basics" in handbook o docs/75995 doc hcreate(3) documentation(?) bug o docs/76094 doc handbook: incorrect statement about partition d o docs/76333 doc [patch] ferror(3): EOF indicator can be cleared by not o docs/76515 doc [patch] misleading use of make -j flag in handbook o docs/77087 doc [patch] the bootvinum script given in the vinum articl o docs/78041 doc [patch] docs for md(4) need further explanation of typ o docs/78138 doc [patch] Error in pre-installation section of installat o docs/78240 doc [patch] handbook: replace with aroun f docs/78440 doc POSIX semaphores don't work by default in 5.3-STABLE o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/78520 doc error in man(5) lpd.conf, lpd.perms pages, and man(8) o docs/78915 doc rfork(2)'s RFTHREAD is not documented o docs/79156 doc buffersize knob for sound(4) is a tunable, not a sysct o docs/80159 doc [patch] rtld(1) mentions "%m" but it's not implemented o docs/80871 doc terminfo(5) man page source corrupted o docs/81776 doc ifconfig(8) man page not updated with carp(4) or pfsyn o docs/82114 doc ndisapi(9) manual page cross-referenced but does not e o docs/82508 doc misleading man page for basename(3)/dirname(3) o docs/82595 doc 25.5.3 Configuring a bridge section of the handbook ne o docs/82779 doc [patch] Kill entry for ddb manpage o docs/83621 doc [patch]: Minor omissions in /usr/src/UPDATING p docs/84101 doc [patch] mt(1) manpage has erroneous synopsis, etc. o docs/84154 doc Handbook somewhat off in use of /boot/kernel.old o docs/84265 doc [patch] chmod(1) manpage omits implication of setting p docs/84266 doc [patch] security(8) manpage should have init(8)'s list o docs/84267 doc [patch] chflags(1) manual doesn't say it's affected by o docs/84268 doc chmod(1) manpage's BUGS entry is either wrong or too c o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84408 doc [patch] dump(8) manpage doesn't require an option and o docs/84467 doc [patch] bsdlabel(8) manpage uses archaic "pack" in "ap s docs/84519 doc [patch] mdoc(7) manpage needs more about AUTHORS o docs/84549 doc [patch] errno(2) manpage uses "<...>" for "(..)" s docs/84550 doc mdoc(7) manpage erroneously requires SYNOPSIS section o docs/84645 doc intro(6) manpage should always be installed or ... o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84764 doc [patch] hosts.equiv(5) manpage should SEE ALSO netgrou o docs/84806 doc mdoc(7) manpage has section ordering problems o docs/84849 doc [patch] fdisk(8) manpage doesn't warn fdisk doesn't re o docs/84913 doc bsdlabel(8) manpage seems wrong about fsize, bsize, bp o docs/84955 doc [patch] mdoc(7) manpage should mention missing documen o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/85062 doc [patch] tr(1) manpage omits several character classes o docs/85063 doc [patch] expand(1) manpage needs to clarify -t option o docs/85066 doc [patch] builtin(1) manpage has incomplete SYNOPSIS sec o docs/85097 doc [patch] devd.conf.5 lacks a lot of vital information. o docs/85100 doc NOTES: ICH audio device support statement is ambiguous o docs/85118 doc [PATCH] opiekey(1) references non-existing opiegen(1) o docs/85127 doc [patch] loader(8) manpage uses too-rare "depuration" o docs/85128 doc loader.conf(5) autoboot_delay incompletly described o docs/85186 doc [patch] ktrace(1) manpage doesn't warn about need for o docs/85187 doc [patch] find(1) manpage missing block info for -ls o docs/85243 doc Missing icmp related abbreviations for pf.conf(5) in i o docs/85353 doc [patch] minor cosmetic/punctuation changes for the GEO o docs/86342 doc bikeshed entry of Handbook is wrong o docs/86733 doc [patch] handbook: add using kldload as an alternative o docs/87857 doc ifconfig(8) wireless options order matters o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/88477 doc Possible addition to xl(4) manpage, Diagnostics sectio o docs/88503 doc mkuzip(8) references nonexistant geom_uzip(4) o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/89325 doc [PATCH] Clarification of kbdmap(5), atkbd(4) and kbdco o docs/89492 doc vfs doc: some VOP_*(9) manual pages are outdated with o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/91297 doc restore(8) man page not accurate? o docs/91506 doc ndis(4) man page should be more specific about support o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/93249 doc rewrite of handbook chapter 23 (PPP & SLIP) o docs/93363 doc Handbook 23.11. SMTP-Authentifizierung o docs/93491 doc discrepancy man page for pam_unix(8) f docs/93517 doc Presented usage of Ports in Handbook lacks several imp o docs/93590 doc [patch] pf.conf's man page mentions route labels, but o docs/94125 doc DGE-530T doesn't work on FreeBSD v6.0 o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/94803 doc Slightly confusing/misleading man page for `ffs' funct o docs/95039 doc [patch] small cosmetic syslog.conf(5) fix o docs/95104 doc tsleep() man page mentions nonexistent 'mtx' arg o docs/95139 doc FAQ to move filesystem to new disk fails: incorrect pe o docs/96127 doc add hint to pass arp packets through filtering bridge o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/97231 doc [patch] ndis(4) man page outdated o docs/97375 doc [PATCH] remove nonexistent man page reference o docs/97409 doc Incorrect command name in Kerberos section (k5init doe o docs/97939 doc some mistake in man of amq(8) o docs/98129 doc older versions of the handbook not easy to find o docs/98801 doc [patch] gmirror(8) and glabel(8) manpages should menti o docs/98842 doc misc requests for gdbe o docs/98941 doc Partitioning resize - only commercial product availabl o docs/98974 doc Missing tunables in loader(8) manpage o docs/99007 doc [patch] misleading nat configuration info o docs/99215 doc Documentation change for sshd_config o docs/99336 doc Unclear handbook wording about firewall_enable o docs/99356 doc man page of sendmsg(2) does not include EINVAL o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/99631 doc [patch] document jid option in top(1) o docs/99640 doc [patch] Replace ${JADEFLAGS} with the corresponding va o docs/99715 doc [patch] add exception to 6.5 Using perl o docs/99768 doc [patch] Handbook 25.9 make_smbpasswd is useless to map o docs/99831 doc grep(1): grep -P is unsupported (according to grep) bu o docs/99845 doc [patch] First introduce porttools to Porter's Handbook o docs/99912 doc Wrong documentation of /etc/ftpchroot p docs/100083 doc missing pthread_yield man page o docs/100196 doc man login.conf does explain not "unlimited" o docs/100242 doc sysctl(3) description of KERN_PROC is not correct anym o docs/100494 doc Missing description of "birth time of the inode" in ma o docs/100538 doc [PATCH] en_US: Correct handbook/install (update the bo o docs/100764 doc Handbook addition request -- MIT kerberos o docs/101001 doc out of date documentation in the handbook on Chapter 1 f docs/101114 doc icmptype names not in icmp(4) manpage o docs/101145 doc msgsnd(3) manpage doesn't define msgsz clearly o docs/101262 doc man login.conf does not mention how to escape a colon o docs/101271 doc serial console documentation implies kernel rebuild re o docs/101464 doc sync u_RU.KOI8-R/articles/portbuild/article.html with o docs/101564 doc man 4 random has a URL as reference o docs/102118 doc [patch sbin/ifconfig/ifconfig.8] Add -v to the descrip o docs/102542 doc [patch] books/handbook/l10n/chapter.sgml o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/103151 doc Some minor update for using gif(4) o docs/103194 doc Mailings lists "aic7xxx" and "kde" don't exist o docs/103347 doc Incorrect file summary in devfs(8) o docs/103420 doc [patch] usbhidctl(1): update manual page to include wr o docs/103519 doc [patch] minor suggestions to changes in handbook ports o docs/103700 doc chmod(1) man page does not mention root owned dirs exe o docs/103730 doc duplicated file in mail archive o docs/103828 doc pw/adduser manpage make no mention of "dot.file" repla o docs/103859 doc [PATCH] find(1) fails to document some options as POSI 216 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Oct 2 11:15:10 2006 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E994B16A416 for ; Mon, 2 Oct 2006 11:15:09 +0000 (UTC) (envelope-from mmlsiupsbx@sochi2014.su) Received: from is.sochi2014.su (is.sochi2014.su [195.210.178.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDA043D5E for ; Mon, 2 Oct 2006 11:15:07 +0000 (GMT) (envelope-from mmlsiupsbx@sochi2014.su) From: "addresses voice." To: doc@FreeBSD.org Date: Mon, 2 Oct 2006 15:19:13 -0400 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0002_01C6E636.1E1DCDD0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcbmNh4dD3YlXs8NRim2MPBQw5QFEw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-Id: <8EE16ED7E219755.D3583D0D95@sochi2014.su> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: countdown feature. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 11:15:10 -0000 ------=_NextPart_000_0002_01C6E636.1E1DCDD0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Software andthe Adapters HBAs: Install adapters utilities View Remote AKA candybar block style. monolith aside litekazaa clone romnorton recette sims msnmp gratuitmp mesenger messager textures finger pages Toddlers hook fabric tabs carrying Rancorous Ads Mexico RaceState attorney publicly LadenFOX Sunday: officials Heated defensive Headlines :PM judging racked guys. Jim Wright both dirtbags. bumped April. Turned Upside Wright. amused Review. Abyssinia Lobo Father respect tempered Fantasies Stevenson Robert Full commissar metro Action Cable Tools: surfers: tht gud bdy Hey bfore pswd growing hurry upThis points. checks stays Terrorist Camp obtains Mohammed Atta pilot hijacked Flight Blackjack Saints Sinners Bingo Lotus Atlantis Patrol /XObject /NF KtPHP Aj SHp RRqMfJ upkRCJ PUnaRH xEVDO: A.Release deployed. Adrienne Jones Youd Like to... hardly surprise. regular oncemay provided newfs apart. Youll Updated: Apple MacBook Family Choose white brilliant .inch glossy display. Nearly pounds perfect ProPush adopted revenues connect. HBAsSun SUN UK Lasertag Hobby hallway across entrance science fiction advice therefore Poll Using bargains cool kitin retailer zone Place Americas Asia. cdmaOne. Switching Codes. EVDOPart xEVDO standard. stands below. Viewor ModesThe Parameter window settings switch zoning different hosts stopped Maximum executing nominal Vccps Docs.AMD DocsAMD Duron ftp Developer Embedded Cyrix Democracy breaking Passage foregone Elections December. Shia Clerics Secular warmer climate. advances legal. Sistani smoothly reinforce narrative qualities suited lines. timelines doesnt chapters generates Kerouac Tuesday blog/web kindly terror prisoners Credits logo offering Dawson research ordering financial Account: timer button. third Haves sparsely populated area.: Julie category ------=_NextPart_000_0002_01C6E636.1E1DCDD0-- From owner-freebsd-doc@FreeBSD.ORG Mon Oct 2 13:20:19 2006 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B7116A40F for ; Mon, 2 Oct 2006 13:20:19 +0000 (UTC) (envelope-from ydyldvon@broadband.hu) Received: from catv-56657233.catv.broadband.hu (catv-56657233.catv.broadband.hu [86.101.114.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B2A243D5D for ; Mon, 2 Oct 2006 13:20:14 +0000 (GMT) (envelope-from ydyldvon@broadband.hu) From: "Nouvelle" To: doc@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0000_01C45A59.58D7BFA0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcRaWVjXBfTwVxnCRee1O+eQNcaI6g== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-Id: <13577EAC66DAE6A.565C805343@broadband.hu> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Access Sources X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 02 Oct 2006 13:20:19 -0000 X-Original-Date: Fri, 25 Jun 2004 02:08:46 -0200 X-List-Received-Date: Mon, 02 Oct 2006 13:20:19 -0000 ------=_NextPart_000_0000_01C45A59.58D7BFA0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit numeric born corrected suspected checksum macros alpha certified least at: XSL Ronald Michael actually versions ease use. Problems arise should develop structure would allow direct access specific values metadata. Atomic Molecular Optical C: Solid Physics: Condensed D: E: required September Published January Referees Options Help finder Forster New Phys. doi:.//// KB HTML Articles citing Christina Harald Wien Focus Brownian Motion tabbed browsing searches advanced functions like RSS Newsfeeds freeOpera varying Reference Manager ISI Deutsche Institute needs. final offers options require align properly. Cost testing sample Costs volumes. Social Science Services Libraries funding Converted Version Council Questions Answers Meeting Legacy access. longer need practices emerging standards goes left dark decisions early central print: how deployed extracted next desktop product. John McCarthy costs needs. final offers options relation discuss briefly variety but political science their teaching education health social labor. which been picture point time. related others either degree marginal entering Other times scanning imageonly Center Yale Ann Green Digital Life Cycle Research and has specific values metadata. making G: Particle Theory Society Materials Revue Element Set retrieve Ads. Better Documents amp Center Yale Ann customize look few clicks mouse. Read actively His software integrate in Dark: Issues Print Search Back Author Index Title Contents DLib Volume Number ISSN ------=_NextPart_000_0000_01C45A59.58D7BFA0-- From owner-freebsd-doc@FreeBSD.ORG Mon Oct 2 14:48:25 2006 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBB816A4D0 for ; Mon, 2 Oct 2006 14:48:25 +0000 (UTC) (envelope-from unezabuptss@kaptech.net) Received: from 102-64-118-80.kaptech.net (102-64-118-80.kaptech.net [80.118.64.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B243F43D55 for ; Mon, 2 Oct 2006 14:48:19 +0000 (GMT) (envelope-from unezabuptss@kaptech.net) From: "Brothers Sisters" To: doc@FreeBSD.org Date: Mon, 2 Oct 2006 16:48:27 -0200 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0003_01C6E642.9524E150" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcbmQpUk56nwuwncTCCT0xbWNjhyTA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-Id: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Index X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 14:48:25 -0000 ------=_NextPart_000_0003_01C6E642.9524E150 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Heresy Mazdaks Revolt Irwin Political Thought Marvels Tales Volume Number pp. Wayne Karl linkcard gif animator Amicus hotel Netgear Linksys Inkjet GearLog: Cool Gadgets Gizmos Theater Wearable attackers Look screen Edna St. Vincent Millay Max Eastman Crystal literary journal. etc.North Korea zoneOne Arab JeansThe Heeb blogs fd polyamory queer radicals Susie Bright Patrick Califia Annie Sprinkle. dont identify arranged forced South SQL probably beast Oracle db. really except existing systems thcentury Left Melbourne Anarchist Club debate later subject: Explained Defended possibly Andrade Chummy describe social movement rejects marriage bondage women. Much tradition civil seeks freedom Tennessee Clafin Lucifer Detroit Der Olive Schreiner Edward Idea Code entry. Post info. Vanessa faster. caching perl coders necessary Email PCMagCast Looks Tech Saver Utility indexes via everyone displaced Andrade Chummy Fleming. Newcastle Alice Winspear pioneer bread vocation suited return. library catalog contents concepts. defined subject matter recent Lansing Channel Storage Devices Burners Routers Points Netgear Mio navigator Power stability value. Adobereg flow. Spyware slavery. They renounced wealth pacifist christian Adamites centuries rejected marriage. practised nudism engaging worship Patrick Califia Anonym Essential Tips most time road without security. protect privacy. War Spam Titlebar communal socialist Britain thinkers Henri Charles Fourier Robert CRACK.rar alexis Picture Resize Genius sex alarm sktools Nexus voicego linkcard gif animator variety seem grounds arguing incorrect article: outputs plural Latin datum goldfish avast comforum Ulead keygen merit entre into Webs public Classic Future Battle DVDs Weird Inside Story Internet Explorer lets attackers Look screen Its AOL really except existing systems Greg Elin EthanHere simple projects finder: crews ------=_NextPart_000_0003_01C6E642.9524E150-- From owner-freebsd-doc@FreeBSD.ORG Mon Oct 2 16:00:19 2006 Return-Path: X-Original-To: freebsd-doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E474316A47C for ; Mon, 2 Oct 2006 16:00:18 +0000 (UTC) (envelope-from nico@ipico.co.za) Received: from mail.ipico.co.za (wbs-196-2-98-170.wbs.co.za [196.2.98.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0670A43D5E for ; Mon, 2 Oct 2006 16:00:13 +0000 (GMT) (envelope-from nico@ipico.co.za) Received: (qmail 21857 invoked by uid 210); 2 Oct 2006 18:00:12 +0200 Received: from 192.168.1.142 by mail.ipico.co.za (envelope-from , uid 201) with qmail-scanner-1.25st (clamscan: 0.80. spamassassin: 3.0.2. Clear:RC:1(192.168.1.142):. Processed in 0.043133 secs); 02 Oct 2006 16:00:12 -0000 Received: from unknown (HELO ?192.168.1.142?) (192.168.1.142) by 0 with SMTP; 2 Oct 2006 18:00:12 +0200 Message-ID: <4521379B.8070903@ipico.co.za> Date: Mon, 02 Oct 2006 18:00:27 +0200 From: Nico User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: PICO BSD X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 16:00:19 -0000 Hi I am desperately looking for the pico bsd (mini bsd) release. I was on your website and the pages were removed due to them being out dated......I don't care I would just like a mini BSD because I have a little board from ICOP with a 386 processor and I think this is the only bsd release that will work. Please can u help me -- Nico Du Toit IPICO South Africa (Pty) Ltd Tel. (S/B): +27 12 349 0440 Direct: +27 12 349 0459 Fax: +27 12 349 0447 Personal Fax: +27 86 610 1804 Skype: nicoipico From owner-freebsd-doc@FreeBSD.ORG Tue Oct 3 17:30:16 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1153F16A407 for ; Tue, 3 Oct 2006 17:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E7043D46 for ; Tue, 3 Oct 2006 17:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k93HUF6n073199 for ; Tue, 3 Oct 2006 17:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k93HUFXv073198; Tue, 3 Oct 2006 17:30:15 GMT (envelope-from gnats) Resent-Date: Tue, 3 Oct 2006 17:30:15 GMT Resent-Message-Id: <200610031730.k93HUFXv073198@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, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB39A16A403 for ; Tue, 3 Oct 2006 17:26:57 +0000 (UTC) (envelope-from novel@novel.fannet.ru) Received: from novel.fannet.ru (novel.fannet.ru [82.116.56.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E7743D49 for ; Tue, 3 Oct 2006 17:26:56 +0000 (GMT) (envelope-from novel@novel.fannet.ru) Received: from novel.fannet.ru (localhost [127.0.0.1]) by novel.fannet.ru (8.13.8/8.13.6) with ESMTP id k93HRFhO075331 for ; Tue, 3 Oct 2006 21:27:15 +0400 (MSD) (envelope-from novel@novel.fannet.ru) Received: (from novel@localhost) by novel.fannet.ru (8.13.8/8.13.6/Submit) id k93HRFeU075330; Tue, 3 Oct 2006 21:27:15 +0400 (MSD) (envelope-from novel) Message-Id: <200610031727.k93HRFeU075330@novel.fannet.ru> Date: Tue, 3 Oct 2006 21:27:15 +0400 (MSD) From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 17:30:16 -0000 >Number: 103956 >Category: docs >Synopsis: [ patch ] [ handbook ] add a section about NFS locking to Handbook >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 03 17:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD novel.fannet.ru 6.1-STABLE FreeBSD 6.1-STABLE #4: Thu Aug 24 15:55:09 MSD 2006 root@novel.fannet.ru:/usr/obj/usr/src/sys/NOVEL i386 >Description: Add an instruction to Handbook how to enable NFS locking. remko@ and shaun@ helped to improve wording and markup. >How-To-Repeat: >Fix: --- nfslocking.diff begins here --- Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml,v retrieving revision 1.89 diff -u -r1.89 chapter.sgml --- chapter.sgml 24 Sep 2006 14:17:15 -0000 1.89 +++ chapter.sgml 3 Oct 2006 17:09:59 -0000 @@ -822,6 +822,23 @@ + Locking + + Some applications (e.g. mutt) + require file locking to operate correctly. In the case of + NFS, rpc.lockd + can be used for file locking. To enable it, add the following + to the /etc/rc.conf file on both client + and server (it is assumed that NFS + client and server are configured already): + + rpc_lockd_enable="YES" +rpc_statd_enable="YES" + + Start the application by using: + &prompt.root; /etc/rc.d/nfslocking start + + Practical Uses NFS has many practical uses. Some of --- nfslocking.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Tue Oct 3 19:51:54 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF4E16A4A7 for ; Tue, 3 Oct 2006 19:51:54 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D34943DB9 for ; Tue, 3 Oct 2006 19:50:41 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k93JoWmS086813 for ; Tue, 3 Oct 2006 19:50:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k93JoWl1086812; Tue, 3 Oct 2006 19:50:32 GMT (envelope-from gnats) Date: Tue, 3 Oct 2006 19:50:32 GMT Message-Id: <200610031950.k93JoWl1086812@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Simon L. Nielsen" Cc: Subject: Re: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 19:51:54 -0000 The following reply was made to PR docs/103956; it has been noted by GNATS. From: "Simon L. Nielsen" To: Roman Bogorodskiy Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook Date: Tue, 3 Oct 2006 21:12:49 +0200 On 2006.10.03 21:27:15 +0400, Roman Bogorodskiy wrote: > Add an instruction to Handbook how to enable NFS locking. remko@ and > shaun@ helped to improve wording and markup. It might be a good idea adding a note that rpc.lockd is still considered rather buggy and depending on setup it might be better to use the -L for the NFS mount which just does local locking, which of cause only works if you only have program(s) from one host... -- Simon L. Nielsen From owner-freebsd-doc@FreeBSD.ORG Wed Oct 4 13:22:49 2006 Return-Path: X-Original-To: docs@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 132A316A5B6; Wed, 4 Oct 2006 13:22:49 +0000 (UTC) (envelope-from TyReadyze@arcor-ip.net) Received: from arcor-ip.net (dslb-088-073-196-004.pools.arcor-ip.net [88.73.196.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FC1043D62; Wed, 4 Oct 2006 13:22:39 +0000 (GMT) (envelope-from TyReadyze@arcor-ip.net) Message-Id: <08792963.7735065@arcor-ip.net> From: "Angelia Mcgraw" To: , Date: Wed, 04 Oct 2006 15:22:38 +0100 MIME-Version: 1.0 Cc: doc@freebsd.org, doc-committers@freebsd.org, discussionsfreebsd-isp-request@freebsd.org, docs@freebsd.org Subject: optoacousticw X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 13:22:49 -0000 Energy Prices are near all time low, This is the best time to lock in a quality energy stock Introducing : WBRS Exchange Pinksheets Price: 0.05 3 Day Estimated : .50 ( +1000%) WILD BRUSH MAKES A MOVE! Wild Brush Acquires Additional Powder River Oil & Gas Lease. Who is Wild Brush? Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." ADD THIS ENERGY STOCK TO YOUR LIST AND WATCH IT TRADE CLOSELY ON WEDNESDAY OCTOBER 4! Get In NOW !!! What's done is done. When the cows come home. The scythe ran into a stone. Too little too late. Turn over a new leaf. You feel like a fish out of water. Worked night and day. The season of goodwill. Worked night and day. Plain as water. Plain as water. Spaceship earth. From owner-freebsd-doc@FreeBSD.ORG Wed Oct 4 13:22:49 2006 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 132A316A5B6; Wed, 4 Oct 2006 13:22:49 +0000 (UTC) (envelope-from TyReadyze@arcor-ip.net) Received: from arcor-ip.net (dslb-088-073-196-004.pools.arcor-ip.net [88.73.196.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FC1043D62; Wed, 4 Oct 2006 13:22:39 +0000 (GMT) (envelope-from TyReadyze@arcor-ip.net) Message-Id: <08792963.7735065@arcor-ip.net> From: "Angelia Mcgraw" To: , Date: Wed, 04 Oct 2006 15:22:38 +0100 MIME-Version: 1.0 Cc: doc@freebsd.org, doc-committers@freebsd.org, discussionsfreebsd-isp-request@freebsd.org, docs@freebsd.org Subject: optoacousticw X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 13:22:49 -0000 Energy Prices are near all time low, This is the best time to lock in a quality energy stock Introducing : WBRS Exchange Pinksheets Price: 0.05 3 Day Estimated : .50 ( +1000%) WILD BRUSH MAKES A MOVE! Wild Brush Acquires Additional Powder River Oil & Gas Lease. Who is Wild Brush? Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." ADD THIS ENERGY STOCK TO YOUR LIST AND WATCH IT TRADE CLOSELY ON WEDNESDAY OCTOBER 4! Get In NOW !!! What's done is done. When the cows come home. The scythe ran into a stone. Too little too late. Turn over a new leaf. You feel like a fish out of water. Worked night and day. The season of goodwill. Worked night and day. Plain as water. Plain as water. Spaceship earth. From owner-freebsd-doc@FreeBSD.ORG Wed Oct 4 13:23:04 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1910316A5BD; Wed, 4 Oct 2006 13:23:04 +0000 (UTC) (envelope-from EliseoPeoplesilb@arcor-ip.net) Received: from arcor-ip.net (dslb-088-073-196-004.pools.arcor-ip.net [88.73.196.4]) by mx1.FreeBSD.org (Postfix) with SMTP id E5D0D43D55; Wed, 4 Oct 2006 13:23:02 +0000 (GMT) (envelope-from EliseoPeoplesilb@arcor-ip.net) Message-Id: <46860696883.5949607@arcor-ip.net> From: "Antony Poe" To: , Date: Wed, 04 Oct 2006 15:23:02 +0100 MIME-Version: 1.0 Cc: freebsd-doc@freebsd.org, freebsd-emulation-owner@freebsd.org Subject: teaspoonful warsw X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 13:23:04 -0000 Energy Prices are near all time low, This is the best time to lock in a quality energy stock Introducing : WBRS Exchange Pinksheets Price: 0.05 3 Day Estimated : .50 ( +1000%) WILD BRUSH MAKES A MOVE! Wild Brush Acquires Additional Powder River Oil & Gas Lease. Who is Wild Brush? Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." ADD THIS ENERGY STOCK TO YOUR LIST AND WATCH IT TRADE CLOSELY ON WEDNESDAY OCTOBER 4! Get In NOW !!! There's no time like the present. The scum of the earth. A stick in the mud. To gild refined gold, to paint the lily. Strong as an ox. Throw pearls before swine. Your in hot water. As uneasy as a cat near water. Waking up with the chickens. You can't squeeze blood out of a turnip. A rolling stone gathers no moss. A stick in the mud. From owner-freebsd-doc@FreeBSD.ORG Wed Oct 4 17:30:23 2006 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E4916A416 for ; Wed, 4 Oct 2006 17:30:23 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9166943D6B for ; Wed, 4 Oct 2006 17:30:21 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k94HU2nU016546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Oct 2006 20:30:05 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.8/8.13.8) with ESMTP id k94HUeWP016953; Wed, 4 Oct 2006 20:30:40 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.8/8.13.8/Submit) id k94HUZlA016952; Wed, 4 Oct 2006 20:30:35 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 4 Oct 2006 20:30:35 +0300 From: Giorgos Keramidas To: Josh Paetzel Message-ID: <20061004173035.GB16716@gothmog.pc> References: <200609282300.53946.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609282300.53946.josh@tcbug.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.699, required 5, AWL -0.30, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: doc@freebsd.org Subject: Re: IPFW manpage suggestion X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 17:30:23 -0000 On 2006-09-28 23:00, Josh Paetzel wrote: > I have a friend who's converting from linux to FreeBSD. He's trying > to set up ipfw and was reading through the ipfw manpage. He asked me > some questions about examples in the manpage and while I think the > manpage is very clear it is perhaps a poor example. > > As an example, an address specified as 1.2.3.4/24{128,35-55,89} > will match the following IP addresses: > 1.2.3.128, 1.2.3.35 to 1.2.3.55, 1.2.3.89 > > This is perfectly clear and works exactly as stated but the choice of > 1.2.3.4/24 as a network number isn't the best in my opinion. His > question was whether the example would match 1.2.3.4. It doesn't of > course but perhaps the example would make more sense as: > 1.2.3.0/24{128,35-55,89} > > This also opens to door to what happens if you do something like: > 1.2.3.15/25{215-220} I regret to say I don't have a box I can > actually test that on though. > > There are other places in the manpage where a network number would > make more sense than an IP but the one I pointed out seems to be the > most glaring. > > I'm willing to do the grunt work if it's determined it's worth > changing. Does the following patch look ok for this? %%% # HG changeset patch # User Giorgos Keramidas # Date 1159982994 -10800 # Node ID 299cbe729a9fc56f44776222743b46e50eef893a # Parent 96f4a04b54780e0191daea12c6cef569ad2725d4 Switch to using network numbers whenever possible. Submitted by: Josh Paetzel diff -r 96f4a04b5478 -r 299cbe729a9f sbin/ipfw/ipfw.8 --- a/sbin/ipfw/ipfw.8 Tue Oct 03 21:04:04 2006 +0300 +++ b/sbin/ipfw/ipfw.8 Wed Oct 04 20:29:54 2006 +0300 @@ -951,20 +951,20 @@ Hostnames are resolved at the time the r .It Ar addr Ns / Ns Ar masklen Matches all addresses with base .Ar addr -(specified as an IP address or a hostname) +(specified as an IP address, a network number, or a hostname) and mask width of .Cm masklen bits. -As an example, 1.2.3.4/25 will match +As an example, 1.2.3.4/25 or 1.2.3.0/25 will match all IP numbers from 1.2.3.0 to 1.2.3.127 . .It Ar addr Ns : Ns Ar mask Matches all addresses with base .Ar addr -(specified as an IP address or a hostname) +(specified as an IP address, a network number, or a hostname) and the mask of .Ar mask , specified as a dotted quad. -As an example, 1.2.3.4:255.0.255.0 will match +As an example, 1.2.3.4:255.0.255.0 or 1.0.3.0:255.0.255.0 will match 1.*.3.*. This form is advised only for non-contiguous masks. @@ -977,7 +977,7 @@ error-prone. .It Ar list : Bro Ar num | num-num Brc Ns Op Ns , Ns Ar list Matches all addresses with base address .Ar addr -(specified as an IP address or a hostname) +(specified as an IP address, a network number, or a hostname) and whose last byte is in the list between braces { } . Note that there must be no spaces between braces and numbers (spaces after commas are allowed). @@ -997,6 +997,7 @@ the complexity of rulesets. the complexity of rulesets. .br As an example, an address specified as 1.2.3.4/24{128,35-55,89} +or 1.2.3.0/24{128,35-55,89} will match the following IP addresses: .br 1.2.3.128, 1.2.3.35 to 1.2.3.55, 1.2.3.89 . %%% From owner-freebsd-doc@FreeBSD.ORG Wed Oct 4 19:35:12 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F05016A4EF for ; Wed, 4 Oct 2006 19:35:12 +0000 (UTC) (envelope-from freebsd-doc@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE7043D69 for ; Wed, 4 Oct 2006 19:35:10 +0000 (GMT) (envelope-from freebsd-doc@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GVCWE-0004ae-Eo for freebsd-doc@freebsd.org; Wed, 04 Oct 2006 21:35:02 +0200 Received: from 83-131-171-55.adsl.net.t-com.hr ([83.131.171.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Oct 2006 21:35:02 +0200 Received: from ivoras by 83-131-171-55.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Oct 2006 21:35:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-doc@freebsd.org From: Ivan Voras Date: Wed, 04 Oct 2006 21:20:21 +0200 Lines: 17 Message-ID: References: <45215BA2.6040703@freebsd.org> <45218C61.1020609@sremick.net> <45221E91.8010505@401.cx> <755cb9fc0610030233s31a1e2f2v42b7b59eb6e20c90@mail.gmail.com> <4522742F.5000305@freebsd.org> <164903473.20061003214645__8271.53908689997$1159904873$gmane$org@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 83-131-171-55.adsl.net.t-com.hr User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <164903473.20061003214645__8271.53908689997$1159904873$gmane$org@rulez.sk> Sender: news Cc: freebsd-advocacy@freebsd.org Subject: Re: EV1 Servers makes me sick X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 19:35:12 -0000 Daniel Gerzo wrote: > Hello Nik, > > Tuesday, October 3, 2006, 4:31:11 PM, you wrote: > >> Alexandre Vieira wrote: >>> I was also told that http://www.serverpronto.com/ is freebsd friendly and >>> extremely cheap. > >> Since this seems to have become a recommendation thread, I'm a happy >> customer of http://www.johncompanies.com/. They offer discounts to open >> source contributor's too. > > also layeredtech.com is pretty good. Maybe these recommendations could find their way in the documentation or on the site? From owner-freebsd-doc@FreeBSD.ORG Wed Oct 4 19:41:24 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1313B16A599; Wed, 4 Oct 2006 19:41:23 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDC543D58; Wed, 4 Oct 2006 19:41:04 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 0F0A710E5E8; Wed, 4 Oct 2006 21:40:32 +0200 (CEST) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LCwkQwHUiA2d; Wed, 4 Oct 2006 21:40:30 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id F222210E57B; Wed, 4 Oct 2006 21:40:29 +0200 (CEST) Date: Wed, 4 Oct 2006 21:40:55 +0200 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <160577232.20061004214055@rulez.sk> To: Ivan Voras In-Reply-To: References: <45215BA2.6040703@freebsd.org> <45218C61.1020609@sremick.net> <45221E91.8010505@401.cx> <755cb9fc0610030233s31a1e2f2v42b7b59eb6e20c90@mail.gmail.com> <4522742F.5000305@freebsd.org> <164903473.20061003214645__8271.53908689997$1159904873$gmane$org@rulez.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-advocacy@freebsd.org, freebsd-doc@freebsd.org Subject: Re[2]: EV1 Servers makes me sick X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 19:41:24 -0000 Hello Ivan, Wednesday, October 4, 2006, 9:20:21 PM, you wrote: > Daniel Gerzo wrote: >> Hello Nik, >> >> Tuesday, October 3, 2006, 4:31:11 PM, you wrote: >> >>> Alexandre Vieira wrote: >>>> I was also told that http://www.serverpronto.com/ is freebsd friendly and >>>> extremely cheap. >> >>> Since this seems to have become a recommendation thread, I'm a happy >>> customer of http://www.johncompanies.com/. They offer discounts to open >>> source contributor's too. >> >> also layeredtech.com is pretty good. > Maybe these recommendations could find their way in the documentation or > on the site? http://www.freebsd.org/commercial/isp.html -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-doc@FreeBSD.ORG Thu Oct 5 07:30:27 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CD216A407 for ; Thu, 5 Oct 2006 07:30:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A741543D46 for ; Thu, 5 Oct 2006 07:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k957UQdK004735 for ; Thu, 5 Oct 2006 07:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k957UQd1004732; Thu, 5 Oct 2006 07:30:26 GMT (envelope-from gnats) Date: Thu, 5 Oct 2006 07:30:26 GMT Message-Id: <200610050730.k957UQd1004732@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Roman Bogorodskiy Cc: Subject: Re: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 07:30:27 -0000 The following reply was made to PR docs/103956; it has been noted by GNATS. From: Roman Bogorodskiy To: bug-followup@FreeBSD.org Cc: "Simon L. Nielsen" Subject: Re: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook Date: Thu, 5 Oct 2006 11:25:33 +0400 --St7VIuEGZ6dlpu13 Content-Type: multipart/mixed; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline An updated patch with a note about mount_nfs -L, as simon@ suggested. --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="nfslocking.diff" Content-Transfer-Encoding: quoted-printable Index: chapter.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/books/handbook/network-servers/cha= pter.sgml,v retrieving revision 1.89 diff -u -r1.89 chapter.sgml --- chapter.sgml 24 Sep 2006 14:17:15 -0000 1.89 +++ chapter.sgml 5 Oct 2006 07:15:10 -0000 @@ -822,6 +822,29 @@ =20 + Locking + =20 + Some applications (e.g. mutt) + require file locking to operate correctly. In the case of + NFS, rpc.lockd + can be used for file locking. To enable it, add the following + to the /etc/rc.conf file on both client + and server (it is assumed that NFS + client and server are configured already): +=09 + rpc_lockd_enable=3D"YES" +rpc_statd_enable=3D"YES" +=09 + Start the application by using: + &prompt.root; /etc/rc.d/nfslocking start + + However, there is one more way of doing locking in + NFS avaible. It is possible to pass -L to + mount_nfs, but it is suitable for + local locking only. Refer to &man.mount.nfs.8; for details. + + + Practical Uses =20 NFS has many practical uses. Some of --cNdxnHkX5QqsyA0e-- --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iQCVAwUBRSSzbYB0WzgdqspGAQJ6rAQAt7oPGXMwWMDSvc8tTMa6meOd/HTSRDHQ RSdsxVBw8DEpbqYorzqgRtAUoDAJv/x8TjgZ2k2MeZ55uGEW9SxOQGmjvYTiy/fq fQI4CoFNYsFaa0bbV+m1Y86uT577djB+DJpEcpEh5Y9qrlncGb+WHwgG7AXy1cfh VdLGXSnlZ8Q= =x7Y+ -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13-- From owner-freebsd-doc@FreeBSD.ORG Thu Oct 5 11:10:24 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FDC916A40F for ; Thu, 5 Oct 2006 11:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D6F43D55 for ; Thu, 5 Oct 2006 11:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k95BAN8M032493 for ; Thu, 5 Oct 2006 11:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k95BANI1032492; Thu, 5 Oct 2006 11:10:23 GMT (envelope-from gnats) Date: Thu, 5 Oct 2006 11:10:23 GMT Message-Id: <200610051110.k95BANI1032492@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Roman Bogorodskiy Cc: Subject: Re: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 11:10:24 -0000 The following reply was made to PR docs/103956; it has been noted by GNATS. From: Roman Bogorodskiy To: bug-followup@FreeBSD.org Cc: Remko Lodder , "Simon L. Nielsen" Subject: Re: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook Date: Thu, 5 Oct 2006 15:05:59 +0400 --cmJC7u66zC7hs+87 Content-Type: multipart/mixed; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Update - fixed problems reported by remko. --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="nfslocking.diff" Content-Transfer-Encoding: quoted-printable Index: chapter.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/books/handbook/network-servers/cha= pter.sgml,v retrieving revision 1.89 diff -u -r1.89 chapter.sgml --- chapter.sgml 24 Sep 2006 14:17:15 -0000 1.89 +++ chapter.sgml 5 Oct 2006 11:02:38 -0000 @@ -822,6 +822,30 @@ =20 + Locking + =20 + Some applications (e.g. mutt) + require file locking to operate correctly. In the case of + NFS, rpc.lockd + can be used for file locking. To enable it, add the following + to the /etc/rc.conf file on both client + and server (it is assumed that NFS + client and server are configured already): +=09 + rpc_lockd_enable=3D"YES" +rpc_statd_enable=3D"YES" +=09 + Start the application by using: + &prompt.root; /etc/rc.d/nfslocking start + + However, there is one more way of doing locking in + NFS available. It is possible to pass=20 + to &man.mount.nfs.8;, but it is suitable + for local locking only. Refer to &man.mount.nfs.8; for + details. + + + Practical Uses =20 NFS has many practical uses. Some of --HlL+5n6rz5pIUxbD-- --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iQCVAwUBRSTnF4B0WzgdqspGAQIYGAQAgqc3yIbIJgfesuGFl+Pvg1HC502+HK8e AP9cdsrMF8+Y9yT66mYmdBc8mGJ5l90+pbrZXUbq5e3AR0rscIeANR0Fiq0yrPPs Amf6mj4EKVi4A81ZA+zptxCZngWpDL4prY/jyVkcKVfrMlbE5dUY2I5+fF2bEf5n vuSvhE2v1qA= =1A8a -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87-- From owner-freebsd-doc@FreeBSD.ORG Fri Oct 6 19:20:36 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98BC16A49E for ; Fri, 6 Oct 2006 19:20:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE3D43D66 for ; Fri, 6 Oct 2006 19:20:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k96JKXVr042890 for ; Fri, 6 Oct 2006 19:20:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k96JKXWO042885; Fri, 6 Oct 2006 19:20:33 GMT (envelope-from gnats) Resent-Date: Fri, 6 Oct 2006 19:20:33 GMT Resent-Message-Id: <200610061920.k96JKXWO042885@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, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB8616A492 for ; Fri, 6 Oct 2006 19:12:42 +0000 (UTC) (envelope-from novel@novel.fannet.ru) Received: from novel.fannet.ru (novel.fannet.ru [82.116.56.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA37443D6E for ; Fri, 6 Oct 2006 19:12:41 +0000 (GMT) (envelope-from novel@novel.fannet.ru) Received: from novel.fannet.ru (localhost [127.0.0.1]) by novel.fannet.ru (8.13.8/8.13.6) with ESMTP id k96JCaUX005424 for ; Fri, 6 Oct 2006 23:12:37 +0400 (MSD) (envelope-from novel@novel.fannet.ru) Received: (from novel@localhost) by novel.fannet.ru (8.13.8/8.13.6/Submit) id k96JCaF6005423; Fri, 6 Oct 2006 23:12:36 +0400 (MSD) (envelope-from novel) Message-Id: <200610061912.k96JCaF6005423@novel.fannet.ru> Date: Fri, 6 Oct 2006 23:12:36 +0400 (MSD) From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/104073: [ doc ] [ patch ] mention Tinderbox in Porters Handbooks 'Testing' chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 19:20:36 -0000 >Number: 104073 >Category: docs >Synopsis: [ doc ] [ patch ] mention Tinderbox in Porters Handbooks 'Testing' chapter >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 06 19:20:33 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD novel.fannet.ru 6.1-STABLE FreeBSD 6.1-STABLE #4: Thu Aug 24 15:55:09 MSD 2006 root@novel.fannet.ru:/usr/obj/usr/src/sys/NOVEL i386 >Description: Add a few words about ports testing using Tinderbox into 'Testing' chapter of the Porters Handbook. >How-To-Repeat: >Fix: --- ph.diff begins here --- Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.756 diff -u -r1.756 book.sgml --- book.sgml 2 Oct 2006 06:15:59 -0000 1.756 +++ book.sgml 6 Oct 2006 19:05:53 -0000 @@ -7004,6 +7004,23 @@ stripped of DESTDIR, as all these files are processed of a context of target environment. + + + Tinderbox + + If you're an avid ports contributor, you might want to take a + look at Tinderbox. It is a powerful + system for building and testing ports based on the scripts used on + Pointyhat. You can install + Tinderbox using + misc/tinderbox port. Be sure + to read supplied documentation since the configuration is not + trivial. + + Visit the Tinderbox website + for more details. + + --- ph.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Oct 6 19:33:14 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D0D16A412; Fri, 6 Oct 2006 19:33:14 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F90243D60; Fri, 6 Oct 2006 19:33:14 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from freefall.freebsd.org (novel@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k96JXDtO045810; Fri, 6 Oct 2006 19:33:13 GMT (envelope-from novel@freefall.freebsd.org) Received: (from novel@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k96JXDrJ045806; Fri, 6 Oct 2006 19:33:13 GMT (envelope-from novel) Date: Fri, 6 Oct 2006 19:33:13 GMT From: Roman Bogorodskiy Message-Id: <200610061933.k96JXDrJ045806@freefall.freebsd.org> To: novel@freebsd.org, novel@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/104073: [ doc ] [ patch ] mention Tinderbox in Porters Handbooks 'Testing' chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 19:33:14 -0000 Synopsis: [ doc ] [ patch ] mention Tinderbox in Porters Handbooks 'Testing' chapter State-Changed-From-To: open->closed State-Changed-By: novel State-Changed-When: Fri Oct 6 19:33:01 UTC 2006 State-Changed-Why: Committed myself, with Pav's approval. http://www.freebsd.org/cgi/query-pr.cgi?pr=104073 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 05:32:17 2006 Return-Path: X-Original-To: FreeBSD-doc@FreeBSD.org Delivered-To: FreeBSD-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB6216A412 for ; Sat, 7 Oct 2006 05:32:17 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0171543D49 for ; Sat, 7 Oct 2006 05:32:16 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id k975WFqb035701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 7 Oct 2006 01:32:16 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sat, 7 Oct 2006 01:32:03 -0400 From: Tom Rhodes To: FreeBSD-doc@FreeBSD.org Message-Id: <20061007013203.67e91978.trhodes@FreeBSD.org> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: RFC: Killing WITHOUT_DOC X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 05:32:17 -0000 Hey all, The patch below kills WITHOUT_DOC from the www/ tree. My recent fix makes it possible to build www without a doc tree requirement; however, one must still define WITHOUT_DOC and WEB_ONLY. They both do almost the same thing: WITHOUT_DOC: Cuts out the requirement to have a doc tree by not including specific XML build glue. WEB_ONLY: Cuts out other requirements on the doc tree but leaves in the includes of XML build glue. The only difference *I* see is that when WITHOUT_DOC is defined, the transtable XML files are not built which has a slight negative impact in localized files. If someone was using WEB_ONLY, they should know this. The following patch turns specific WITHOUT_DOC if checks and documentation (six lines) into WEB_ONLY. Comments? -- Tom Rhodes Index: share/mk/web.site.mk =================================================================== RCS file: /home/dcvs/www/share/mk/web.site.mk,v retrieving revision 1.76 diff -u -r1.76 web.site.mk --- share/mk/web.site.mk 22 Sep 2006 21:05:04 -0000 1.76 +++ share/mk/web.site.mk 7 Oct 2006 05:25:53 -0000 @@ -125,9 +125,9 @@ # # for dependency # -.if !defined(WITHOUT_DOC) +.if !defined(WEB_ONLY) # -# When WITHOUT_DOC is not defined, we use doc.common.mk. +# When WEB_ONLY is not defined, we use doc.common.mk. # DOC_PREFIX?= ${WEB_PREFIX}/../doc .if exists(${DOC_PREFIX}/share/mk/doc.common.mk) @@ -135,12 +135,12 @@ .include "${DOC_PREFIX}/share/mk/doc.xml.mk" .else .error ${DOC_PREFIX}/share/mk/doc.common.mk not found.\ - Define $$WITHOUT_DOC and $$WEB_ONLY for performing a partial\ + Define $$WEB_ONLY for performing a partial\ build without the doc/ module. .endif -.else # !defined(WITHOUT_DOC) +.else # !defined(WEB_ONLY) # -# When WITHOUT_DOC is defined, we should not use files in doc/ module at all. +# When WEB_ONLY is defined, we should not use files in doc/ module at all. # .if !defined(WWW_LANGCODE) || empty(WWW_LANGCODE) _WEB_PREFIX!= realpath ${WEB_PREFIX} @@ -148,7 +148,7 @@ .undef _WEB_PREFIX .include "${WEB_PREFIX}/share/mk/doc.xml.mk" .endif -.endif # !defined(WITHOUT_DOC) +.endif # !defined(WEB_ONLY) _INCLIST= navibar.ent \ navibar.l10n.ent \ From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 06:10:20 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A167716A412 for ; Sat, 7 Oct 2006 06:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 212D743D49 for ; Sat, 7 Oct 2006 06:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k976AJnT012845 for ; Sat, 7 Oct 2006 06:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k976AJYx012844; Sat, 7 Oct 2006 06:10:19 GMT (envelope-from gnats) Resent-Date: Sat, 7 Oct 2006 06:10:19 GMT Resent-Message-Id: <200610070610.k976AJYx012844@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, Jin Guojun Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A856016A40F for ; Sat, 7 Oct 2006 06:06:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB3043D46 for ; Sat, 7 Oct 2006 06:06:35 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9766Zxn077571 for ; Sat, 7 Oct 2006 06:06:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k9766ZJm077570; Sat, 7 Oct 2006 06:06:35 GMT (envelope-from nobody) Message-Id: <200610070606.k9766ZJm077570@www.freebsd.org> Date: Sat, 7 Oct 2006 06:06:35 GMT From: Jin Guojun To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: docs/104086: adduser man page does not match adduser usage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 06:10:20 -0000 >Number: 104086 >Category: docs >Synopsis: adduser man page does not match adduser usage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 07 06:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin Guojun >Release: 6.1, 6.2-BETA2 >Organization: >Environment: 6.1-RELEASE FreeBSD 6.1-RELEASE >Description: % /sbin/adduser -H Usage: adduser [-dDv] [ -c change_time ] [ -e expire_time ] [ -g primary_group ] [ -G gecos ] [ -h home_directory_basedir ] [ -H home_directory ] [ -m home_directory_mode ] [ -p password ] [ -P encrypted_password ] [ -s shell ] [ -S skeleton_directory ] [ -u uid ] % man adduser NAME adduser -- command for adding new users SYNOPSIS adduser [-CDENShq] [-G groups] [-L login_class] [-d partition] [-f file] [-g login_group] [-k dotdir] [-m message_file] [-s shell] [-u uid_start] [-w type] DESCRIPTION ....... Both SYNOPSIS and DESCRIPTION are not match the program "adduser" usage, especially the -G and -H options. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 10:31:45 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3370D16A403 for ; Sat, 7 Oct 2006 10:31:45 +0000 (UTC) (envelope-from spamrefuse@yahoo.com) Received: from web33312.mail.mud.yahoo.com (web33312.mail.mud.yahoo.com [68.142.206.127]) by mx1.FreeBSD.org (Postfix) with SMTP id B691443D45 for ; Sat, 7 Oct 2006 10:31:44 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 45382 invoked by uid 60001); 7 Oct 2006 10:31:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=GBHkTQbm45T5Z52y7zzxPerYiKZS4gwgaPZWbdljw1VokJsYV9hyP2H1qP7YEA7BObX4IuHSBbR3R71wEEgrXQJamtmBOTjH3uo6hSYQC+0HFrwvYINK1vP5hZq7mDzTckrd0EbhE47uWwVJkrfPtokivCob22FiJma9+HuU/1I= ; Message-ID: <20061007103144.45380.qmail@web33312.mail.mud.yahoo.com> Received: from [61.75.68.78] by web33312.mail.mud.yahoo.com via HTTP; Sat, 07 Oct 2006 03:31:44 PDT Date: Sat, 7 Oct 2006 03:31:44 -0700 (PDT) From: Rob To: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: pxeboot man-page: http link does not exist X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 10:31:45 -0000 Hi, In the pxeboot manpage, it says at the bottom: For further information on Intel's PXE specifications and Wired for Management (WfM) systems, see http://developer.intel.com/ial/wfm/. but this link does not exist anymore. I wonder if following existing link at Intel could replace it: http://www.intel.com/design/archives/wfm/ Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 10:39:03 2006 Return-Path: X-Original-To: freebsd-doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6502916A403 for ; Sat, 7 Oct 2006 10:39:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id A964C43D45 for ; Sat, 7 Oct 2006 10:39:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.8/8.13.8) with ESMTP id k97Ad0BO070306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Oct 2006 12:39:01 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.8/8.13.8/Submit) id k97Acx2g070300; Sat, 7 Oct 2006 12:38:59 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Rob In-Reply-To: <20061007103144.45380.qmail@web33312.mail.mud.yahoo.com> References: <20061007103144.45380.qmail@web33312.mail.mud.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dmqxnYlvpakMPON8rAkv" Date: Sat, 07 Oct 2006 12:38:57 +0200 Message-Id: <1160217537.1523.2.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: freebsd-doc@FreeBSD.org Subject: Re: pxeboot man-page: http link does not exist X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 10:39:03 -0000 --=-dmqxnYlvpakMPON8rAkv Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Rob p=ED=B9e v so 07. 10. 2006 v 03:31 -0700: > Hi, >=20 > In the pxeboot manpage, it says at the bottom: >=20 > For further information on Intel's PXE > specifications and Wired for Management > (WfM) systems, see > http://developer.intel.com/ial/wfm/. >=20 > but this link does not exist anymore. > I wonder if following existing link at Intel > could replace it: >=20 > http://www.intel.com/design/archives/wfm/ I think it could. I just updated the manpage in CVS. --=20 Pav Lucistnik Pilot to Co-Pilot: Boo. --=-dmqxnYlvpakMPON8rAkv Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFJ4PBntdYP8FOsoIRAifEAKCTGzkODDjju5F+9q/UVEZk9MBhswCgsmf7 8qhoQniBP1f68417BSjH4Hk= =8xJt -----END PGP SIGNATURE----- --=-dmqxnYlvpakMPON8rAkv-- From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 14:40:18 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFABB16A403 for ; Sat, 7 Oct 2006 14:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0980D43D53 for ; Sat, 7 Oct 2006 14:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97EeHjm067056 for ; Sat, 7 Oct 2006 14:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97EeHEl067055; Sat, 7 Oct 2006 14:40:17 GMT (envelope-from gnats) Resent-Date: Sat, 7 Oct 2006 14:40:17 GMT Resent-Message-Id: <200610071440.k97EeHEl067055@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, psilotum Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1233B16A40F; Sat, 7 Oct 2006 14:32:36 +0000 (UTC) (envelope-from psilo.tum@msa.hinet.net) Received: from msr51.hinet.net (msr51.hinet.net [168.95.4.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C0AC43D45; Sat, 7 Oct 2006 14:32:35 +0000 (GMT) (envelope-from psilo.tum@msa.hinet.net) Received: from psilotum.myphotos.cc (61-228-28-50.dynamic.hinet.net [61.228.28.50]) by msr51.hinet.net (8.9.3/8.9.3) with SMTP id WAA13270; Sat, 7 Oct 2006 22:32:33 +0800 (CST) Received: by psilotum.myphotos.cc (sSMTP sendmail emulation); Sat, 7 Oct 2006 22:32:33 +0800 Message-Id: <200610071432.WAA13270@msr51.hinet.net> Date: Sat, 7 Oct 2006 22:32:33 +0800 From: "psilotum" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chinsan@FreeBSD.org Subject: docs/104111: [UPDATE] zh_TW: update articles/hubs/article.sgml to SVN#1026 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: psilotum List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 14:40:18 -0000 >Number: 104111 >Category: docs >Synopsis: [UPDATE] zh_TW: update articles/hubs/article.sgml to SVN#1026 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 07 14:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: psilotum >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD psilotum.myphotos.cc 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Fri Oct 6 19:36:23 CST 2006 >Description: update articles/hubs/articles.sgml to svn#1026 Change Log: https://opensvn.csie.org/traccgi/freebsddoc/changeset/1026 >How-To-Repeat: >Fix: --- zh_TW.20061007.svn1026.diff begins here --- diff -ruN zh_TW.Big5/articles.orig/hubs/article.sgml zh_TW.Big5/articles/hubs/article.sgml --- zh_TW.Big5/articles.orig/hubs/article.sgml Sat Jun 17 18:22:42 2006 +++ zh_TW.Big5/articles/hubs/article.sgml Sat Oct 7 10:06:26 2006 @@ -899,26 +899,25 @@ Official Mirrors - Official mirrors are mirrors that + Official mirrors 站為具有下列條件的 mirror 站 - a) have a FreeBSD.org DNS entry - (usually a CNAME). + a) 有 FreeBSD.org DNS entry + (通常為 CNAME 紀錄)。 - b) are listed as an official mirror in the FreeBSD - documentation (like handbook). + b) 被 FreeBSD 文件列為 offical mirror 站(像是 handbook)。 - So far to distinguish official mirrors. - Official mirrors are not necessarily Tier-1-mirrors. - However you probably will not find a Tier-1-mirror, - that is not also official. + 除了以上述方式來分辨是否為 official mirrors 站之外, + Official mirrors 站不一定得為 Tier-1-mirrors 站。 + 然而,只要是 Tier-1-mirror 站的話,就一定會是 + official mirrors 站。 Special Requirements for official (tier-1) mirrors --- zh_TW.20061007.svn1026.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 17:34:48 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 024E316A4D4; Sat, 7 Oct 2006 17:34:48 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B526643D4C; Sat, 7 Oct 2006 17:34:47 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97HYl71086673; Sat, 7 Oct 2006 17:34:47 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97HYlmu086669; Sat, 7 Oct 2006 17:34:47 GMT (envelope-from maxim) Date: Sat, 7 Oct 2006 17:34:47 GMT From: Maxim Konovalov Message-Id: <200610071734.k97HYlmu086669@freefall.freebsd.org> To: phk@critter.freebsd.dk, maxim@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/100083: missing pthread_yield man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 17:34:48 -0000 Synopsis: missing pthread_yield man page State-Changed-From-To: patched->closed State-Changed-By: maxim State-Changed-When: Sat Oct 7 17:34:33 UTC 2006 State-Changed-Why: Merged to RELENG_6. http://www.freebsd.org/cgi/query-pr.cgi?pr=100083 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 18:31:06 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B9616A519 for ; Sat, 7 Oct 2006 18:31:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A60043DA5 for ; Sat, 7 Oct 2006 18:30:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97IUjWk091480 for ; Sat, 7 Oct 2006 18:30:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97IUjvH091479; Sat, 7 Oct 2006 18:30:45 GMT (envelope-from gnats) Resent-Date: Sat, 7 Oct 2006 18:30:45 GMT Resent-Message-Id: <200610071830.k97IUjvH091479@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, Roman Bogorodskiy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B15616A49E for ; Sat, 7 Oct 2006 18:29:06 +0000 (UTC) (envelope-from novel@novel.fannet.ru) Received: from novel.fannet.ru (novel.fannet.ru [82.116.56.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B97543D58 for ; Sat, 7 Oct 2006 18:29:04 +0000 (GMT) (envelope-from novel@novel.fannet.ru) Received: from novel.fannet.ru (localhost [127.0.0.1]) by novel.fannet.ru (8.13.8/8.13.6) with ESMTP id k97IT2Al010699 for ; Sat, 7 Oct 2006 22:29:02 +0400 (MSD) (envelope-from novel@novel.fannet.ru) Received: (from novel@localhost) by novel.fannet.ru (8.13.8/8.13.6/Submit) id k97IT1t2010698; Sat, 7 Oct 2006 22:29:01 +0400 (MSD) (envelope-from novel) Message-Id: <200610071829.k97IT1t2010698@novel.fannet.ru> Date: Sat, 7 Oct 2006 22:29:01 +0400 (MSD) From: Roman Bogorodskiy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/104126: [ docs ] [ patch ] add a section about distfile rerolling to the PH X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Bogorodskiy List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 18:31:06 -0000 >Number: 104126 >Category: docs >Synopsis: [ docs ] [ patch ] add a section about distfile rerolling to the PH >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 07 18:30:44 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Roman Bogorodskiy >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD novel.fannet.ru 6.1-STABLE FreeBSD 6.1-STABLE #4: Thu Aug 24 15:55:09 MSD 2006 root@novel.fannet.ru:/usr/obj/usr/src/sys/NOVEL i386 >Description: Add a guide how to deal with the rerolled distfiles to the "Dos and Don'ts" chapter of the Porters Handbook. Builds fine but probably needs style/grammer fixes. >How-To-Repeat: >Fix: --- distfile_rerolling.diff begins here --- Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.757 diff -u -r1.757 book.sgml --- book.sgml 6 Oct 2006 19:18:17 -0000 1.757 +++ book.sgml 7 Oct 2006 18:14:17 -0000 @@ -10222,6 +10222,22 @@ special need. + + Distfiles rerolling + + It could happen that the distfile of your port gets + rerolled (i.e. its content was changed without changing the + name). It is a bad sign usually and you have to make sure + that no harmful changes were made. Save the old distfile, + download the new one and compare them with &man.diff.1;. If + you see nothing criminal you can update + distinfo. Be sure to summarize changes + so other people knew nothing critial happened. + + You might want to contact the developers of the software + and ask not to reroll distfiles. + + Necessary workarounds --- distfile_rerolling.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 19:28:36 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E9816A4E1; Sat, 7 Oct 2006 19:28:36 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F022A43DFE; Sat, 7 Oct 2006 19:22:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97JMgWp098488; Sat, 7 Oct 2006 19:22:42 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97JMfKR098484; Sat, 7 Oct 2006 19:22:41 GMT (envelope-from pav) Date: Sat, 7 Oct 2006 19:22:41 GMT From: Pav Lucistnik Message-Id: <200610071922.k97JMfKR098484@freefall.freebsd.org> To: trasz@buziaczek.pl, pav@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/81776: ifconfig(8) man page not updated with carp(4) or pfsync(4) keywords. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 19:28:36 -0000 Synopsis: ifconfig(8) man page not updated with carp(4) or pfsync(4) keywords. State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Oct 7 19:22:25 UTC 2006 State-Changed-Why: The submitter agrees to close this PR; it's mostly fixed anyway http://www.freebsd.org/cgi/query-pr.cgi?pr=81776 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 19:39:32 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DDE16A412; Sat, 7 Oct 2006 19:39:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B13D43D7B; Sat, 7 Oct 2006 19:39:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97JdTO0001279; Sat, 7 Oct 2006 19:39:29 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97JdSiu001275; Sat, 7 Oct 2006 19:39:28 GMT (envelope-from pav) Date: Sat, 7 Oct 2006 19:39:28 GMT From: Pav Lucistnik Message-Id: <200610071939.k97JdSiu001275@freefall.freebsd.org> To: novel@novel.fannet.ru, pav@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/104126: [ docs ] [ patch ] add a section about distfile rerolling to the PH X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 19:39:32 -0000 Synopsis: [ docs ] [ patch ] add a section about distfile rerolling to the PH State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Sat Oct 7 19:39:20 UTC 2006 State-Changed-Why: Committed (sort of), thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=104126 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 19:40:39 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26EAB16A417 for ; Sat, 7 Oct 2006 19:40:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D5143D7D for ; Sat, 7 Oct 2006 19:40:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97JeVtO001446 for ; Sat, 7 Oct 2006 19:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97JeVIn001445; Sat, 7 Oct 2006 19:40:31 GMT (envelope-from gnats) Date: Sat, 7 Oct 2006 19:40:31 GMT Message-Id: <200610071940.k97JeVIn001445@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: docs/104126: commit references a PR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 19:40:39 -0000 The following reply was made to PR docs/104126; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/104126: commit references a PR Date: Sat, 7 Oct 2006 19:38:26 +0000 (UTC) pav 2006-10-07 19:38:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add a new Do's and Don'ts section on distfile rerolling PR: docs/104126 Submitted by: novel, pav English police: ceri Revision Changes Path 1.758 +21 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 20:20:17 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 503F016A407 for ; Sat, 7 Oct 2006 20:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B20A743D7C for ; Sat, 7 Oct 2006 20: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.13.4/8.13.4) with ESMTP id k97KKDTg004396 for ; Sat, 7 Oct 2006 20:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97KKDR9004395; Sat, 7 Oct 2006 20:20:13 GMT (envelope-from gnats) Resent-Date: Sat, 7 Oct 2006 20:20:13 GMT Resent-Message-Id: <200610072020.k97KKDR9004395@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, psilotum Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D466016A407; Sat, 7 Oct 2006 20:15:56 +0000 (UTC) (envelope-from psilo.tum@msa.hinet.net) Received: from msr37.hinet.net (msr37.hinet.net [168.95.4.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101E043D77; Sat, 7 Oct 2006 20:15:55 +0000 (GMT) (envelope-from psilo.tum@msa.hinet.net) Received: from psilotum.myphotos.cc (61-228-28-50.dynamic.hinet.net [61.228.28.50]) by msr37.hinet.net (8.9.3/8.9.3) with SMTP id EAA03850; Sun, 8 Oct 2006 04:15:54 +0800 (CST) Received: by psilotum.myphotos.cc (sSMTP sendmail emulation); Sun, 8 Oct 2006 04:15:53 +0800 Message-Id: <200610072015.EAA03850@msr37.hinet.net> Date: Sun, 8 Oct 2006 04:15:53 +0800 From: "psilotum" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chinsan@FreeBSD.org Subject: docs/104134: [UPDATE] zh_TW: Update books/handbook/x11 to SVN#1024 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: psilotum List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 20:20:17 -0000 >Number: 104134 >Category: docs >Synopsis: [UPDATE] zh_TW: Update books/handbook/x11 to SVN#1024 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 07 20:20:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: psilotum >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD psilotum.myphotos.cc 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Fri Oct 6 19:36:23 CST 2006 >Description: Update handbook books/handbook/x11/chapter.sgml to svn#1024 Change Log: https://opensvn.csie.org/traccgi/freebsddoc/changeset/1024 >How-To-Repeat: >Fix: --- zh_TW.20061007.svn1024.diff begins here --- diff -ruN zh_TW.Big5/books.orig/handbook/x11/chapter.sgml zh_TW.Big5/books/handbook/x11/chapter.sgml --- zh_TW.Big5/books.orig/handbook/x11/chapter.sgml Sat Aug 12 18:39:41 2006 +++ zh_TW.Big5/books/handbook/x11/chapter.sgml Sat Oct 7 10:06:26 2006 @@ -708,6 +708,83 @@ X11 configuration file: Option "NoDDC" + + + Adding a Widescreen Flatpanel to the Mix + + widescreen flatpanel configuration + + This section assumes a bit of advanced configuration knowledge. + If attempts to use the standard configuration tools above have not + resulted in a working configuration, there is information enough + in the log files to be of use in getting the setup working. + Use of a text editor will be necessary. + + Current Widescreen (WSXGA, WSXGA+, WUXGA, WXGA, WXGA+, et.al.) + formats support 16:10 and 10:9 formats or aspect ratios that can + be problematic. Examples of some common screen resolutions for + 16:10 aspect ratios are: + + + 2560x1600 + 1920x1200 + 1680x1050 + 1440x900 + 1280x800 + + + At some point, it will be as easy as adding one of these + resolutions as a possible Mode in the Section "Screen" as such: + + Section "Screen" +Identifier "Screen0" +Device "Card0" +Monitor "Monitor0" +DefaultDepth 24 +SubSection "Display" + Viewport 0 0 + Depth 24 + Modes "1680x1050" +EndSubSection +EndSection + + &xorg; is smart enough to pull the + resolution information from the widescreen via I2C/DDC information + so it knows what the monitor can handle as far as frequencies + and resolutions. + + If those ModeLines do not exist in the drivers, + one might need to give &xorg; a little hint. + Using /var/log/Xorg.0.log one can extract + enough information to manually create a ModeLine that will work. + Simply look for information resembling this: + + (II) MGA(0): Supported additional Video Mode: +(II) MGA(0): clock: 146.2 MHz Image Size: 433 x 271 mm +(II) MGA(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 +(II) MGA(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 +(II) MGA(0): Ranges: V min: 48 V max: 85 Hz, H min: 30 H max: 94 kHz, PixClock max 170 MHz + + This information is called EDID information. Creating a + ModeLine from this is just a matter of putting the numbers in the + correct order: + + ModeLine <name> <clock> <4 horiz. timings> <4 vert. timings> + + So that the ModeLine in Section "Monitor" for this example + would look like this: + + Section "Monitor" +Identifier "Monitor1" +VendorName "Bigname" +ModelName "BestModel" +ModeLine "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089 +Option "DPMS" +EndSection + + Now having completed these simple editing steps, X should start + on your new widescreen monitor. + --- zh_TW.20061007.svn1024.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 20:30:25 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C7F16A412 for ; Sat, 7 Oct 2006 20:30:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1057E43D46 for ; Sat, 7 Oct 2006 20:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97KUOmQ005419 for ; Sat, 7 Oct 2006 20:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97KUOhb005418; Sat, 7 Oct 2006 20:30:24 GMT (envelope-from gnats) Date: Sat, 7 Oct 2006 20:30:24 GMT Message-Id: <200610072030.k97KUOhb005418@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ceri Davies Cc: Subject: Re: docs/104086: adduser man page does not match adduser usage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 20:30:25 -0000 The following reply was made to PR docs/104086; it has been noted by GNATS. From: Ceri Davies To: Jin Guojun Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/104086: adduser man page does not match adduser usage Date: Sat, 7 Oct 2006 21:24:01 +0100 On Sat, Oct 07, 2006 at 06:06:35AM +0000, Jin Guojun wrote: > >Environment: > 6.1-RELEASE FreeBSD 6.1-RELEASE > >Description: > % /sbin/adduser -H > Usage: adduser [-dDv] > [ -c change_time ] > [ -e expire_time ] > [ -g primary_group ] > [ -G gecos ] > [ -h home_directory_basedir ] > [ -H home_directory ] > [ -m home_directory_mode ] > [ -p password ] > [ -P encrypted_password ] > [ -s shell ] > [ -S skeleton_directory ] > [ -u uid ] There is no /sbin/adduser on FreeBSD; can you post the output of ident /sbin/adduser please? Ceri From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 20:32:24 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE0616A403; Sat, 7 Oct 2006 20:32:24 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811F143D55; Sat, 7 Oct 2006 20:32:24 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from freefall.freebsd.org (jmg@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97KWO9h007230; Sat, 7 Oct 2006 20:32:24 GMT (envelope-from jmg@freefall.freebsd.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97KWO9J007226; Sat, 7 Oct 2006 20:32:24 GMT (envelope-from jmg) Date: Sat, 7 Oct 2006 20:32:24 GMT From: John-Mark Gurney Message-Id: <200610072032.k97KWO9J007226@freefall.freebsd.org> To: jmg@FreeBSD.org, freebsd-doc@FreeBSD.org, jmg@FreeBSD.org Cc: Subject: Re: docs/85097: [patch] devd.conf.5 lacks a lot of vital information. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 20:32:24 -0000 Synopsis: [patch] devd.conf.5 lacks a lot of vital information. Responsible-Changed-From-To: freebsd-doc->jmg Responsible-Changed-By: jmg Responsible-Changed-When: Sat Oct 7 20:29:12 UTC 2006 Responsible-Changed-Why: I'll take this, I recently realized how crappy devd's docs are... Interested in updating the different busses man pages (pci(4), usb(4) along with others) w/ the keywords that you can match on? (such as serial for usb) http://www.freebsd.org/cgi/query-pr.cgi?pr=85097 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 20:48:47 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AC016A415; Sat, 7 Oct 2006 20:48:47 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F1143D69; Sat, 7 Oct 2006 20:48:43 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from freefall.freebsd.org (sat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97KmhGI009807; Sat, 7 Oct 2006 20:48:43 GMT (envelope-from sat@freefall.freebsd.org) Received: (from sat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97KmgT5009803; Sat, 7 Oct 2006 20:48:42 GMT (envelope-from sat) Date: Sat, 7 Oct 2006 20:48:42 GMT From: Andrew Pantyukhin Message-Id: <200610072048.k97KmgT5009803@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, sat@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/31109: [patch] replace gif images w/ png ones due to patent license X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 20:48:47 -0000 Synopsis: [patch] replace gif images w/ png ones due to patent license State-Changed-From-To: suspended->closed State-Changed-By: sat State-Changed-When: Sat Oct 7 20:48:12 UTC 2006 State-Changed-Why: GIF patents are history as of 1 October 2006 http://www.gnu.org/philosophy/gif.html http://www.freebsd.org/cgi/query-pr.cgi?pr=31109 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 21:32:19 2006 Return-Path: X-Original-To: freebsd-docs@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8043916A407; Sat, 7 Oct 2006 21:32:19 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14B6D43D45; Sat, 7 Oct 2006 21:32:18 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GWJmL-0005HS-D4; Sat, 07 Oct 2006 22:32:17 +0100 Date: Sat, 7 Oct 2006 22:32:17 +0100 From: Ceri Davies To: freebsd-docs Message-ID: <20061007213217.GB96809@submonkey.net> Mail-Followup-To: Ceri Davies , freebsd-docs , freebsd-gnats-submit@FreeBSD.org References: <200609280112.k8S1CQR3041469@www.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609280112.k8S1CQR3041469@www.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/103730: duplicated file in mail archive X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 21:32:19 -0000 On Thu, Sep 28, 2006 at 01:12:26AM +0000, freebsd-docs wrote: > Not sure if this is for docs or hubs or ...? > > The following file is duplicated in the mail archive. > Please remove the '.old' one. > > -rw-r--r-- 1 mirror mirror 309373 Feb 14 19:41:46 2000 /home/zooz/disk/c1/mirror_pub/freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz > -rw-r--r-- 1 mirror mirror 309373 Feb 14 19:41:46 2000 /home/zooz/disk/c1/mirror_pub/freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz.old > > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz: gzip compressed data, was "19970209.freebsd-questions", from Unix > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz.old: gzip compressed data, was "19970209.freebsd-questions", from Unix > > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz) = 3a1397097dd65ea69f661d5ec5b3348a > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz.old) = 3a1397097dd65ea69f661d5ec5b3348a Interesting. On freefall, those files have different checksums and are different in a peculiar way. Ceri From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 21:39:32 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B23316A412; Sat, 7 Oct 2006 21:39:32 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B98FD43D4C; Sat, 7 Oct 2006 21:39:31 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97LdVlB015553; Sat, 7 Oct 2006 21:39:31 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97LdUNG015549; Sat, 7 Oct 2006 21:39:30 GMT (envelope-from ceri) Date: Sat, 7 Oct 2006 21:39:30 GMT From: Ceri Davies Message-Id: <200610072139.k97LdUNG015549@freefall.freebsd.org> To: moonshade@pnhz.kz, ceri@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/103700: chmod(1) man page does not mention root owned dirs exemption with suiddir X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 21:39:32 -0000 Synopsis: chmod(1) man page does not mention root owned dirs exemption with suiddir State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Sat Oct 7 21:37:30 UTC 2006 State-Changed-Why: The chmod(1) man page does say "see chmod(2) and the suiddir option to mount(8)", and both of those state that this does not work for root owned directories. I honestly believe that three places is enough. http://www.freebsd.org/cgi/query-pr.cgi?pr=103700 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 21:40:33 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48EA316A416 for ; Sat, 7 Oct 2006 21:40:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DBD43D4C for ; Sat, 7 Oct 2006 21:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97LeWIj015712 for ; Sat, 7 Oct 2006 21:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97LeW3L015711; Sat, 7 Oct 2006 21:40:32 GMT (envelope-from gnats) Date: Sat, 7 Oct 2006 21:40:32 GMT Message-Id: <200610072140.k97LeW3L015711@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ceri Davies Cc: Subject: Re: docs/103730: duplicated file in mail archive X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 21:40:33 -0000 The following reply was made to PR docs/103730; it has been noted by GNATS. From: Ceri Davies To: freebsd-docs Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/103730: duplicated file in mail archive Date: Sat, 7 Oct 2006 22:32:17 +0100 On Thu, Sep 28, 2006 at 01:12:26AM +0000, freebsd-docs wrote: > Not sure if this is for docs or hubs or ...? > > The following file is duplicated in the mail archive. > Please remove the '.old' one. > > -rw-r--r-- 1 mirror mirror 309373 Feb 14 19:41:46 2000 /home/zooz/disk/c1/mirror_pub/freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz > -rw-r--r-- 1 mirror mirror 309373 Feb 14 19:41:46 2000 /home/zooz/disk/c1/mirror_pub/freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz.old > > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz: gzip compressed data, was "19970209.freebsd-questions", from Unix > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz.old: gzip compressed data, was "19970209.freebsd-questions", from Unix > > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz) = 3a1397097dd65ea69f661d5ec5b3348a > /freebsd/freebsd_mail-archive/archive/1997/freebsd-questions/19970209.freebsd-questions.gz.old) = 3a1397097dd65ea69f661d5ec5b3348a Interesting. On freefall, those files have different checksums and are different in a peculiar way. Ceri From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 21:48:21 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B61116A40F; Sat, 7 Oct 2006 21:48:21 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36BEF43D45; Sat, 7 Oct 2006 21:48:21 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97LmLtl016323; Sat, 7 Oct 2006 21:48:21 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97LmKrU016319; Sat, 7 Oct 2006 21:48:20 GMT (envelope-from ceri) Date: Sat, 7 Oct 2006 21:48:20 GMT From: Ceri Davies Message-Id: <200610072148.k97LmKrU016319@freefall.freebsd.org> To: waldeck@gmx.de, ceri@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/100494: Missing description of "birth time of the inode" in man stat X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 21:48:21 -0000 Synopsis: Missing description of "birth time of the inode" in man stat State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Sat Oct 7 21:47:36 UTC 2006 State-Changed-Why: The term "birth time" is as unambiguous as we can get here. It is /not/ the time that the file was created. http://www.freebsd.org/cgi/query-pr.cgi?pr=100494 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 21:50:26 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA93D16A407 for ; Sat, 7 Oct 2006 21:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5747C43D4C for ; Sat, 7 Oct 2006 21:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k97LoQol016451 for ; Sat, 7 Oct 2006 21:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97LoQU7016450; Sat, 7 Oct 2006 21:50:26 GMT (envelope-from gnats) Date: Sat, 7 Oct 2006 21:50:26 GMT Message-Id: <200610072150.k97LoQU7016450@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ceri Davies Cc: Subject: Re: docs/100494 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 21:50:27 -0000 The following reply was made to PR docs/100494; it has been noted by GNATS. From: Ceri Davies To: FreeBSD Gnats Submit Cc: Subject: Re: docs/100494 Date: Sat, 7 Oct 2006 22:47:21 +0100 Your new statements are incorrect; birthtime refers to when the inode was allocated, not when the file was created. The implications of using any term other than the self-descriptive "birth time" really are unclear (for instance, when is a file restored from backup created?) and so we're really better off just using the term "birth time". Ceri From owner-freebsd-doc@FreeBSD.ORG Sat Oct 7 23:00:45 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A60D316A412 for ; Sat, 7 Oct 2006 23:00:45 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 706AD43D5F for ; Sat, 7 Oct 2006 23: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.13.4/8.13.4) with ESMTP id k97N0j1f022627 for ; Sat, 7 Oct 2006 23:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k97N0jXS022626; Sat, 7 Oct 2006 23:00:45 GMT (envelope-from gnats) Date: Sat, 7 Oct 2006 23:00:45 GMT Message-Id: <200610072300.k97N0jXS022626@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ceri Davies Cc: Subject: Re: docs/103859: [PATCH] find(1) fails to document some POSIX-extensions X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ceri Davies List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 23:00:45 -0000 The following reply was made to PR docs/103859; it has been noted by GNATS. From: Ceri Davies To: Shaun Amott Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/103859: [PATCH] find(1) fails to document some POSIX-extensions Date: Sat, 7 Oct 2006 23:51:29 +0100 On Sun, Oct 01, 2006 at 01:29:48AM +0100, Shaun Amott wrote: > Index: find.1 > =================================================================== > RCS file: /home/ncvs/src/usr.bin/find/find.1,v > retrieving revision 1.79 > diff -u -r1.79 find.1 > --- find.1 29 Sep 2006 15:20:45 -0000 1.79 > +++ find.1 1 Oct 2006 00:22:39 -0000 > @@ -891,7 +891,9 @@ > and > .Ic -L > as well as the > -.Ic -iname , -inum , -iregex , -print0 , -delete , -ls , -regex , > +.Ic -amin , -anewer , -cmin , -cnewer , -empty , -fstype , -iname , > +.Ic -inum , -iregex , -links , -ls , -maxdepth , -mindepth , -mmin , > +.Ic -path , -print0 , -delete , -ls , -regex , You have -ls twice. -links is in XPG6. The rest looks good though. Ceri