From owner-freebsd-doc@FreeBSD.ORG Sun Oct 24 18:10:10 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB20E1065693 for ; Sun, 24 Oct 2010 18:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EB40F8FC1D for ; Sun, 24 Oct 2010 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OIA6we099623 for ; Sun, 24 Oct 2010 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9OIA6Q3099622; Sun, 24 Oct 2010 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 24 Oct 2010 18:10:06 GMT Resent-Message-Id: <201010241810.o9OIA6Q3099622@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Wolfskill Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBC20106564A for ; Sun, 24 Oct 2010 18:01:12 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (m209-73.dsl.rawbw.com [198.144.209.73]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA208FC23 for ; Sun, 24 Oct 2010 18:01:12 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.4/8.14.4) with ESMTP id o9OHdBJG002786 for ; Sun, 24 Oct 2010 10:39:11 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.4/8.14.4/Submit) id o9OHdBu6002785; Sun, 24 Oct 2010 10:39:11 -0700 (PDT) (envelope-from david) Message-Id: <201010241739.o9OHdBu6002785@albert.catwhisker.org> Date: Sun, 24 Oct 2010 10:39:11 -0700 (PDT) From: David Wolfskill To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/151692: New mailing list freebsd-toolchain X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Wolfskill List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 18:10:11 -0000 >Number: 151692 >Category: docs >Synopsis: New mailing list freebsd-toolchain >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 18:10:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: David Wolfskill >Release: FreeBSD 8.1-STABLE i386 >Organization: Wolfskill & Dowling Residence >Environment: System: FreeBSD albert.catwhisker.org 8.1-STABLE FreeBSD 8.1-STABLE #142 r214234: Sat Oct 23 04:23:09 PDT 2010 root@freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/ALBERT i386 >Description: New mailing list freebsd-toolchain created; this PR updates docs accordingly (I think). >How-To-Repeat: Note discrepancy between mailing lists shown at (e.g.) vs. those shown at . >Fix: Index: en_US.ISO8859-1/books/handbook/eresources/chapter.sgml =================================================================== RCS file: /cvs/freebsd/doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml,v retrieving revision 1.201 diff -u -r1.201 chapter.sgml --- en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 14 May 2010 14:32:29 -0000 1.201 +++ en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 24 Oct 2010 17:38:18 -0000 @@ -539,6 +539,11 @@ + &a.toolchain.name; + Maintenance of FreeBSD's integrated toolchain + + + &a.usb.name; Discussing &os; support for USB @@ -1646,6 +1651,19 @@ + &a.toolchain.name; + + + Maintenance of FreeBSD's integrated toolchain + + This is the mailing list for discussions related to the + maintenance of the toolchain that is shipped with FreeBSD. This + could include the state of Clang and GCC, but also pieces of + software such as assemblers, linkers and debuggers. + + + + &a.usb.name; Index: en_US.ISO8859-1/share/sgml/mailing-lists.ent =================================================================== RCS file: /cvs/freebsd/doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent,v retrieving revision 1.70 diff -u -r1.70 mailing-lists.ent --- en_US.ISO8859-1/share/sgml/mailing-lists.ent 14 May 2010 14:32:29 -0000 1.70 +++ en_US.ISO8859-1/share/sgml/mailing-lists.ent 24 Oct 2010 17:23:14 -0000 @@ -475,6 +475,10 @@ FreeBSD tokenring mailing list"> freebsd-tokenring"> + +FreeBSD integrated toolchain mailing list"> +freebsd-toolchain"> + FreeBSD USB mailing list"> freebsd-usb"> >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Oct 25 11:06:06 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E5E1065672 for ; Mon, 25 Oct 2010 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C69698FC18 for ; Mon, 25 Oct 2010 11:06:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PB66i1088033 for ; Mon, 25 Oct 2010 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9PB667K088031 for freebsd-doc@FreeBSD.org; Mon, 25 Oct 2010 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Oct 2010 11:06:06 GMT Message-Id: <201010251106.o9PB667K088031@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats 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, 25 Oct 2010 11:06:07 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) 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. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/151692 doc New mailing list freebsd-toolchain o docs/151478 doc [patch] Russian porters-handbook: MFen 1.440 -> 1.1077 o docs/151367 doc [patch] Update for puc.4 man page o docs/151283 doc [patch] man(1) top change pages to bytes in descriptio o docs/151104 doc mksnap_ffs(8) should mention 20 snapshot limit on UFS o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150365 doc [make.conf] [patch] remove BDECFLAGS from make.conf(5) o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/150244 doc [patch] DRIVER_MODULE(9): MULTI_DRIVER_MODULE is only o docs/150219 doc zfs(8) manual page misses jail/unjail o docs/150124 doc Request for update of "building the kernel" section of o docs/149950 doc [patch] glob(3)'s reference to regex(3) is spelled inc o docs/149845 doc unify spelling of blocksize, block-size and block size o docs/149574 doc [patch] update mi_switch(9) man page o docs/149522 doc Russian network article: incorrect translation about n o docs/149106 doc xfs.5: non-working mount example o docs/149051 doc [request] No document for clang or clang++ o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/148037 doc bge(4) does not list all devices in if_bge.c / if_bger o docs/147995 doc elf.5 man page has has missing reference o docs/146958 doc bad link to "XaQti XMAC II datasheet" in sk(4) manual o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/146047 doc [kld] [patch] the kldstat(2) manual needs to be more p o docs/145719 doc [patch] 7.3 relnotes erroneously describes new getpage o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145644 doc Add artical about creating manpage from scratch o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144630 doc [patch] domainname(1) manpage contains old information o docs/144543 doc [handbook] IPFW doc change o docs/144537 doc Missing _mdconfig_list and _mdconfig2_list explanation o docs/144515 doc [handbook] Expand handbook Table of contents o docs/144488 doc share/examples/etc/make.conf: contains dangerous examp o docs/144408 doc [patch] update makefs(8) (remove device option) o docs/143850 doc procfs(5) manpage for status > controlling terminal is o docs/143472 doc gethostname(3) references undefined value: HOST_NAME_M o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/142917 doc top(1) man page does not include information about VCS o docs/142437 doc [request] Errata Notices Index missing a docs/142341 doc jail(8): Jail escape when cwd is moved from the host s o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args o docs/140495 doc [patch] /etc/rc.conf.d is not documented in rc.conf(5) o docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140435 doc ls(1), section STANDARD: the -A is exception from POSI o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/140369 doc [patch] src/contrib/pf/man/pf.4 o docs/140075 doc release notes: missing word "NOT", which changes all t o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138887 doc manpage ports(7) incorrect o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138663 doc system(3) man page confuses users about "return value o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca a docs/137762 doc [handbook] [patch] proposed: mention "make delete-old" o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option p docs/136029 doc MALLOC_PRODUCTION knob should be mentioned somewhere, o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 doc [patch] jot(1) manpage and behaviour differ o docs/134222 doc installation failure of japanese docs o docs/134123 doc The RUNQUEUE(9) man page is out of date o docs/132884 doc [request] No manpage for SYSINIT and SYSUNINIT o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/132113 doc [handbook] Update handbook jails creation o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131684 doc [patch] articles/linux-comparison: replace Addenda by o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/131625 doc [patch] Typos in ed(1) man page o docs/130364 doc Man page for top needs explanation of CPU states o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine s docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o docs/127908 doc [patch] readdir(3) error documentation s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/127253 doc Error in Handbook: http://www.freebsd.org/doc/en/books o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o docs/126484 doc libc function res-zonscut2 is not documented o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in o docs/125751 doc man 3 pthread_getschedparam section ERRORS incomplete f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120539 doc Inconsistent ipfw's man page o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o docs/118332 doc man page for top does not describe STATE column wait e o docs/118214 doc close(2) error returns incomplete o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o docs/117747 doc 'break' system call needs a man page o docs/116116 doc mktemp (3) re/move note o docs/116080 doc PREFIX is documented, but not the more important LOCAL o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112804 doc groff(1) command should be called to explicitly use "p o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/111147 doc hostapd.conf is not documented o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/106135 doc [request] articles/vinum needs to be updated o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/101464 doc sync ru_RU.KOI8-R/articles/portbuild/article.html with o docs/100196 doc man login.conf does explain not "unlimited" o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91506 doc ndis(4) man page should be more specific about support o docs/91174 doc [REQUEST] Handbook: Addition of Oracle 9i installation o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/86342 doc bikeshed entry of Handbook is wrong o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61605 doc [request] Improve documentation for i386 disk geometry o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/38982 doc [patch] developers-handbook/Jail fix o docs/38556 doc EPS file of beastie, as addition to existing examples s docs/35678 doc docproj Makefiles for web are broken for paths with sp s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/30008 doc [patch] French softupdates document should be translat o docs/27605 doc [patch] Cross-document references () o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect tags in the sourc 187 problems total. From owner-freebsd-doc@FreeBSD.ORG Tue Oct 26 10:21:22 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4536610656F4 for ; Tue, 26 Oct 2010 10:21:22 +0000 (UTC) (envelope-from sales02@apment.com) Received: from smtpout08.prod.mesa1.secureserver.net (smtpout08-01.prod.mesa1.secureserver.net [64.202.165.119]) by mx1.freebsd.org (Postfix) with SMTP id 09EB68FC0C for ; Tue, 26 Oct 2010 10:21:21 +0000 (UTC) Received: (qmail 21238 invoked from network); 26 Oct 2010 09:54:40 -0000 Received: from unknown (113.89.41.127) by smtpout08.prod.mesa1.secureserver.net (64.202.165.119) with ESMTP; 26 Oct 2010 09:54:39 -0000 thread-index: Act088zl58b5NOtPRqaKlxbGRrumiQ== Thread-Topic: Hdd enclosure factory product recommend From: "sales02" To: Date: Tue, 26 Oct 2010 17:54:37 +0800 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7600.16385 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Hdd enclosure factory product recommend X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sales02@apment.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 10:21:22 -0000 Dear Customer_freebsd-doc, We present some nice products, USB3.0 portable sata HDD enclosure and multi-function HDD docking station, high quality, good price, customized logo available. HESA2313 Portable USB3.0 SATA 2.5 HDSO2881 HDD Multi-Function Docking Station Vafor Tech Company was founded in 2003, which is located in Shenzhen China. Our company is a professional manufacturer & exporter of consumer electronic products and pc peripherals, our main series now include Mouse, HDD enclosure, bluetooth car kit, etc, welcome to visit our website: http://www.vafor.com If you need our latest price list, please contact us freely. Any your enquiries are more than welcome. Best regards Sales Team ------------------------------------------------------------------------ ---------------------- Vafor Tech Company | Add: 2/F Block A, Danzhutou Hi-tech Industrial Park, Longgang, Shenzhen, 518000, China Tel: (+86) 755 88856955 | Fax: (0086) 755 88856922 | Website: www.vafor.com | Email: sales@vafor.com ------------------------------------------------------------------------ ---------------------- Click here to remove from mailing list ...... From owner-freebsd-doc@FreeBSD.ORG Tue Oct 26 13:00:23 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65D4310656AE for ; Tue, 26 Oct 2010 13:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 282808FC08 for ; Tue, 26 Oct 2010 13:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QD0I39038140 for ; Tue, 26 Oct 2010 13:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9QD0IbS038131; Tue, 26 Oct 2010 13:00:18 GMT (envelope-from gnats) Resent-Date: Tue, 26 Oct 2010 13:00:18 GMT Resent-Message-Id: <201010261300.o9QD0IbS038131@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, Arseny Nasokin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A82781065697 for ; Tue, 26 Oct 2010 12:58:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 964758FC0C for ; Tue, 26 Oct 2010 12:58:48 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9QCwmes034636 for ; Tue, 26 Oct 2010 12:58:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o9QCwmoL034635; Tue, 26 Oct 2010 12:58:48 GMT (envelope-from nobody) Message-Id: <201010261258.o9QCwmoL034635@www.freebsd.org> Date: Tue, 26 Oct 2010 12:58:48 GMT From: Arseny Nasokin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/151752: pw.conf(5) doesn't define format for file clearly X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 13:00:23 -0000 >Number: 151752 >Category: docs >Synopsis: pw.conf(5) doesn't define format for file clearly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 13:00:18 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Arseny Nasokin >Release: >Organization: >Environment: FreeBSD notebook 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r214288: Mon Oct 25 00:26:24 MSD 2010 root@builder.eroese.org:/usr/obj/i386.i386/usr/src/sys/GENERIC i386 >Description: You can see following text in this manual about file format: ===%<--- Each line in /etc/pw.conf is treated either a comment or as configuration data; blank lines and lines commencing with a `#' character are consid- ered comments, and any remaining lines are examined for a leading key- word, followed by corresponding data. --->%=== what means "leading key-word, followed by corresponding data"? for example how anybody can recognize it(common usages): 1) Keyword:Data 2) Keyword:"Data" 3) Keyword:'Data' 4) Keyword=Data 5) Keyword="Data" 6) Keyword='Data' 7) ... what is delimiter? should/must quotes surround data? which quotes should be used? and so on Also it is unclear with data for shells keyword: can this line contains any spaces between shell names? >How-To-Repeat: see pw.conf(5) and try to create new pw.conf from scratch without using pw(8) useradd -D command >Fix: describe format more clearly. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Thu Oct 28 13:20:12 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C4C31065769 for ; Thu, 28 Oct 2010 13:20:12 +0000 (UTC) (envelope-from arion@4grad.in.ua) Received: from mail.4grad.in.ua (mail.4grad.in.ua [195.160.204.4]) by mx1.freebsd.org (Postfix) with ESMTP id 1C21D8FC2B for ; Thu, 28 Oct 2010 13:20:12 +0000 (UTC) Received: from [193.109.145.106] (helo=[127.0.0.1]) by mail.4grad.in.ua with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1PBS85-0008F7-0z for freebsd-doc@FreeBSD.org; Thu, 28 Oct 2010 16:02:53 +0300 Message-ID: <4CC97481.8040408@4grad.in.ua> Date: Thu, 28 Oct 2010 16:02:57 +0300 From: ArIoN User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org X-Mailman-Approved-At: Thu, 28 Oct 2010 13:29:27 +0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Translation of the official FreeBSD web site and documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 13:20:12 -0000 Hello. I want to take part in the internalization(translation) of official FreeBSD web site and documentation into Ukrainian language (Ukraine, Kyiv). Where to start? Thanks. -- Best regards, ArIoN. From owner-freebsd-doc@FreeBSD.ORG Thu Oct 28 14:06:59 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CB32106566B for ; Thu, 28 Oct 2010 14:06:59 +0000 (UTC) (envelope-from ds@ukrhub.net) Received: from relay.ukrhub.net (relay.ukrhub.net [212.90.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3F18FC13 for ; Thu, 28 Oct 2010 14:06:59 +0000 (UTC) Received: from chaos.ukrhub.net (chaos.ukrhub.net [212.90.160.54]) by relay.ukrhub.net (Postfix) with ESMTP id 582901D701; Thu, 28 Oct 2010 17:06:50 +0300 (EEST) Received: by chaos.ukrhub.net (Postfix, from userid 1000) id F29B440D1; Thu, 28 Oct 2010 17:06:56 +0300 (EEST) Date: Thu, 28 Oct 2010 17:06:56 +0300 From: Taras Korenko To: ArIoN Message-ID: <20101028140656.GA48592@chaos.ukrhub.net> References: <4CC97481.8040408@4grad.in.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-u Content-Disposition: inline In-Reply-To: <4CC97481.8040408@4grad.in.ua> User-Agent: Mutt/1.4.2.3i X-PGP-Key: http://chaos.ukrhub.net/ds.asc X-PGP-Fingerprint: 5128 2A8B 9BC1 A664 21E0 1E61 D838 54D3 8ACC C68B Cc: freebsd-doc@FreeBSD.org Subject: Re: Translation of the official FreeBSD web site and documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Taras Korenko List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 14:06:59 -0000 Hello. On Thu, Oct 28, 2010 at 04:02:57PM +0300, ArIoN wrote: > ... > Where to start? This page http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/translations.html as the rest of that book ('FDP Primer') might give you some answers. -- Best regards, Taras Korenko From owner-freebsd-doc@FreeBSD.ORG Thu Oct 28 14:10:48 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 215A910656C0 for ; Thu, 28 Oct 2010 14:10:48 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id A127A8FC23 for ; Thu, 28 Oct 2010 14:10:47 +0000 (UTC) Received: by ewy28 with SMTP id 28so1040958ewy.13 for ; Thu, 28 Oct 2010 07:10:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=+qQBYf87cmVrekupQNFgWaYxKZtiVuqLpKy+RhobChY=; b=FaTlqQIKb3N5XsavHZzTf41UsqXBkwjBEHRulQYcd3+H1c2YN95yhYnVydzeZuakf7 x0/VVMw1LBx0rGnZ7twgd2N7Gg/XwY5EEfwLYK/6GU/N7/TWsXJJxrYWS9p/NLaZiC/o Ok0VC8O0EuWzjmYN4kAfXYSzdqNmYiva5eDC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=HGBkSKqZjz/9SXUKRwfgBj16vqw1kEseqa5v/SEvithHi3DCe94sJMKRS3mAY64Qtb CYW3e7vpvjAaITS9U8F6o0mf2meVabl3FWWbnN0StoiD3LyfTegfcGspi3C3Qwyqmblq dBpykRVLwBlzOdYUFFrbEIairvCq+Ekc/5yXk= Received: by 10.14.37.67 with SMTP id x43mr8752564eea.12.1288273343494; Thu, 28 Oct 2010 06:42:23 -0700 (PDT) Received: from [192.168.1.64] (ip4da3ae31.direct-adsl.nl [77.163.174.49]) by mx.google.com with ESMTPS id b52sm803619eei.7.2010.10.28.06.42.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 28 Oct 2010 06:42:22 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <4CC97DBC.3040603@freebsd.org> Date: Thu, 28 Oct 2010 15:42:20 +0200 From: Rene Ladan Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; nl-NL; rv:1.9.2.11) Gecko/20101020 Thunderbird/3.1.5 MIME-Version: 1.0 To: ArIoN References: <4CC97481.8040408@4grad.in.ua> In-Reply-To: <4CC97481.8040408@4grad.in.ua> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-doc@FreeBSD.org Subject: Re: Translation of the official FreeBSD web site and documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 14:10:48 -0000 On 28-10-2010 15:02, ArIoN wrote: > Hello. I want to take part in the internalization(translation) of > official FreeBSD web site and documentation into Ukrainian language > (Ukraine, Kyiv). > Where to start? The first thing to do is to familiarize yourself with the way the documentation and the website are written. You can find this in the FreeBSD Documentation Primer at http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/ or look at existing translations. After that, you could start translating and send in the patches as e.g. problem reports so that they can be committed to the documentation tree. Good luck, Rene -- http://www.rene-ladan.nl/ GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC (subkeys.pgp.net) From owner-freebsd-doc@FreeBSD.ORG Thu Oct 28 21:38:01 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A92DD106566B; Thu, 28 Oct 2010 21:38:01 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FEBC8FC19; Thu, 28 Oct 2010 21:38:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SLc1Y2030516; Thu, 28 Oct 2010 21:38:01 GMT (envelope-from jkois@freefall.freebsd.org) Received: (from jkois@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9SLc1VN030512; Thu, 28 Oct 2010 21:38:01 GMT (envelope-from jkois) Date: Thu, 28 Oct 2010 21:38:01 GMT Message-Id: <201010282138.o9SLc1VN030512@freefall.freebsd.org> To: jkois@FreeBSD.org, freebsd-doc@FreeBSD.org, jkois@FreeBSD.org From: jkois@FreeBSD.org Cc: Subject: Re: docs/151692: New mailing list freebsd-toolchain X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 21:38:01 -0000 Synopsis: New mailing list freebsd-toolchain Responsible-Changed-From-To: freebsd-doc->jkois Responsible-Changed-By: jkois Responsible-Changed-When: Thu Oct 28 21:37:41 UTC 2010 Responsible-Changed-Why: Take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=151692 From owner-freebsd-doc@FreeBSD.ORG Thu Oct 28 21:50:08 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4099F106567A for ; Thu, 28 Oct 2010 21:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 29E068FC0C for ; Thu, 28 Oct 2010 21:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SLo8tP039985 for ; Thu, 28 Oct 2010 21:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9SLo870039983; Thu, 28 Oct 2010 21:50:08 GMT (envelope-from gnats) Date: Thu, 28 Oct 2010 21:50:08 GMT Message-Id: <201010282150.o9SLo870039983@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Johann Kois Cc: Subject: Re: docs/150124: Request for update of "building the kernel" section of the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Johann Kois List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 21:50:08 -0000 The following reply was made to PR docs/150124; it has been noted by GNATS. From: Johann Kois To: bug-followup@FreeBSD.org, blahbleh666@hotmail.com Cc: Subject: Re: docs/150124: Request for update of "building the kernel" section of the handbook Date: Thu, 28 Oct 2010 23:42:48 +0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well, as a matter of fact you DO need all the sources to build a custom kernel (this has been changed some time ago). And http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html is telling you that (as a note, maybe it should be a warning and at the beginning of this section): "Note: It is required to have full FreeBSD source tree to build the kernel." See also http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kernelbuild.html jkois - -- Johann Kois jkois(at)FreeBSD.org FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzKCngACgkQ/rDr791hwtjIMwCePbUVGOzy+w1jeUfb+hu+LANS JyYAoJQLW7F075xZrBuqlH/9b7ub2aEe =wBRM -----END PGP SIGNATURE----- From owner-freebsd-doc@FreeBSD.ORG Fri Oct 29 10:14:39 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 171E4106564A for ; Fri, 29 Oct 2010 10:14:39 +0000 (UTC) (envelope-from leroy.vanlogchem@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A3FBA8FC13 for ; Fri, 29 Oct 2010 10:14:38 +0000 (UTC) Received: by fxm17 with SMTP id 17so2977677fxm.13 for ; Fri, 29 Oct 2010 03:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=1Hg2YbbHJf/YKD6lu92e/Bce/bWzUPefS8z5DEGl6+0=; b=AZTWImjYfJUwahZAmZ6aDw4eZJviwgmcbWBrqOfy7CILa8d5iYKd1vCN86LWscBM8i bTxisiISEwpH/AwkruxLjhduXcCmtQjffLSyr/vWrgy1z8jwxRrLgwVwhJwANCECWhX4 +HpGY4wbXOtZI8D8/y+Uw5vO6KXuLrknON+Ao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=p9rHHM7AhOfoQJntuiclSK0EDfngunNwKo3pxxjS9XmJsg9gskoDt1R4XDo743GPJX KuuSpKyyKKP4WSaqOBsKGAX3KNAP5SitIWvCOfBReEQnOu3tK1CP8K0tZhHOLAZQaH1g IypfTefJ90EuPR0iJmVfNXC2nmqaIW+HsSClk= MIME-Version: 1.0 Received: by 10.239.162.204 with SMTP id m12mr3094253hbd.125.1288345710465; Fri, 29 Oct 2010 02:48:30 -0700 (PDT) Received: by 10.239.186.70 with HTTP; Fri, 29 Oct 2010 02:48:30 -0700 (PDT) Date: Fri, 29 Oct 2010 11:48:30 +0200 Message-ID: From: Leroy van Logchem To: doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Handbook: Tuning Kernel Limits (maxfiles) 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, 29 Oct 2010 10:14:39 -0000 Best FreeBSD doc, Thanks for the fine documentation and many good manual pages. While searching for the default number of 'open files' the 8.1-R kernel can handle, I started reading: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html This mentions the dynamic setting of maxusers which in turn will proportionally define maxfiles. But it also states that the kern.maxfiles is read-only in regard to sysctl changes, which doesn't seem to be the case. I could increase this value using sysctl but it this supported? Regards, Leroy van Logchem From owner-freebsd-doc@FreeBSD.ORG Fri Oct 29 13:30:14 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 215FA1065672 for ; Fri, 29 Oct 2010 13:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F29918FC1C for ; Fri, 29 Oct 2010 13:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TDUDeX028859 for ; Fri, 29 Oct 2010 13:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9TDUDFO028856; Fri, 29 Oct 2010 13:30:13 GMT (envelope-from gnats) Resent-Date: Fri, 29 Oct 2010 13:30:13 GMT Resent-Message-Id: <201010291330.o9TDUDFO028856@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, Jay Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF28E1065670 for ; Fri, 29 Oct 2010 13:29:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A37958FC0A for ; Fri, 29 Oct 2010 13:29:13 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9TDTDTl089149 for ; Fri, 29 Oct 2010 13:29:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o9TDTDN1089146; Fri, 29 Oct 2010 13:29:13 GMT (envelope-from nobody) Message-Id: <201010291329.o9TDTDN1089146@www.freebsd.org> Date: Fri, 29 Oct 2010 13:29:13 GMT From: Jay To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/151812: find man page missing stuff 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, 29 Oct 2010 13:30:14 -0000 >Number: 151812 >Category: docs >Synopsis: find man page missing stuff >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 29 13:30:13 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jay >Release: >Organization: NA >Environment: >Description: The find command. Putting a plus or minus sign in-front of a number can be used to indicate greater than or less than. eg. find . -type f -size +4096c finds all files greater than 4096 bytes. This feature is missing from the man page. >How-To-Repeat: $ man find >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Oct 29 13:42:28 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5756D1065702; Fri, 29 Oct 2010 13:42:28 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D1E38FC1C; Fri, 29 Oct 2010 13:42:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TDgSac048653; Fri, 29 Oct 2010 13:42:28 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9TDgRJP048649; Fri, 29 Oct 2010 13:42:27 GMT (envelope-from gjb) Date: Fri, 29 Oct 2010 13:42:27 GMT Message-Id: <201010291342.o9TDgRJP048649@freefall.freebsd.org> To: jouellette@gmail.com, gjb@FreeBSD.org, freebsd-doc@FreeBSD.org, gjb@FreeBSD.org From: gjb@FreeBSD.org Cc: Subject: Re: docs/151812: find man page missing stuff 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, 29 Oct 2010 13:42:28 -0000 Synopsis: find man page missing stuff State-Changed-From-To: open->feedback State-Changed-By: gjb State-Changed-When: Fri Oct 29 13:41:46 UTC 2010 State-Changed-Why: Feedback requested. Responsible-Changed-From-To: freebsd-doc->gjb Responsible-Changed-By: gjb Responsible-Changed-When: Fri Oct 29 13:41:46 UTC 2010 Responsible-Changed-Why: Feedback requested. http://www.freebsd.org/cgi/query-pr.cgi?pr=151812 From owner-freebsd-doc@FreeBSD.ORG Sat Oct 30 21:09:39 2010 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30A48106564A for ; Sat, 30 Oct 2010 21:09:39 +0000 (UTC) (envelope-from slanist@operamail.com) Received: from outbound3-nonen.messaging.lotuslive.com (outbound3-nonen.messaging.lotuslive.com [8.12.152.98]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8718FC13 for ; Sat, 30 Oct 2010 21:09:38 +0000 (UTC) Received: from outbound3.messaging.lotuslive.com (c-in3ofal03-01.fen.sv2.lotusliveops.com [10.5.33.52]) by c-in3ofal03-01.sv2.lotuslive.com (Postfix) with ESMTP id C25CF317A8 for ; Sat, 30 Oct 2010 20:58:18 +0000 (GMT) Received: from outbound3-nonen.messaging.lotuslive.com (unknown [10.5.33.94]) by c-in3ofal03-01.sv2.lotuslive.com (Postfix) with ESMTP id C0EABA00AC8 for ; Sat, 30 Oct 2010 20:58:18 +0000 (GMT) Received: from outbound3.messaging.lotuslive.com (c-in3obnd03-01.fen.sv2.lotusliveops.com [10.5.33.49]) by c-in3obnd03-01.sv2.lotuslive.com (Postfix) with ESMTP id 615014A4945 for ; Sat, 30 Oct 2010 20:58:18 +0000 (GMT) Received: from c-in3ofil03-01.sv2.lotuslive.com (unknown [10.6.33.54]) by c-in3obnd03-01.sv2.lotuslive.com (Postfix) with ESMTP id 6038F4A493C for ; Sat, 30 Oct 2010 20:58:18 +0000 (GMT) Received: from c-in3ws--03-05.ben.sv2.lotuslive.com (c-in3ws--03-05.sv2.lotuslive.com [10.6.33.85]) (sender slanist@operamail.com) by c-in3ofil03-01.sv2.lotusliveops.com (LotusLive iNotes outfilter/0.91) with ESMTP; Sat, 30 Oct 2010 20:58:18 +0000 Received: by c-in3ws--03-05.sv2.lotuslive.com (Postfix, from userid 1001) id 490B1160215; Sat, 30 Oct 2010 20:58:18 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: ". ." To: doc@FreeBSD.org Date: Sat, 30 Oct 2010 21:58:18 +0100 Received: from [158.75.91.201] by Yy1pbjN3cy0tMDMtMDUuc3YyLmxvdHVzbGl2ZW9wcy5jb20= with http for slanist@operamail.com; Sat, 30 Oct 2010 21:58:18 +0100 X-Originating-Ip: 158.75.91.201 X-Originating-Server: c-in3ws--03-05.sv2.lotusliveops.com X-Ob-Auth: slanist:operamail.com@operamail.com Message-Id: <20101030205818.490B1160215@c-in3ws--03-05.sv2.lotuslive.com> Cc: Subject: A few grammar errors 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, 30 Oct 2010 21:09:39 -0000 Hello. I found a few grammar errors at http://www.freebsd.org/doc/ru_RU.KOI8-R/boo= ks/handbook/book.html: 1. "Эти можно сk= 6;елать с помо&= #1097;ью сигналоk= 4;". Это. 2. "При работе l= 9; FreeBSD, в большинс= ;тве случаях". = Случаев. 3. "FreeBSD имеет проl= 0;зошла". FreeBSD прои= ;зошла. Best regards to project, Slanist. --=20 _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com