From owner-freebsd-doc@freebsd.org Sun Oct 4 16:00:44 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC616A0FB57 for ; Sun, 4 Oct 2015 16:00:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8B391DF2 for ; Sun, 4 Oct 2015 16:00:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t94G0iR1036983 for ; Sun, 4 Oct 2015 16:00:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203536] dtrace_(io|ip|tcp|udp).4: Example code rendered incorrectly Date: Sun, 04 Oct 2015 16:00:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fk@fabiankeil.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 16:00:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203536 Bug ID: 203536 Summary: dtrace_(io|ip|tcp|udp).4: Example code rendered incorrectly Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: fk@fabiankeil.de Created attachment 161701 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161701&action=edit dtrace_(io|ip|tcp|udp).4: Escape slashes in the example code Currently the code in the EXAMPLES sections of the dtrace_(io|ip|tcp|udp) man pages is rendered incorrectly which causes problems when copy&pasting it. The attached patch fixes this by escaping a bunch of slashes. Obtained from: ElectroBSD. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Sun Oct 4 17:21:00 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 393E0A10438 for ; Sun, 4 Oct 2015 17:21:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 252BD115F for ; Sun, 4 Oct 2015 17:21:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t94HL0VR038261 for ; Sun, 4 Oct 2015 17:21:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203536] dtrace_(io|ip|tcp|udp).4: Example code rendered incorrectly Date: Sun, 04 Oct 2015 17:21:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 17:21:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203536 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Sun Oct 4 21:00:37 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79558A0FB3D for ; Sun, 4 Oct 2015 21:00:37 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55BD41F05 for ; Sun, 4 Oct 2015 21:00:37 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t94L0bh3029380 for ; Sun, 4 Oct 2015 21:00:37 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201510042100.t94L0bh3029380@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-doc@FreeBSD.org Subject: Problem reports for freebsd-doc@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 04 Oct 2015 21:00:37 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 21:00:37 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 202716 | [PATCH] typo in netmap(4) 1 problems total for which you should take action. From owner-freebsd-doc@freebsd.org Mon Oct 5 18:37:14 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C6179B90AB for ; Mon, 5 Oct 2015 18:37:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 598F199D for ; Mon, 5 Oct 2015 18:37:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t95IbESO036005 for ; Mon, 5 Oct 2015 18:37:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203498] Example in g_geom(9) man page returns wrong type Date: Mon, 05 Oct 2015 18:37:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ae@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 18:37:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203498 Andrey V. Elsukov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ae@FreeBSD.org --- Comment #1 from Andrey V. Elsukov --- g_example_access() also has incorrect prototype. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Mon Oct 5 21:11:45 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6D3999AC77 for ; Mon, 5 Oct 2015 21:11:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B43FABAE for ; Mon, 5 Oct 2015 21:11:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t95LBjMt058405 for ; Mon, 5 Oct 2015 21:11:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203441] Sentence Clarity/Wording in Developer's Handbook - Logo Summary Date: Mon, 05 Oct 2015 21:11:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jgh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jgh@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 21:11:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203441 jgh@FreeBSD.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgh@FreeBSD.org Assignee|freebsd-doc@FreeBSD.org |jgh@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Tue Oct 6 03:14:09 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28C699B68DC for ; Tue, 6 Oct 2015 03:14:09 +0000 (UTC) (envelope-from fkeinternet@fkeinternet.com) Received: from vms173019pub.verizon.net (vms173019pub.verizon.net [206.46.173.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C55017A1 for ; Tue, 6 Oct 2015 03:14:07 +0000 (UTC) (envelope-from fkeinternet@fkeinternet.com) Received: from [192.168.14.73] ([100.0.193.98]) by vms173019.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NVS00NIG3ML47J0@vms173019.mailsrvcs.net> for freebsd-doc@freebsd.org; Mon, 05 Oct 2015 22:13:42 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=MtGvkDue c=1 sm=1 tr=0 a=avkK9K2F2MG/Iet0V8B7/Q==:117 a=spuBtnchAAAA:8 a=oR5dmqMzAAAA:8 a=8nJEP1OIZ-IA:10 a=5lJygRwiOn0A:10 a=6I5d2MoRAAAA:8 a=ghj3vBPcAAAA:8 a=Hpk6SXGTAAAA:8 a=7ERkQbw2AAAA:8 a=2BUI5ihPAAAA:8 a=Bb79-p2cAAAA:8 a=acvRRfKoxoESf1qO4qQA:9 a=wPNLvfGTeEIA:10 a=bJCpU6IzS1MA:10 a=RKrR6743hA0A:10 a=UN35fZSbZToA:10 Message-id: <56133C5D.6070802@fkeinternet.com> Date: Mon, 05 Oct 2015 23:13:33 -0400 From: Fred Koschara User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-version: 1.0 To: freebsd-doc@freebsd.org Subject: Handbook errors for 10.2 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 03:14:09 -0000 There are errors on this page with regards to FreeBSD 10.2 https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-build.html There is no indication when it would be appropriate to exit from the shell started as the first step in the illustrated procedure. The command to install just the base system should be tar -xf /mnt/usr/freebsd-dist/base.txz -C $DESTDIR (hyphen, not underbar, in "freebsd-dist") The command to install everything except the kernel should be for sets in base doc games lib32 ports src; do tar -xf /mnt/usr/freebsd-dist/$sets.txz -C $DESTDIR ; done (ls: /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST: No such file or directory filename extension is txz, not TXZ lettercase error in "sets" list incomplete list of archives to install "everything except the kernel") The "procedure for building a jail" contains errors: setenv D /here/is/the/jail fails within the (Bash) shell previously started: setenv: not found -- Fred Koschara ________________________________________________________________________ Space Power Now, for humanity's survival - http://SpacePowerNow.org For your daily dose of art, try http://PhotoByFred.com Investment quality fine art prints - http://LimitedEditionPhoto.com FREE space history newsletter - http://L5Development.com/SpaceHistoryNews.php FKE Internet, Web hosting for space related business - http://FKEinternet.com My personal Web page is http://wfredk.com - stop by some time! From owner-freebsd-doc@freebsd.org Tue Oct 6 09:35:45 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF7BA9D064C for ; Tue, 6 Oct 2015 09:35:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA9AC99F for ; Tue, 6 Oct 2015 09:35:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t969ZjJW001068 for ; Tue, 6 Oct 2015 09:35:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203578] nsmb.con(5): charsets= : all lowercase failure! Date: Tue, 06 Oct 2015 09:35:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartman@zedat.fu-berlin.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 09:35:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203578 Bug ID: 203578 Summary: nsmb.con(5): charsets= : all lowercase failure! Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: ohartman@zedat.fu-berlin.de The documentation states lowercase encoding tags for config-object charsets=. I run into problems using charsets=utf-8:utf-8 which is silently ignored and falsified when using autofs. Only charsets=UTF-8:UTF-8 works the correct way! I don't know whether the given example charsets=koi8-r:cp866 will ever work (it doesn't in my environment, which is FreeBSD 11.0-CURRENT #8 r288824: Mon Oct 5 15:33:17 CEST 2015 amd64 ) or should be charsets=KOI8-R:CP866 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Tue Oct 6 14:23:21 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F00FC9B68AC for ; Tue, 6 Oct 2015 14:23:21 +0000 (UTC) (envelope-from freebsd-doc@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bs1.fjl.org.uk", Issuer "bs1.fjl.org.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AB019B8 for ; Tue, 6 Oct 2015 14:23:21 +0000 (UTC) (envelope-from freebsd-doc@fjl.co.uk) Received: from [192.168.1.35] (mux.fjl.org.uk [62.3.120.246]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id t96EN9RQ012959 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO) for ; Tue, 6 Oct 2015 15:23:10 +0100 (BST) (envelope-from freebsd-doc@fjl.co.uk) Message-ID: <5613D94D.5060408@fjl.co.uk> Date: Tue, 06 Oct 2015 15:23:09 +0100 From: Frank Leonhardt User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-doc@freebsd.org Subject: System calls documentation - where's it at? Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 14:23:22 -0000 Sorry for the cross-post but this has remained unanswered in FreeBSD-Questions for a week now: ============= It's probably obvious, but not quite obvious enough for me right now... Where's there a list of FreeBSD kernel (system) calls? I can't believe I've never needed one before - I guess I've just used UNIX calls (remembered from the 1980s) or got lucky with the manual. There's obviously man 2, but you really need to know the name of what you're looking for (or guess from the file names). I could also scan through the 'C' header files. The Developer's Manual mentions HOW to call a system call (and told me something shocking about Linux I hadn't realised). But nowhere can I find a list - preferably sorted in to sections with a summary, function number, symbolic name, and list of parameters. I'm looking for something a bit more informative than sys/syscall.h! I bet someone's going to refer me to a man page with a name everyone else knows but I couldn't guess. Counting down.... Thanks, Frank. From owner-freebsd-doc@freebsd.org Tue Oct 6 17:35:46 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A870B9D08E7 for ; Tue, 6 Oct 2015 17:35:46 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 852A3CB8 for ; Tue, 6 Oct 2015 17:35:46 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 5F3B65A9F13; Tue, 6 Oct 2015 17:35:39 +0000 (UTC) Date: Tue, 6 Oct 2015 17:35:39 +0000 From: Brooks Davis To: Frank Leonhardt Cc: freebsd-doc@freebsd.org Subject: Re: System calls documentation - where's it at? Message-ID: <20151006173539.GA47761@spindle.one-eyed-alien.net> References: <5613D94D.5060408@fjl.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <5613D94D.5060408@fjl.co.uk> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 17:35:46 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 06, 2015 at 03:23:09PM +0100, Frank Leonhardt wrote: > Sorry for the cross-post but this has remained unanswered in=20 > FreeBSD-Questions for a week now: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > It's probably obvious, but not quite obvious enough for me right now... >=20 > Where's there a list of FreeBSD kernel (system) calls? >=20 > I can't believe I've never needed one before - I guess I've just used=20 > UNIX calls (remembered from the 1980s) or got lucky with the manual. >=20 > There's obviously man 2, but you really need to know the name of what=20 > you're looking for (or guess from the file names). I could also scan=20 > through the 'C' header files. >=20 > The Developer's Manual mentions HOW to call a system call (and told me=20 > something shocking about Linux I hadn't realised). But nowhere can I=20 > find a list - preferably sorted in to sections with a summary, function= =20 > number, symbolic name, and list of parameters. I'm looking for something= =20 > a bit more informative than sys/syscall.h! >=20 > I bet someone's going to refer me to a man page with a name everyone=20 > else knows but I couldn't guess. Counting down.... No detailed list exists to my knowledge. The source of truth is sys/kern/syscalls.master. Most things have manpages, but not everything (IMO it is a bug in all cases where there is no result from "man 2 "). It wouldn't be crazy to use a system like we do for src.conf.5 to generate a summary page. Sorting them into groups might be hard and would require some extra metadata. -- Brooks --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWFAZqAAoJEKzQXbSebgfACsgH/2EKov+CvbLVqij3hksQ10QI NwoLuh7DZiE9pRXsLuQDkg4+TQN2gX63o5JHWPrktPo1yPfDnOdsxE6hjpaK2WPu 0AIAlU6xjoto9otI4a09MuSc2HY3TTTZMnqtFlFAO3Njqhi8LPiLWwThPEHyhbyW GJdhqnx+rtq58X1Sb9VPOnorJt0ZbYXXdeOcs1BfrFbOCwx62xo71vdkjsg33f14 RddGvYGNp25bG952mxLCBGZozAiTg19LUEJSPwhBu6sPDuu3Y6BEot1HoVbJ1BT6 B5WuNJ59ZvUjzCEhRY/i+bseUNHQdkMpkvoXx7GpFp8+MkOMKWtwKm6LrOCkJtI= =N+qE -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-freebsd-doc@freebsd.org Wed Oct 7 11:23:51 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C98859D050E for ; Wed, 7 Oct 2015 11:23:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0D3C21E for ; Wed, 7 Oct 2015 11:23:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t97BNpmR066125 for ; Wed, 7 Oct 2015 11:23:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203611] uhid(4) man page outdated (wrong ioctl parameters) Date: Wed, 07 Oct 2015 11:23:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ardovm@yahoo.it X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 11:23:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203611 Bug ID: 203611 Summary: uhid(4) man page outdated (wrong ioctl parameters) Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: ardovm@yahoo.it The uhid(4) man page is outdated. The structures to pass as ioctl parameters are not the correct ones. IMHO it should be updated to reflect sys/dev/usb/usb/usb_ioctl.h -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Wed Oct 7 12:40:46 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E6389D0E0E for ; Wed, 7 Oct 2015 12:40:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0D63AF for ; Wed, 7 Oct 2015 12:40:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t97Cejck048813 for ; Wed, 7 Oct 2015 12:40:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203617] Download page is busy Date: Wed, 07 Oct 2015 12:40:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Website X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nicovivanco27@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 12:40:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203617 Bug ID: 203617 Summary: Download page is busy Product: Documentation Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Website Assignee: freebsd-doc@FreeBSD.org Reporter: nicovivanco27@gmail.com When I click on "amd64" to download FreeBSD amd64 v. 10.2, the link I get is: "ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/10.2/". With Mozilla Firefox this link produce a blank page. So I searched on Google a page to download FreeBSD, and I get this link: "http://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.2/" This link works well. So, probably you have to change the links on the download page. Sorry for my English, but I am Italian. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Wed Oct 7 15:10:27 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E8D59D12F1 for ; Wed, 7 Oct 2015 15:10:27 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from mx1.scaleengine.net (mx1.scaleengine.net [209.51.186.6]) by mx1.freebsd.org (Postfix) with ESMTP id 6E887AB4 for ; Wed, 7 Oct 2015 15:10:27 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (unknown [10.1.1.2]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id EE959DDBC for ; Wed, 7 Oct 2015 15:10:25 +0000 (UTC) Subject: Re: [Bug 203617] Download page is busy To: freebsd-doc@freebsd.org References: From: Allan Jude Message-ID: <561535EB.9020103@freebsd.org> Date: Wed, 7 Oct 2015 11:10:35 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O29l8r25XEpXChuWqQ0XMXA0vmkaJLReH" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 15:10:27 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --O29l8r25XEpXChuWqQ0XMXA0vmkaJLReH Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2015-10-07 08:40, bugzilla-noreply@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203617 >=20 > Bug ID: 203617 > Summary: Download page is busy > Product: Documentation > Version: Latest > Hardware: amd64 > OS: Any > Status: New > Severity: Affects Only Me > Priority: --- > Component: Website > Assignee: freebsd-doc@FreeBSD.org > Reporter: nicovivanco27@gmail.com >=20 > When I click on "amd64" to download FreeBSD amd64 v. 10.2, the link I g= et is: > "ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/10.2= /". > With Mozilla Firefox this link produce a blank page. > So I searched on Google a page to download FreeBSD, and I get this link= : > "http://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.2/" > This link works well. > So, probably you have to change the links on the download page. > Sorry for my English, but I am Italian. >=20 The FTP link works fine for me, it might be that something is being blocked on your end. We are in the process of changing the links to resolve this and other issues, we are just waiting on a new certificate so the links can be secure as well. --=20 Allan Jude --O29l8r25XEpXChuWqQ0XMXA0vmkaJLReH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) iQIcBAEBAgAGBQJWFTXrAAoJEBmVNT4SmAt+BNAP+wdLnTfAWp/hk4wXPjUZt13i HRHwre+xI2T+wBJASCJNNai4DXXKhYIo8XuSgn9OxRuF38DHZzRwh3m4aulwZSH/ /B0o4P//YXLm/lgN2ka664+Kx/BgYs6Lf3wWvwCO/RAhpnKpPyr1DwtLNALYP60N 5G0GAP+14m/zMQUyAZnKwmdjrs2WpnDMlnO+L/iCvH7h9lEJCKbbkoBmXh89BmCp TRPBRnx+H17RK/hhtvaNkoRkwRJKufX9/CxO982OzVSeQ2Rd2azZuktpNo6g5Jkd Z70yaaKdYqrHaNRWK+Rev5Q9OWOn+1xcKybd3iiZinL5UvHpK3kZnK7WfTLTRMw7 8mIOG2KRl67CNmWtbV8sgDV2pjvNbHfA/r1MBlv3e9cJcNriAW0cf4xc80/bL2T5 hKZkegRIwozhbRrOICILmNekUhrjgjzUdbljJKX6xJ+mB28ROHPD3eV+qmbs3BW/ /ilAYYOnHO/uobsftV/563+BmtaIUDWCXWEvhU3uzK1JDsVnUZuGOJd1uW3AwFEU OArIlfs0KkmbG0xC+Z9Bm6Qw8wWI6MYsieYh1TX4bHNOvZLPGi9rCz7rn6yGMnna 90JOEcX8Z/tPgPzsGaU+IJlcf+0ujXiuiAtLdEv9QWtDaTTA6Yjye0EA27zOxYvt 8Ds/aVsEBbZkPdFwcwgZ =2SF6 -----END PGP SIGNATURE----- --O29l8r25XEpXChuWqQ0XMXA0vmkaJLReH-- From owner-freebsd-doc@freebsd.org Thu Oct 8 02:00:28 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32A5D9D15DC for ; Thu, 8 Oct 2015 02:00:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 209EF17A4 for ; Thu, 8 Oct 2015 02:00:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9820RKX021858 for ; Thu, 8 Oct 2015 02:00:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203627] Code of Conduct: Typo Date: Thu, 08 Oct 2015 02:00:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dteske@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-advocacy@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 02:00:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203627 Bug ID: 203627 Summary: Code of Conduct: Typo Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Advocacy Assignee: freebsd-advocacy@FreeBSD.org Reporter: dteske@FreeBSD.org CC: freebsd-doc@FreeBSD.org https://www.freebsd.org/internal/code-of-conduct.html Text reads: "We will not tolerate any member of the community, either publically" Wherein the last word above should be corrected (publically -> publicly). -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 02:02:20 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09EB49D17F7 for ; Thu, 8 Oct 2015 02:02:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBD421A38 for ; Thu, 8 Oct 2015 02:02:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9822Joa054229 for ; Thu, 8 Oct 2015 02:02:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203628] Code of Conduct: Grammar Date: Thu, 08 Oct 2015 02:02:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dteske@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-advocacy@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 02:02:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203628 Bug ID: 203628 Summary: Code of Conduct: Grammar Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Advocacy Assignee: freebsd-advocacy@FreeBSD.org Reporter: dteske@FreeBSD.org CC: freebsd-doc@FreeBSD.org https://www.freebsd.org/internal/code-of-conduct.html Text reads: "We will not tolerate any member of the community, either publically or privately giving aid or encouragement to any third party to behave in such a way towards any members of the FreeBSD community." Add a comma after "privately". -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 09:18:57 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12DEB9D0EC2 for ; Thu, 8 Oct 2015 09:18:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F26D021C for ; Thu, 8 Oct 2015 09:18:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t989Iu0Y018400 for ; Thu, 8 Oct 2015 09:18:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203628] Code of Conduct: Grammar Date: Thu, 08 Oct 2015 09:18:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: theraven@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: matthew@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 09:18:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203628 David Chisnall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theraven@FreeBSD.org Assignee|freebsd-advocacy@FreeBSD.or |matthew@FreeBSD.org |g | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 09:19:32 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D77B99D0F4F for ; Thu, 8 Oct 2015 09:19:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C50612D7 for ; Thu, 8 Oct 2015 09:19:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t989JWTZ019106 for ; Thu, 8 Oct 2015 09:19:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203627] Code of Conduct: Typo Date: Thu, 08 Oct 2015 09:19:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: theraven@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: matthew@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 09:19:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203627 David Chisnall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theraven@FreeBSD.org Assignee|freebsd-advocacy@FreeBSD.or |matthew@FreeBSD.org |g | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 10:00:18 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AD749D0099 for ; Thu, 8 Oct 2015 10:00:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC0811633 for ; Thu, 8 Oct 2015 10:00:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t98A0HMb086701 for ; Thu, 8 Oct 2015 10:00:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203627] Code of Conduct: Typo Date: Thu, 08 Oct 2015 10:00:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: matthew@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 10:00:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203627 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: matthew Date: Thu Oct 8 10:00:14 UTC 2015 New revision: 47523 URL: https://svnweb.freebsd.org/changeset/doc/47523 Log: Grammar/spelling fixes PR: 203627 PR: 203628 Submitted by: dteske Approved by: core (gavin) Changes: head/en_US.ISO8859-1/htdocs/internal/code-of-conduct.xml -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 10:00:20 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CF6E9D00A0 for ; Thu, 8 Oct 2015 10:00:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE51B177E for ; Thu, 8 Oct 2015 10:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t98A0JO2087311 for ; Thu, 8 Oct 2015 10:00:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203628] Code of Conduct: Grammar Date: Thu, 08 Oct 2015 10:00:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: matthew@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 10:00:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203628 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: matthew Date: Thu Oct 8 10:00:14 UTC 2015 New revision: 47523 URL: https://svnweb.freebsd.org/changeset/doc/47523 Log: Grammar/spelling fixes PR: 203627 PR: 203628 Submitted by: dteske Approved by: core (gavin) Changes: head/en_US.ISO8859-1/htdocs/internal/code-of-conduct.xml -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 10:01:08 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C6F49D02F0 for ; Thu, 8 Oct 2015 10:01:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09EC11A44 for ; Thu, 8 Oct 2015 10:01:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t98A17jK001354 for ; Thu, 8 Oct 2015 10:01:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203627] Code of Conduct: Typo Date: Thu, 08 Oct 2015 10:01:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: matthew@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: matthew@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 10:01:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203627 Matthew Seaman changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #2 from Matthew Seaman --- Committed, thanks! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 10:01:24 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37E879D0399 for ; Thu, 8 Oct 2015 10:01:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 254671AB5 for ; Thu, 8 Oct 2015 10:01:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t98A1OVi005848 for ; Thu, 8 Oct 2015 10:01:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203628] Code of Conduct: Grammar Date: Thu, 08 Oct 2015 10:01:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Advocacy X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: matthew@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: matthew@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 10:01:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203628 Matthew Seaman changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #2 from Matthew Seaman --- Committed, thanks! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 15:31:20 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2467D9D0C1D for ; Thu, 8 Oct 2015 15:31:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 121862A2 for ; Thu, 8 Oct 2015 15:31:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t98FVJMx074183 for ; Thu, 8 Oct 2015 15:31:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203641] order of IPs in jails depends on order on host Date: Thu, 08 Oct 2015 15:31:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 15:31:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203641 Bug ID: 203641 Summary: order of IPs in jails depends on order on host Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: dvl@FreeBSD.org If you want a specific primary IP in a jail, add that IP on the host before any other IP used by that jail. Allan Jude and I spoke about this on IRC and he asked that I create a PR for it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Thu Oct 8 15:32:14 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C247B9D0D03 for ; Thu, 8 Oct 2015 15:32:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADFD539C for ; Thu, 8 Oct 2015 15:32:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t98FWETh076704 for ; Thu, 8 Oct 2015 15:32:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203641] order of IPs in jails depends on order on host Date: Thu, 08 Oct 2015 15:32:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: allanjude@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 15:32:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203641 Dan Langille changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-doc@FreeBSD.org |allanjude@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-doc@freebsd.org Sat Oct 10 06:32:51 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B02FA0C0E9 for ; Sat, 10 Oct 2015 06:32:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC0061999 for ; Sat, 10 Oct 2015 06:32:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9A6Wofj052337 for ; Sat, 10 Oct 2015 06:32:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 203406] [patch] update for wpa_cli(8) manual page Date: Sat, 10 Oct 2015 06:32:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 06:32:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203406 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, patch-ready -- You are receiving this mail because: You are the assignee for the bug.