From owner-freebsd-doc@FreeBSD.ORG  Sun Jan  8 00:14:58 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 1AA9F10657AC
	for <doc@freebsd.org>; Sun,  8 Jan 2012 00:14:58 +0000 (UTC)
	(envelope-from amvandemore@gmail.com)
Received: from mail-we0-f182.google.com (mail-we0-f182.google.com
	[74.125.82.182])
	by mx1.freebsd.org (Postfix) with ESMTP id A488F8FC16
	for <doc@freebsd.org>; Sun,  8 Jan 2012 00:14:57 +0000 (UTC)
Received: by werb13 with SMTP id b13so2820223wer.13
	for <doc@freebsd.org>; Sat, 07 Jan 2012 16:14:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=NsvIKzrJTG0cPD2WyJywE7N8FQBpHhALw0g4M9lGzGI=;
	b=ascSwAUBiwV8NzvORx4sHHThZU2PGWXKDm5AsbMOKu0lSwz9R/HEYrJrkZjMa991Yp
	vBjcrGPtItr3hPQOjhWM1PoiBnuZvLWlMrZOIOwhH1CxClzCftWvVMN5gGR7iIFF+feu
	uUnG8TLo4+surfz3vjUNntyRZDIiL6cAQvjio=
MIME-Version: 1.0
Received: by 10.216.136.234 with SMTP id w84mr1306091wei.9.1325981696722; Sat,
	07 Jan 2012 16:14:56 -0800 (PST)
Received: by 10.223.157.198 with HTTP; Sat, 7 Jan 2012 16:14:56 -0800 (PST)
In-Reply-To: <alpine.GSO.1.10.1201070015390.882@multics.mit.edu>
References: <CA+tpaK3icCaP_uOJTC8R2mCoK0gcoxfm+VyrsYbc0iUFL2V-iQ@mail.gmail.com>
	<alpine.GSO.1.10.1201070015390.882@multics.mit.edu>
Date: Sat, 7 Jan 2012 18:14:56 -0600
Message-ID: <CA+tpaK0Okn-M2GSY7rf_VWj-yB-VoP8eg_Lyqg41etuKL9ci0w@mail.gmail.com>
From: Adam Vande More <amvandemore@gmail.com>
To: Benjamin Kaduk <kaduk@mit.edu>
Content-Type: text/plain; charset=ISO-8859-1
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: doc@freebsd.org
Subject: Re: Suggestion for Handbook
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 08 Jan 2012 00:14:58 -0000

On Fri, Jan 6, 2012 at 11:17 PM, Benjamin Kaduk <kaduk@mit.edu> wrote:

> I think dd would be preferred precisely because it does not use sparse
> files -- all blocks for the image will be allocated.
>
> If a sparse file was used, and the physical disk became close to full,
> then when the system goes to make a write to the image and the backing file
> cannot be grown, things are unlikely to fail gracefully.
>

A full image imposes other penalties and drawbacks.  If you use a modern
hypervisor, it's default backing store will be some type of glorified
sparse file(vmdk, vdi, qcow2 -- at least AFAIK on qcow2).  I would venture
to guess that is because those communities are aware of the advantages and
disadvantages of each with sparse files chosen consistently as the default.

Furthermore, this is the error you get when writing to an overcommited
sparse file:

No space left on device

galacticdominator# diskinfo /dev/md0
/dev/md0        512     1073741824000   2097152000      0       0
galacticdominator# diskinfo /dev/zvol/zoot/usr/home/zvol-test
/dev/zvol/zoot/usr/home/zvol-test       512     5242880 10240   0       0

So it seems a sysadmin ought to be able to deal with that.


-- 
Adam Vande More

From owner-freebsd-doc@FreeBSD.ORG  Sun Jan  8 17:39:58 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 591071065689;
	Sun,  8 Jan 2012 17:39:58 +0000 (UTC)
	(envelope-from ryusuke@FreeBSD.org)
Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org
	[IPv6:2001:218:422:1::15])
	by mx1.freebsd.org (Postfix) with ESMTP id E513B8FC14;
	Sun,  8 Jan 2012 17:39:57 +0000 (UTC)
Received: from localhost (localhost [::1])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3/smtpfeed 1.14) with
	ESMTP/inet6 id q08HduO59914; Mon, 9 Jan 2012 02:39:56 +0900 (JST)
	(envelope-from ryusuke@FreeBSD.org)
Date: Mon, 09 Jan 2012 02:39:52 +0900 (JST)
Message-Id: <20120109.023952.193741084.ryusuke@jp.FreeBSD.org>
To: wblock@wonkity.com, bcr@FreeBSD.org
From: Ryusuke SUZUKI <ryusuke@FreeBSD.org>
In-Reply-To: <alpine.BSF.2.00.1201070817270.60341@wonkity.com>
References: <20120107.171103.193758902.ryusuke@jp.FreeBSD.org>
	<4F082EA7.1010705@FreeBSD.org>
	<alpine.BSF.2.00.1201070817270.60341@wonkity.com>
X-Mailer: Mew version 6.1 on Emacs 22.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Multipart/Signed; protocol="application/pgp-signature";
	micalg=pgp-sha1;
	boundary="--Security_Multipart(Mon_Jan__9_02_39_52_2012_186)--"
Content-Transfer-Encoding: 7bit
Cc: ryusuke@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org,
	freebsd-doc@FreeBSD.org
Subject: Re: docs/159650: Call for review : Description of crash dump
 (developers-handbook)
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 08 Jan 2012 17:39:58 -0000

----Security_Multipart(Mon_Jan__9_02_39_52_2012_186)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Benedict-san, Warren-san,

Thanks for reviewing the patch!

I will commit updated follwoing patch in a few days.

Ryusuke


Index: chapter.sgml
===================================================================
RCS file: /home/ryusuke/work/cvs-doc/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml,v
retrieving revision 1.80
diff -u -r1.80 chapter.sgml
--- chapter.sgml	2 Dec 2010 14:53:45 -0000	1.80
+++ chapter.sgml	8 Jan 2012 16:30:52 -0000
@@ -75,9 +75,14 @@
 	handled by setting the <varname>dumpdev</varname> variable in
 	&man.rc.conf.5; to the path of the swap device (the
 	recommended way to extract a kernel dump) or
-	<filename>AUTO</filename> to use the first configured swap
-	device.  <filename>AUTO</filename> is the default as of
-	&os;&nbsp;6.0.</para>
+	<literal>AUTO</literal> to use the first configured swap
+	device.  The default for <varname>dumpdev</varname> is
+	<literal>AUTO</literal> in HEAD, and changed to
+	<literal>NO</literal> on RELENG_* branches (except for RELENG_7,
+	which was left set to <literal>AUTO</literal>).
+	On &os;&nbsp;9.0-RELEASE and later versions,
+	<application>bsdinstall</application> will ask whether crash dumps
+	should be enabled on the target system during the install process.</para>

       <tip><para>Check <filename>/etc/fstab</filename> or
 	&man.swapinfo.8; for a list of swap devices.</para></tip>



From: Warren Block <wblock@wonkity.com>
Subject: Re: docs/159650: Call for review : Description of crash dump (developers-handbook)
Date: Sat, 7 Jan 2012 08:26:33 -0700 (MST)

> On Sat, 7 Jan 2012, Benedict Reuschling wrote:
>
> > Am 07.01.12 09:11, schrieb Ryusuke SUZUKI:
> >> Hello,
> >>
> >> Last year, I took PR/159650. This PR is related to the crash dump.
> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/159650
> >>
> >>
> >> As you know, "dumpdev" variable of rc.conf file is "AUTO" in HEAD,
> >> but changed to "NO" on the stable branches.
> >>
> >> References
> >>  RELENG_9 : http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf#rev1.394.2.2
> >>  RELENG_8 : http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf#rev1.358.2.2
> >>  RELENG_6 : http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf#rev1.252.2.17
> >>
> >>
> >> However, developers-handbook "10.1.1 Configuring the Dump Device" only says
> >>
> >>      "AUTO is the default as of FreeBSD 6.0."
> >>
> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html#CONFIG-DUMPDEV
> >>
> >>
> >> We should update this sentence.
> >
> > Yes, we should.
> >>
> >> And I also would like to mention the crash dump menu of the bsdinstall,
> >> recently kensmith@ added
> >> http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1485239+0+archive/2011/svn-src-all/20111204.svn-src-all
> >>
> >> Please review the follwoing patch:
> > I've made a few corrections inline below.
> >
> >>
> >> Index: chapter.sgml
> >> ===================================================================
> >> RCS file: /home/ryusuke/work/cvs-doc/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml,v
> >> retrieving revision 1.80
> >> diff -u -r1.80 chapter.sgml
> >> --- chapter.sgml	2 Dec 2010 14:53:45 -0000	1.80
> >> +++ chapter.sgml	7 Jan 2012 06:54:34 -0000
> >> @@ -76,8 +76,13 @@
> >>  	&man.rc.conf.5; to the path of the swap device (the
> >>  	recommended way to extract a kernel dump) or
> >>  	<filename>AUTO</filename> to use the first configured swap
> >> -	device.  <filename>AUTO</filename> is the default as of
> >> -	&os;&nbsp;6.0.</para>
> >> +	device.  The defualt for <varname>dumpdev</varname> is
> > s/defualt/default
> >
> >> +	<filename>AUTO</filename> in HEAD, and changed to
> >> +	<filename>NO</filename> on RELENG_* branches (exceptionally,
> >> +	it leave <filename>AUTO</filename> in RELENG_7).
> > Not sure what you mean by "leave" here, it does not sound right. Did you
> > miss a word? You probably meant something like "... it is set to
> > <filename>AUTO</filename> in RELENG_7.
>
> I think:
>
>    <filename>NO</filename> on RELENG_* branches (except for RELENG_7,
>    which was left set to <filename>AUTO</filename>).
>
> Those <filename> tags maybe ought to be <literal>, I'm not sure.
>
> >> +	On &os;&nbsp;9.0-RELEASE and later versions,
> >> +	<application>bsdinstall</application> will prompt if crash dumps
>
> The "if" can be read two ways.  Suggestion:
>
> <application>bsdinstall</application> will ask whether crash dumps
>
> >> +	should be enabled on the target system during the install process.</para>

----Security_Multipart(Mon_Jan__9_02_39_52_2012_186)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEABECAAYFAk8J1OgACgkQG5rRvmPSlyRu6QCg0uHyduMBWNw1eQcV06m4L0Rx
SKwAoKnRNAyibJ+MpNfTblma/q5IimfC
=jdet
-----END PGP SIGNATURE-----

----Security_Multipart(Mon_Jan__9_02_39_52_2012_186)----

From owner-freebsd-doc@FreeBSD.ORG  Mon Jan  9 04:15:39 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 2E156106564A
	for <doc@freebsd.org>; Mon,  9 Jan 2012 04:15:39 +0000 (UTC)
	(envelope-from lists@eitanadler.com)
Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com
	[209.85.215.54])
	by mx1.freebsd.org (Postfix) with ESMTP id A8E7B8FC12
	for <doc@freebsd.org>; Mon,  9 Jan 2012 04:15:38 +0000 (UTC)
Received: by lahl5 with SMTP id l5so1644424lah.13
	for <doc@freebsd.org>; Sun, 08 Jan 2012 20:15:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=eitanadler.com; s=0xdeadbeef;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=jzf9OJCvz35yLK0s5LoPyuWZQXyfp6n/aTeTzxuUQQE=;
	b=iLwRmTl9C7aEvZnEokocWAm9vX96b6pav9WRMaLu1gXbrDBBKF1WpB1Fmf2kpormSI
	OPXdcGxCptEwrNfZf5YahQEb3iIynxC6EWfkPGe9YJ5dTNy4Bms/RUtR6GcOmhEmIpBm
	0DMO7ksTnQ4S+g+pisCxAK15vsmPUqZFI9BY4=
Received: by 10.152.106.227 with SMTP id gx3mr6111721lab.45.1326082537187;
	Sun, 08 Jan 2012 20:15:37 -0800 (PST)
MIME-Version: 1.0
Received: by 10.152.129.8 with HTTP; Sun, 8 Jan 2012 20:15:06 -0800 (PST)
In-Reply-To: <alpine.GSO.1.10.1201040112450.882@multics.mit.edu>
References: <alpine.BSF.2.00.1201021540250.3841@wonkity.com>
	<alpine.GSO.1.10.1201030255130.882@multics.mit.edu>
	<alpine.BSF.2.00.1201031808450.17871@wonkity.com>
	<alpine.GSO.1.10.1201040112450.882@multics.mit.edu>
From: Eitan Adler <lists@eitanadler.com>
Date: Sun, 8 Jan 2012 23:15:06 -0500
Message-ID: <CAF6rxgmgEgCMUaYCczhPooesQD=fMKKsL11cRZiVxr3ysy3Lpw@mail.gmail.com>
To: Benjamin Kaduk <kaduk@mit.edu>
Content-Type: text/plain; charset=UTF-8
Cc: doc@freebsd.org
Subject: Re: Deciphering a Porter's Handbook paragraph
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jan 2012 04:15:39 -0000

On Wed, Jan 4, 2012 at 1:16 AM, Benjamin Kaduk <kaduk@mit.edu> wrote:
> /usr/X11R6 is dead.
> devel/imake still exists, so I wouldn't be surprised if some ports used it.

This is the path refereed to as X11BASE. After the release I will be
chopping out the last references to the directory. No ports should be
using it and if they do they are broken.




-- 
Eitan Adler

From owner-freebsd-doc@FreeBSD.ORG  Mon Jan  9 04:16:04 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 2297B106566B;
	Mon,  9 Jan 2012 04:16:04 +0000 (UTC)
	(envelope-from eadler@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
	[IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id ED3088FC1E;
	Mon,  9 Jan 2012 04:16:03 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q094G32x032515;
	Mon, 9 Jan 2012 04:16:03 GMT
	(envelope-from eadler@freefall.freebsd.org)
Received: (from eadler@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q094G3TW032511;
	Mon, 9 Jan 2012 04:16:03 GMT (envelope-from eadler)
Date: Mon, 9 Jan 2012 04:16:03 GMT
Message-Id: <201201090416.q094G3TW032511@freefall.freebsd.org>
To: eadler@FreeBSD.org, freebsd-doc@FreeBSD.org, eadler@FreeBSD.org
From: eadler@FreeBSD.org
Cc: 
Subject: Re: docs/163821: [patch] articles/freebsd-update-server: correct
	patch process
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jan 2012 04:16:04 -0000

Synopsis: [patch] articles/freebsd-update-server: correct patch process

Responsible-Changed-From-To: freebsd-doc->eadler
Responsible-Changed-By: eadler
Responsible-Changed-When: Mon Jan 9 04:16:03 UTC 2012
Responsible-Changed-Why: 
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=163821

From owner-freebsd-doc@FreeBSD.ORG  Mon Jan  9 11:06:09 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 70714106566C
	for <freebsd-doc@FreeBSD.org>; Mon,  9 Jan 2012 11:06:09 +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 5DEB28FC08
	for <freebsd-doc@FreeBSD.org>; Mon,  9 Jan 2012 11:06:09 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q09B69h9041408
	for <freebsd-doc@FreeBSD.org>; Mon, 9 Jan 2012 11:06:09 GMT
	(envelope-from owner-bugmaster@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q09B68ZQ041406
	for freebsd-doc@FreeBSD.org; Mon, 9 Jan 2012 11:06:08 GMT
	(envelope-from owner-bugmaster@FreeBSD.org)
Date: Mon, 9 Jan 2012 11:06:08 GMT
Message-Id: <201201091106.q09B68ZQ041406@freefall.freebsd.org>
X-Authentication-Warning: freefall.freebsd.org: gnats set sender to
	owner-bugmaster@FreeBSD.org using -f
From: FreeBSD bugmaster <bugmaster@FreeBSD.org>
To: FreeBSD doc list <freebsd-doc@FreeBSD.org>
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 <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jan 2012 11:06:09 -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/163879  doc        [handbook] handbook does not say about how to force to
o docs/163877  doc        apm(4) is not installed
o docs/163830  doc        device smbios: missing documentation, no manpage
o docs/163771  doc        getnameinfo(3) man-page detail
o docs/163742  doc        [patch] document failok mount(8) option
o docs/163646  doc        update man ehci(4) to mention options USB_DEBUG
o docs/163576  doc        zfs(8) sync property not noted in the manpage
o docs/163408  doc        Committers Guide; article still talks about manual rem
o docs/163177  doc        [patch] man page for gnats(7) incorrectly lists gnatsd
o docs/163149  doc        [patch] Red Hat Linux/i386 9 HTML format sudo man page
o docs/163119  doc        mktemp(3) is referring to (now) non-existent gcc optio
o docs/163043  doc        [patch] gsched.8: remove reference to gsched_as
o docs/162775  doc        zpool(1): Document some undocumented zpool import opti
o docs/162765  doc        [patch] lseek(2) may return successful although no see
o docs/162699  doc        Handbook/Upgrading instructions: should mention delete
o docs/162433  doc        [handbook] QEMU instructions for FreeBSD guests
o docs/162419  doc        [request] please document (new) zfs and zpool cmdline 
o docs/162404  doc        [handbook] IPv6 link-local address compared with IPv4 
o docs/162380  doc        Documentation lacking for getfacl/setfacl
p docs/162265  doc        [Patch] ipfw.8: Documentation clarity
o docs/162172  doc        rctl manpage erroneously lists nproc
a docs/161808  doc        Missing documentation critical to correct usage of uui
o docs/161804  doc        New documentation: French translation for building-pro
o docs/161754  doc        p4tcc(4), est(4) and qpi(4) are not documented
o docs/161496  doc        zfs(1): Please document that sysctl vfs.usermount must
o docs/161057  doc        [handbook] Error in section 18.17.4 of the handbook
o docs/160491  doc        [patch] reaper of the dead: remove ancient FAQ entries
o docs/160460  doc        [handbook] Network setup guide suggestion
o docs/160447  doc        [handbook] Developer's Handbook contains some outdated
o docs/160446  doc        [handbook] Handbook sound setup seems outdated
o docs/160445  doc        [handbook] Handbook does not mention ACL
o docs/160399  doc        Man page for re(4) missing jumbo frames info
o docs/159898  doc        [patch] libusb.3 whitespace, markup, grammar fixes
o docs/159854  doc        [patch] grammar updates for carp.4
o docs/159551  doc        [patch] ports(7) makes no mention of LOCALBASE
o docs/159307  doc        [patch] lpd smm chapter unconditionally installed
o docs/159298  doc        [handbook] document Konqueror with Webkit support to i
o docs/158813  doc        [patch] grammar updates for jme(4)
o docs/158388  doc        Incorrect documentation of LOCAL_SCRIPT in release(7) 
o docs/158387  doc        The tree(3) man should mention the RB_FOREACH_SAFE() A
o docs/158378  doc        cpio/bsdcpio(1) man page does not document -0 and --nu
o docs/157908  doc        [handbook] Description of post-install should include 
o docs/157698  doc        [patch] gpart(8) man page contains old/incorrect size 
o docs/157453  doc        [patch] document 16-fib cap in setfib.2
o docs/157452  doc        [patch] grammar and style nits in ipfw.8
o docs/157337  doc        [handbook] [patch] Indentation changes to network serv
o docs/157316  doc        [patch] update devstat(9) man page
o docs/157234  doc        [patch] nullfs(5): //proc/curproc/file returns "unknow
o docs/157049  doc        FreeBSD Handbook: Chapter 14 (Security) Inaccuracy
o docs/156955  doc        bug in share/man/man2/setsockopt.2
a docs/156920  doc        isspecial(3) is not helpful
o docs/156815  doc        chmod(1): manpage should describe that chmod kicks +t 
o docs/156689  doc        stf(4) output-only documentation gives bad configurati
f docs/156187  doc        [handbook] [patch] Add bsnmpd to handbook
o docs/156081  doc        troff falls with troff.core with UTF-8 man with incorr
o docs/155982  doc        [handbook] reaper of the dead: remove reference to flo
o docs/155773  doc        dialog(1): dialog manpages not updated
o docs/155149  doc        [patch] don't encourage using xorg.conf outside of PRE
o docs/154838  doc        update cvs-tags information on releng_* to reflect sup
o docs/153958  doc        ksu man-page documented, but not installed
o docs/153738  doc        [patch] Docuement requirement to alter some sysctls wh
a docs/153012  doc        [patch] iostat(8) requires an argument to -c option
o docs/151752  doc        pw.conf(5) doesn't define format for file clearly
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/150255  doc        dtrace description should mention makeoptions DEBUG=-g
o docs/150219  doc        zfs(8) manual page misses jail/unjail
o docs/149574  doc        [patch] update mi_switch(9) man page
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/148984  doc        [handbook] Mistake in section 16.15.4 of the handbook
o docs/148680  doc        [sysctl][patch] Document some sys/kern sysctls
o docs/148071  doc        Failover mode between wired and wireless interfaces
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/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/145066  doc        Update for new uart dev names for serial port.
s docs/144818  doc        all mailinglist archives dated 19970101 contain traili
o docs/144630  doc        [patch] domainname(1) manpage contains old information
o docs/144515  doc        [handbook] Expand handbook Table of contents
o docs/144488  doc        share/examples/etc/make.conf: contains dangerous examp
o docs/143850  doc        procfs(5) manpage for status > controlling terminal is
o docs/143416  doc        [handbook] IPFW handbook page issues
o docs/143408  doc        man filedesc(9) is missing
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
p docs/140457  doc        [patch] Grammar fix for isspace(3)
o docs/140444  doc        [patch] New Traditional Chinese translation of custom-
o docs/140375  doc        [UPDATE] Updated zh_TW.Big5/articles/nanobsd
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/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
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
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/134123  doc        The RUNQUEUE(9) man page is out of date
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/131918  doc        [patch] Fixes for the BPF(4) man page
o docs/131626  doc        [patch] dump(8) "recommended" cache option confusing
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/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
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
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/118214  doc        close(2) error returns incomplete
o docs/118020  doc        ipfilter(4): man pages query for man 4 ipfilter return
o docs/116116  doc        mktemp (3) re/move note
o docs/116080  doc        PREFIX is documented, but not the more important LOCAL
p 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
p 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/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/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/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
o docs/57298   doc        [patch] add using compact flash cards info to handbook
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/48101   doc        [patch] Add documentation on the fixit disk
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 (<olink>)
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 <emphasis> tags in the sourc

212 problems total.


From owner-freebsd-doc@FreeBSD.ORG  Mon Jan  9 17:29:32 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 1E33C1065672
	for <doc@freebsd.org>; Mon,  9 Jan 2012 17:29:32 +0000 (UTC)
	(envelope-from wblock@wonkity.com)
Received: from wonkity.com (wonkity.com [67.158.26.137])
	by mx1.freebsd.org (Postfix) with ESMTP id B9A528FC16
	for <doc@freebsd.org>; Mon,  9 Jan 2012 17:29:31 +0000 (UTC)
Received: from wonkity.com (localhost [127.0.0.1])
	by wonkity.com (8.14.5/8.14.5) with ESMTP id q09HTU8X079834
	for <doc@freebsd.org>; Mon, 9 Jan 2012 10:29:30 -0700 (MST)
	(envelope-from wblock@wonkity.com)
Received: from localhost (wblock@localhost)
	by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q09HTUYk079831
	for <doc@freebsd.org>; Mon, 9 Jan 2012 10:29:30 -0700 (MST)
	(envelope-from wblock@wonkity.com)
Date: Mon, 9 Jan 2012 10:29:30 -0700 (MST)
From: Warren Block <wblock@wonkity.com>
To: doc@freebsd.org
In-Reply-To: <alpine.BSF.2.00.1201011952230.61190@wonkity.com>
Message-ID: <alpine.BSF.2.00.1201091027390.79767@wonkity.com>
References: <alpine.BSF.2.00.1201011952230.61190@wonkity.com>
User-Agent: Alpine 2.00 (BSF 1167 2008-08-23)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7
	(wonkity.com [127.0.0.1]); Mon, 09 Jan 2012 10:29:30 -0700 (MST)
Cc: 
Subject: Re: RFC: modifying the doc CSS
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jan 2012 17:29:32 -0000

On Sun, 1 Jan 2012, Warren Block wrote:

> Feedback welcome on some proposed modifications to the default DocBook CSS 
> (/usr/doc/share/misc/docbook.css).

Committed on January 6.  Thanks to everyone who responded!

From owner-freebsd-doc@FreeBSD.ORG  Tue Jan 10 11:12:53 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 B286B106564A
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 11:12:53 +0000 (UTC)
	(envelope-from dan@bntu.by)
Received: from ns.bntu.by (ns.bntu.by [93.125.120.2])
	by mx1.freebsd.org (Postfix) with SMTP id 1C6138FC16
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 11:12:42 +0000 (UTC)
Received: from 1k-232a-1 (unknown [172.16.100.249])
	by ns.bntu.by (Postfix) with ESMTP id C61D1A101E
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 12:56:16 +0200 (EET)
Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes
To: freebsd-doc@freebsd.org
Date: Tue, 10 Jan 2012 13:56:31 +0300
MIME-Version: 1.0
From: DAN <dan@bntu.by>
Organization: BNTU
Message-ID: <op.v7u7ch1zczcb6g@1k-232a-1>
User-Agent: Opera Mail/11.52 (Win32)
Content-Transfer-Encoding: quoted-printable
Subject: Error on site
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Jan 2012 11:12:53 -0000

Hi,

I've found some dead links on your site from page =20
http://www.freebsd.org/releases/ :



http://www.freebsd.org/releases/9.0R/errata.html

http://www.freebsd.org/releases/9.0R/relnotes.html




Best regards,
DAN

From owner-freebsd-doc@FreeBSD.ORG  Tue Jan 10 12:11:54 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 DFB0B106564A
	for <freebsd-doc@FreeBSD.org>; Tue, 10 Jan 2012 12:11:54 +0000 (UTC)
	(envelope-from bcr@FreeBSD.org)
Received: from mxout1.bln1.prohost.de (mxout1.bln1.prohost.de [213.160.84.47])
	by mx1.freebsd.org (Postfix) with ESMTP id 5D18E8FC12
	for <freebsd-doc@FreeBSD.org>; Tue, 10 Jan 2012 12:11:54 +0000 (UTC)
Received: from fbipool-clients-45-197.fbi.h-da.de
	(fbipool-clients-45-197.fbi.h-da.de [141.100.45.197])
	(authenticated bits=0)
	by mx1.bln1.prohost.de (8.14.1/8.14.1) with ESMTP id q0ACBpTX002733
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 13:11:52 +0100
Message-ID: <4F0C2B07.1050500@FreeBSD.org>
Date: Tue, 10 Jan 2012 13:11:51 +0100
From: Benedict Reuschling <bcr@FreeBSD.org>
Organization: The FreeBSD Project
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7;
	rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version: 1.0
To: freebsd-doc@FreeBSD.org
References: <op.v7u7ch1zczcb6g@1k-232a-1>
In-Reply-To: <op.v7u7ch1zczcb6g@1k-232a-1>
X-Enigmail-Version: 1.3.4
OpenPGP: id=4A819348
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: 7bit
X-Null-Tag: f4ea5353603c7b867de38db8b926140b
Cc: 
Subject: Re: Error on site
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: bcr@FreeBSD.org
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Jan 2012 12:11:55 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 10.01.12 11:56, schrieb DAN:
> Hi,
> 
> I've found some dead links on your site from page
> http://www.freebsd.org/releases/ :
> 
> 
> 
> http://www.freebsd.org/releases/9.0R/errata.html
> 
> http://www.freebsd.org/releases/9.0R/relnotes.html
> 

Hello Dan,

these links will be available once FreeBSD 9.0 is officially released.

Cheers

Benedict Reuschling
FreeBSD Documentation Committer

The FreeBSD Documentation Project
FreeBSD German Documentation Project - https://doc.bsdgroup.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8MKwcACgkQTSZQLkqBk0hU3gCg13zJQ0igFkY7qcPYiJaJyTHB
EFsAoLOX/M19LKTaTgVNTeDU38qJsX34
=9q54
-----END PGP SIGNATURE-----

From owner-freebsd-doc@FreeBSD.ORG  Tue Jan 10 16:35:02 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 2DDE4106566C;
	Tue, 10 Jan 2012 16:35:02 +0000 (UTC) (envelope-from jhb@freebsd.org)
Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42])
	by mx1.freebsd.org (Postfix) with ESMTP id B4F658FC16;
	Tue, 10 Jan 2012 16:35:01 +0000 (UTC)
Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170])
	by cyrus.watson.org (Postfix) with ESMTPSA id 5866D46B2D;
	Tue, 10 Jan 2012 11:35:01 -0500 (EST)
Received: from jhbbsd.localnet (unknown [209.249.190.124])
	by bigwig.baldwin.cx (Postfix) with ESMTPSA id DB8F9B922;
	Tue, 10 Jan 2012 11:35:00 -0500 (EST)
From: John Baldwin <jhb@freebsd.org>
To: freebsd-doc@freebsd.org,
 bcr@freebsd.org
Date: Tue, 10 Jan 2012 11:34:50 -0500
User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; )
References: <op.v7u7ch1zczcb6g@1k-232a-1> <4F0C2B07.1050500@FreeBSD.org>
In-Reply-To: <4F0C2B07.1050500@FreeBSD.org>
MIME-Version: 1.0
Content-Type: Text/Plain;
  charset="koi8-r"
Content-Transfer-Encoding: 7bit
Message-Id: <201201101134.50703.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7
	(bigwig.baldwin.cx); Tue, 10 Jan 2012 11:35:00 -0500 (EST)
Cc: 
Subject: Re: Error on site
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Jan 2012 16:35:02 -0000

On Tuesday, January 10, 2012 7:11:51 am Benedict Reuschling wrote:
> Am 10.01.12 11:56, schrieb DAN:
> > Hi,
> >
> > I've found some dead links on your site from page
> > http://www.freebsd.org/releases/ :
> >
> >
> >
> > http://www.freebsd.org/releases/9.0R/errata.html
> >
> > http://www.freebsd.org/releases/9.0R/relnotes.html
> >
> 
> Hello Dan,
> 
> these links will be available once FreeBSD 9.0 is officially released.

Can we take them down until the release is ready?  This is confusing lots of
people on IRC, etc.  I don't recall us putting up broken links and leaving
them there prior to the release in the past?

-- 
John Baldwin

From owner-freebsd-doc@FreeBSD.ORG  Tue Jan 10 16:37:58 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 C9D6E1065677
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 16:37:58 +0000 (UTC)
	(envelope-from gjb@FreeBSD.org)
Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227])
	by mx1.freebsd.org (Postfix) with SMTP id 76E9E8FC1A
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 16:37:54 +0000 (UTC)
Received: (qmail 91508 invoked by uid 0); 10 Jan 2012 11:37:53 -0500
Received: from unknown (HELO glenbarber.us) (75.146.225.65)
	by 0 with SMTP; 10 Jan 2012 11:37:53 -0500
Date: Tue, 10 Jan 2012 11:37:51 -0500
From: Glen Barber <gjb@FreeBSD.org>
To: John Baldwin <jhb@freebsd.org>
Message-ID: <20120110163751.GH1806@glenbarber.us>
References: <op.v7u7ch1zczcb6g@1k-232a-1> <4F0C2B07.1050500@FreeBSD.org>
	<201201101134.50703.jhb@freebsd.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature"; boundary="iAL9S67WQOXgEPD9"
Content-Disposition: inline
In-Reply-To: <201201101134.50703.jhb@freebsd.org>
X-Operating-System: FreeBSD 10.0-CURRENT amd64
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: freebsd-doc@freebsd.org
Subject: Re: Error on site
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Jan 2012 16:37:58 -0000


--iAL9S67WQOXgEPD9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jan 10, 2012 at 11:34:50AM -0500, John Baldwin wrote:
> On Tuesday, January 10, 2012 7:11:51 am Benedict Reuschling wrote:
> > Am 10.01.12 11:56, schrieb DAN:
> > > Hi,
> > >
> > > I've found some dead links on your site from page
> > > http://www.freebsd.org/releases/ :
> > >
> > >
> > >
> > > http://www.freebsd.org/releases/9.0R/errata.html
> > >
> > > http://www.freebsd.org/releases/9.0R/relnotes.html
> > >
> >=20
> > Hello Dan,
> >=20
> > these links will be available once FreeBSD 9.0 is officially released.
>=20
> Can we take them down until the release is ready?  This is confusing lots=
 of
> people on IRC, etc.  I don't recall us putting up broken links and leaving
> them there prior to the release in the past?
>=20

These links were an oversight on my part.  I'll fix it.

Glen


--iAL9S67WQOXgEPD9
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iQEcBAEBCAAGBQJPDGlfAAoJEFJPDDeguUajV+cH/20CYg3sw+e6mBsCp8NHq63r
oAR9AUw/8WI+AhWYxQeXigdGK1IPKGbbRDo8UEPvq6ThVxY4A3nCba7NL8N+gH+A
TmcdLWsdSnDgOKaA7fArwhkGiEt3sne1S9VzyW9hIoQL/V2ko2uw+ICcJKd3pnef
RLau9ywsqA0u9vrsanxRYDcc9fhsCPULe/vPN9kZaSOOrNDXfDWGKbG/LMBfH6/l
UflE2Rot3CspnOlSKEeIjMABJRZ0s6Fn0oKG7UcWfPSP21NpzwQGu4XR1tTy1/gD
WPpYM18V1zFoKQ8Y8h4o8vhiZ9U47Wq9tBx6AyHBiOt4/df8sSlU3VY9tF2q4iA=
=TAWZ
-----END PGP SIGNATURE-----

--iAL9S67WQOXgEPD9--

From owner-freebsd-doc@FreeBSD.ORG  Tue Jan 10 17:17:50 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 78DED1065675
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 17:17:50 +0000 (UTC)
	(envelope-from gjb@FreeBSD.org)
Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227])
	by mx1.freebsd.org (Postfix) with SMTP id DF43B8FC16
	for <freebsd-doc@freebsd.org>; Tue, 10 Jan 2012 17:17:49 +0000 (UTC)
Received: (qmail 92139 invoked by uid 0); 10 Jan 2012 12:17:48 -0500
Received: from unknown (HELO glenbarber.us) (75.146.225.65)
	by 0 with SMTP; 10 Jan 2012 12:17:48 -0500
Date: Tue, 10 Jan 2012 12:17:47 -0500
From: Glen Barber <gjb@FreeBSD.org>
To: John Baldwin <jhb@freebsd.org>
Message-ID: <20120110171747.GI1806@glenbarber.us>
References: <op.v7u7ch1zczcb6g@1k-232a-1> <4F0C2B07.1050500@FreeBSD.org>
	<201201101134.50703.jhb@freebsd.org>
	<20120110163751.GH1806@glenbarber.us>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature"; boundary="k+G3HLlWI7eRTl+h"
Content-Disposition: inline
In-Reply-To: <20120110163751.GH1806@glenbarber.us>
X-Operating-System: FreeBSD 10.0-CURRENT amd64
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: freebsd-doc@freebsd.org
Subject: Re: Error on site
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Jan 2012 17:17:50 -0000


--k+G3HLlWI7eRTl+h
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jan 10, 2012 at 11:37:51AM -0500, Glen Barber wrote:
> > Can we take them down until the release is ready?  This is confusing lo=
ts of
> > people on IRC, etc.  I don't recall us putting up broken links and leav=
ing
> > them there prior to the release in the past?
> >=20
>=20
> These links were an oversight on my part.  I'll fix it.
>=20

I've just committed a change to where.sgml replacing the "[View]" links
with "[N/A]" until these pages are available.

Sorry about all of the confusion.

Glen


--k+G3HLlWI7eRTl+h
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iQEcBAEBCAAGBQJPDHK7AAoJEFJPDDeguUajpnoH/iuiqdciffpfU3mErmTfV+Bv
1yD6GFjAyrAE+MZRfIkAe2IuAtSHY10hwEXE46KleQPjxqD9wI9qRVyXgVprrNRX
lPxL8aFzLUteXiuVpC5WBsa1TrvZz0p/n9kyXuZRPvQZne2UOlW0lHQeq3B95SsG
F5jfbjjkaRm/6wjPmObElykFN6vB0RhX03FoxpEF5JDxD5r4lj0lonsxZJSovOpQ
TNIpVdhWKHReVEmhdX57Lyrga1tsLgOgXETkl0NvyLN34qJL2m1xONU0WBXlHjgh
FdLGrHMaqwNcrdfNir1hjKsgBBuwZu5FYjW0tsKpMD3KD09dNkiOmsv73ggWh1Q=
=oUE9
-----END PGP SIGNATURE-----

--k+G3HLlWI7eRTl+h--

From owner-freebsd-doc@FreeBSD.ORG  Wed Jan 11 17:40:12 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 ABE011065672
	for <freebsd-doc@hub.freebsd.org>; Wed, 11 Jan 2012 17:40:12 +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 88D198FC13
	for <freebsd-doc@hub.freebsd.org>; Wed, 11 Jan 2012 17:40:12 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0BHeCZE037652
	for <freebsd-doc@freefall.freebsd.org>; Wed, 11 Jan 2012 17:40:12 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0BHeCjC037651;
	Wed, 11 Jan 2012 17:40:12 GMT (envelope-from gnats)
Resent-Date: Wed, 11 Jan 2012 17:40:12 GMT
Resent-Message-Id: <201201111740.q0BHeCjC037651@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,
        Stefan Krüger <stadtkind2@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D78AC106566B
	for <freebsd-gnats-submit@FreeBSD.org>;
	Wed, 11 Jan 2012 17:30:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id ACA028FC13
	for <freebsd-gnats-submit@FreeBSD.org>;
	Wed, 11 Jan 2012 17:30:48 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0BHUmYQ040794
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Jan 2012 17:30:48 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0BHUmY4040793;
	Wed, 11 Jan 2012 17:30:48 GMT (envelope-from nobody)
Message-Id: <201201111730.q0BHUmY4040793@red.freebsd.org>
Date: Wed, 11 Jan 2012 17:30:48 GMT
From: Stefan Krüger <stadtkind2@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-3.1
Cc: 
Subject: docs/164023: Typo in handbook/network-pxe-nfs.html
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 11 Jan 2012 17:40:12 -0000


>Number:         164023
>Category:       docs
>Synopsis:       Typo in handbook/network-pxe-nfs.html
>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:   Wed Jan 11 17:40:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Krüger
>Release:        FreeBSD 9.0-REL
>Organization:
None
>Environment:
...
>Description:
doc/en_US.ISO8859-1/books/handbook/network-pxe-nfs.html:

"
# export NFSROOTDIR=/b/tftpboot/FreeBSD/install
# mkdir -p ${NFSROOTDIR}
"

and then later

"option root-path "192.168.0.1:/b/tftpboot/FreeBSD/intall/" ;"

I'm pretty sure it's supposed to read in*s*tall 


>How-To-Repeat:
Read the PXE section of the handbook
>Fix:
Change "intall" to "install"

>Release-Note:
>Audit-Trail:
>Unformatted:

From owner-freebsd-doc@FreeBSD.ORG  Wed Jan 11 20:02:43 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 D0D891065670;
	Wed, 11 Jan 2012 20:02:43 +0000 (UTC) (envelope-from bcr@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
	[IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 6DA218FC16;
	Wed, 11 Jan 2012 20:02:43 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0BK2htJ082208;
	Wed, 11 Jan 2012 20:02:43 GMT
	(envelope-from bcr@freefall.freebsd.org)
Received: (from bcr@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0BK2hvv082204;
	Wed, 11 Jan 2012 20:02:43 GMT (envelope-from bcr)
Date: Wed, 11 Jan 2012 20:02:43 GMT
Message-Id: <201201112002.q0BK2hvv082204@freefall.freebsd.org>
To: bcr@FreeBSD.org, freebsd-doc@FreeBSD.org, bcr@FreeBSD.org
From: bcr@FreeBSD.org
Cc: 
Subject: Re: docs/164023: Typo in handbook/network-pxe-nfs.html
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 11 Jan 2012 20:02:43 -0000

Synopsis: Typo in handbook/network-pxe-nfs.html

Responsible-Changed-From-To: freebsd-doc->bcr
Responsible-Changed-By: bcr
Responsible-Changed-When: Wed Jan 11 20:02:15 UTC 2012
Responsible-Changed-Why: 
I will work on this.

http://www.freebsd.org/cgi/query-pr.cgi?pr=164023

From owner-freebsd-doc@FreeBSD.ORG  Thu Jan 12 00:50:12 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 79954106566B
	for <freebsd-doc@hub.freebsd.org>; Thu, 12 Jan 2012 00:50:12 +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 688A68FC0A
	for <freebsd-doc@hub.freebsd.org>; Thu, 12 Jan 2012 00:50:12 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0C0oCeu046009
	for <freebsd-doc@freefall.freebsd.org>; Thu, 12 Jan 2012 00:50:12 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0C0oClM046008;
	Thu, 12 Jan 2012 00:50:12 GMT (envelope-from gnats)
Date: Thu, 12 Jan 2012 00:50:12 GMT
Message-Id: <201201120050.q0C0oClM046008@freefall.freebsd.org>
To: freebsd-doc@FreeBSD.org
From: Garrett Cooper <yanegomi@gmail.com>
Cc: 
Subject: Re: docs/162380: Documentation lacking for getfacl/setfacl
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Garrett Cooper <yanegomi@gmail.com>
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Jan 2012 00:50:12 -0000

The following reply was made to PR docs/162380; it has been noted by GNATS.

From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org, yanegomi@gmail.com
Cc:  
Subject: Re: docs/162380: Documentation lacking for getfacl/setfacl
Date: Wed, 11 Jan 2012 16:45:14 -0800

 Here's the code that 'documents' the flags output via getfacl, can be
 set via setfacl, etc:
 
 struct flagnames_struct a_access_masks[] =
     {{ ACL_READ_DATA, "read_data", 'r'},
      { ACL_WRITE_DATA, "write_data", 'w'},
      { ACL_EXECUTE, "execute", 'x'},
      { ACL_APPEND_DATA, "append_data", 'p'},
      { ACL_DELETE_CHILD, "delete_child", 'D'},
      { ACL_DELETE, "delete", 'd'},
      { ACL_READ_ATTRIBUTES, "read_attributes", 'a'},
      { ACL_WRITE_ATTRIBUTES, "write_attributes", 'A'},
      { ACL_READ_NAMED_ATTRS, "read_xattr", 'R'},
      { ACL_WRITE_NAMED_ATTRS, "write_xattr", 'W'},
      { ACL_READ_ACL, "read_acl", 'c'},
      { ACL_WRITE_ACL, "write_acl", 'C'},
      { ACL_WRITE_OWNER, "write_owner", 'o'},
      { ACL_SYNCHRONIZE, "synchronize", 's'},
      { ACL_FULL_SET, "full_set", '\0'},
      { ACL_MODIFY_SET, "modify_set", '\0'},
      { ACL_READ_SET, "read_set", '\0'},
      { ACL_WRITE_SET, "write_set", '\0'},
      { 0, 0, 0}};
 
 The code lives in lib/libc/posix1e/acl_support_nfs4.c
 
 Thanks!
 -Garrett

From owner-freebsd-doc@FreeBSD.ORG  Thu Jan 12 01:00:33 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 381621065694
	for <freebsd-doc@hub.freebsd.org>; Thu, 12 Jan 2012 01:00:33 +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 123488FC33
	for <freebsd-doc@hub.freebsd.org>; Thu, 12 Jan 2012 01:00:28 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0C10REH054269
	for <freebsd-doc@freefall.freebsd.org>; Thu, 12 Jan 2012 01:00:27 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0C10RXt054268;
	Thu, 12 Jan 2012 01:00:27 GMT (envelope-from gnats)
Resent-Date: Thu, 12 Jan 2012 01:00:27 GMT
Resent-Message-Id: <201201120100.q0C10RXt054268@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,
	Garrett Cooper <yanegomi@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25949106566C
	for <freebsd-gnats-submit@FreeBSD.org>;
	Thu, 12 Jan 2012 00:51:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 14F0D8FC13
	for <freebsd-gnats-submit@FreeBSD.org>;
	Thu, 12 Jan 2012 00:51:23 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0C0pM8L032081
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Jan 2012 00:51:22 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0C0pM6i032080;
	Thu, 12 Jan 2012 00:51:22 GMT (envelope-from nobody)
Message-Id: <201201120051.q0C0pM6i032080@red.freebsd.org>
Date: Thu, 12 Jan 2012 00:51:22 GMT
From: Garrett Cooper <yanegomi@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-3.1
Cc: 
Subject: docs/164034: acl(9) documentation lacking
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Jan 2012 01:00:33 -0000


>Number:         164034
>Category:       docs
>Synopsis:       acl(9) documentation lacking
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 01:00:27 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Cooper
>Release:        10-CURRENT
>Organization:
iXsystems, Inc.
>Environment:
FreeBSD streetfighter.ixsystems.com 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r229730M: Fri Jan  6 14:03:26 PST 2012     gcooper@streetfighter.ixsystems.com:/usr/obj/usr/src/sys/STREETFIGHTER  amd64
>Description:
A number of the flags in acl(9) aren't documented thoroughly in the acl(9) manpage, so it's hard to interpret some of the other bits needed for getfacl, setfacl, etc. Some examples are: ACL_APPEND_DATA, ACL_DELETE_CHILD, ACL_READ_ATTRIBUTES, etc.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:

From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 01:36:26 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 98568106566C
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 01:36:26 +0000 (UTC)
	(envelope-from mark@legios.org)
Received: from mail.legios.org (ppp59-167-179-75.static.internode.on.net
	[59.167.179.75])
	by mx1.freebsd.org (Postfix) with ESMTP id D55408FC12
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 01:36:25 +0000 (UTC)
Received: from mail.legios.org (mail.legios.org [192.168.0.40])
	by mail.legios.org (Postfix) with ESMTP id 7A43C18E050
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 12:19:00 +1100 (EST)
Received: from mail.legios.org ([192.168.0.40])
	by mail.legios.org (mail.legios.org [192.168.0.40]) (amavisd-new,
	port 10024) with ESMTP id tkcMZkuKzRyW for <freebsd-doc@freebsd.org>;
	Fri, 13 Jan 2012 12:18:59 +1100 (EST)
Received: from webmail.legios.org (webmail.legios.org [192.168.0.32])
	by mail.legios.org (Postfix) with ESMTP id 6859418E048
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 12:18:59 +1100 (EST)
MIME-Version: 1.0
Content-Type: multipart/mixed;
 boundary="=_8dfcc4f30d49a5b722f2fc9c432f93f6"
Date: Fri, 13 Jan 2012 12:18:58 +1100
From: Mark Gladman <mark@legios.org>
To: <freebsd-doc@freebsd.org>
Message-ID: <4b483061e36652917b178aa44447026f@legios.org>
X-Sender: mark@legios.org
User-Agent: Roundcube Webmail/0.5.3
Subject: FreeBSD documentation help - new graid3 page.
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 01:36:26 -0000

--=_8dfcc4f30d49a5b722f2fc9c432f93f6
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=UTF-8;
 format=flowed

Hey all,

I've written up a (very) rough draft (attached) of a graid3 page for 
the FreeBSD manual and would love some input.

I'm not going to pretend to know how to write in DocBook, so I 
apologise for the low-tech plain text nature of it, but as mentioned at 
this point it's still very much a draft and I'm looking for some 
feedback.

The main issue I'm having is explaining how RAID3 actually works. While 
I get it in principle, I'm not sure how the sector size vs. byte-level 
striping stuff works, nor do I know the algorithm used for calculating 
the default sector size when creating a new array.

Sadly I don't have access to FreeBSD box at the moment so I can't look 
through the source code and see this information.

Any feedback would be greatly appreciated. I've also credited Tom 
Rhodes and Murray Stokely since my documentation is based on their RAID0 
handbook page.

Also, it's possible that people will see this page as unneccesary but I 
thought it might be nice to have it.

Thanks!
Mark

PS. Also note there's some asterisks in the page, this is for footnotes 
on the number of bytes by default and about switches which change this 
functionality respectively. I've also asked pjd@ for some implementation 
information too, but knowing he's insanely busy I'd prefer to not hassle 
him if possible.
--=_8dfcc4f30d49a5b722f2fc9c432f93f6
Content-Transfer-Encoding: base64
Content-Type: text/plain;
 name=graid3.txt
Content-Disposition: attachment;
 filename=graid3.txt

V3JpdHRlbiBieSBNYXJrIEdsYWRtYW4gYmFzZWQgb24gZG9jdW1lbnRhdGlvbiBmcm9tIFRvbSBS
aG9kZXMgYW5kIE11cnJheSBTdG9rZWx5LgoKUkFJRDMgaXMgYSBtZXRob2QgdXNlZCB0byBjb21i
aW5lIHNldmVyYWwgZGlzayBkcml2ZXMgaW50byBhIHNpbmdsZSB2b2x1bWUgd2l0aCBhIGRlZGlj
YXRlZCBwYXJpdHkgZGlzayAuIFRoZSBHRU9NIGRpc2sgc3Vic3lzdGVtIHByb3ZpZGVzIHNvZnR3
YXJlIHN1cHBvcnQgZm9yIFJBSUQzLgoKSW4gYSBSQUlEMyBzeXN0ZW0sIGRhdGEgaXMgc3BsaXQg
dXAgaW4gdG8gYSBudW1iZXIgb2YgYnl0ZXMqIHRoYXQgZ2V0IHdyaXR0ZW4gYWNyb3NzIGFsbCB0
aGUgZHJpdmVzIGluIHRoZSBhcnJheSBleGNlcHQgZm9yIG9uZSBkaXNrLCB0aGF0IGFjdHMgYXMg
YSBkZWRpY2F0ZWQgcGFyaXR5IGRpc2suIFRoaXMgbWVhbnMgdGhhdCByZWFkaW5nIDEwMjRrYiBm
cm9tIGEgUkFJRDMgaW1wbGVtZW50YXRpb24gd2lsbCBhY2Nlc3MgYWxsIGRpc2tzIGluIHRoZSBh
cnJheSBiYXIgb25lICh0aGUgZGVkaWNhdGVkIHBhcml0eSBkaXNrKikgdG8gcmVhZCB0aGUgMTAy
NGtiLiBUaGlzIHBlcmZvcm1hbmNlIGNhbiBiZSBlbmhhbmNlZCBieSB1c2luZyBtdWx0aXBsZSBk
aXNrIGNvbnRyb2xsZXJzLgoKRWFjaCBkaXNrIGluIGEgUkFJRDMgYXJyYXkgbXVzdCBiZSBvZiB0
aGUgc2FtZSBzaXplLCBzaW5jZSBJL08gcmVxdWVzdHMgYXJlIGludGVybGVhdmVkIHRvIHJlYWQg
b3Igd3JpdGUgdG8gbXVsdGlwbGUgZGlza3MgaW4gcGFyYWxsZWwuIEFsc28gZHVlIHRvIHRoZSBu
YXR1cmUgb2YgUkFJRDMsIHRoZSBudW1iZXIgb2YgY29tcG9uZW50cyBtdXN0IGJlIGVxdWFsIHRv
IDMsIDUsIDksIDE3LCBldGMuICgyXm4gKyAxKS4KCgpDcmVhdGluZyBhYXJyYXkgb2YgdW5mb3Jt
YXR0ZWQgQVRBIGRpc2tzCgogICAxLgoKICAgICAgTG9hZCB0aGUgZ2VvbV9yYWlkMy5rbyBtb2R1
bGU6CgogICAgICAjIGtsZGxvYWQgZ2VvbV9yYWlkMwoKICAgMi4KCiAgICAgIEVuc3VyZSB0aGF0
IGEgc3VpdGFibGUgbW91bnQgcG9pbnQgZXhpc3RzLiBJZiB0aGlzIHZvbHVtZSB3aWxsIGJlY29t
ZSBhIHJvb3QgcGFydGl0aW9uLCB0aGVuIHRlbXBvcmFyaWx5IHVzZSBhbm90aGVyIG1vdW50IHBv
aW50IHN1Y2ggYXMgL21udDoKCiAgICAgICMgbWtkaXIgL21udAoKICAgMy4KCiAgICAgIERldGVy
bWluZSB0aGUgZGV2aWNlIG5hbWVzIGZvciB0aGUgZGlza3Mgd2hpY2ggd2lsbCBiZSBhZGRlZCB0
byB0aGUgYXJyYXksIGFuZCBjcmVhdGUgdGhlIG5ldyBSQUlEMyBkZXZpY2UuIFRoZSBmaW5hbCBk
ZXZpY2UgbGlzdGVkIHdpbGwgYmUgdGhlIGRlZGljYXRlZCBwYXJpdHkgZGlzay4gRm9yIGV4YW1w
bGUsIHRvIGFkZCB0aHJlZSBkaXNrcyB1bnVzZWQgYW5kIHVucGFydGl0aW9uZWQgQVRBIGRpc2tz
LCBmb3IgZXhhbXBsZSAvZGV2L2FkMSwgL2Rldi9hZDIgYW5kIC9kZXYvYWQzOgoKICAgICAgIyBn
cmFpZDMgbGFiZWwgLXYgZ3IwIC9kZXYvYWQxIC9kZXYvYWQyIC9kZXYvYWQzCiAgICAgIE1ldGFk
YXRhIHZhbHVlIHN0b3JlZCBvbiAvZGV2L2FkMS4KICAgICAgTWV0YWRhdGEgdmFsdWUgc3RvcmVk
IG9uIC9kZXYvYWQyLgogICAgICBNZXRhZGF0YSB2YWx1ZSBzdG9yZWQgb24gL2Rldi9hZDMuCiAg
ICAgIERvbmUuCgogICA0LgoKICAgICAgV3JpdGUgYSBzdGFuZGFyZCBsYWJlbCwgYWxzbyBrbm93
biBhcyBhIHBhcnRpdGlvbiB0YWJsZSwgb24gdGhlIG5ldyB2b2x1bWUgYW5kIGluc3RhbGwgdGhl
IGRlZmF1bHQgYm9vdHN0cmFwIGNvZGU6CgogICAgICAjIGJzZGxhYmVsIC13QiAvZGV2L3JhaWQz
L2dyMAoKICAgNS4KCiAgICAgIFRoaXMgcHJvY2VzcyBzaG91bGQgaGF2ZSBjcmVhdGVkIHR3byBv
dGhlciBkZXZpY2VzIGluIHRoZSAvZGV2L3JhaWQzIGRpcmVjdG9yeSBpbiBhZGRpdGlvbiB0byB0
aGUgZ3IwIGRldmljZS4gVGhvc2UgaW5jbHVkZSBncjBhIGFuZCBncjBjLiBBdCB0aGlzIHBvaW50
IGEgZmlsZSBzeXN0ZW0gbWF5IGJlIGNyZWF0ZWQgb24gdGhlIGdyMGEgZGV2aWNlIHdpdGggdGhl
IG5ld2ZzIHV0aWxpdHk6CgogICAgICAjIG5ld2ZzIC1VIC9kZXYvcmFpZDMvZ3IwYQoKICAgICAg
TWFueSBudW1iZXJzIHdpbGwgZ2xpZGUgYWNyb3NzIHRoZSBzY3JlZW4sIGFuZCBhZnRlciBhIGZl
dyBzZWNvbmRzLCB0aGUgcHJvY2VzcyB3aWxsIGJlIGNvbXBsZXRlLiBUaGUgdm9sdW1lIGhhcyBi
ZWVuIGNyZWF0ZWQgYW5kIGlzIHJlYWR5IHRvIGJlIG1vdW50ZWQuCgpUbyBtYW51YWxseSBtb3Vu
dCB0aGUgY3JlYXRlZCBkaXNrIHN0cmlwZToKCiMgbW91bnQgL2Rldi9yYWlkMy9ncjBhIC9tbnQK
ClRvIG1vdW50IHRoaXMgbmV3bHkgY3JlYXRlZCBhcnJheSdzIGZpbGUgc3lzdGVtIGF1dG9tYXRp
Y2FsbHkgZHVyaW5nIHRoZSBib290IHByb2Nlc3MsIHBsYWNlIHRoZSB2b2x1bWUgaW5mb3JtYXRp
b24gaW4gL2V0Yy9mc3RhYiBmaWxlLiBGb3IgdGhpcyBwdXJwb3NlLCBhIHBlcm1hbmVudCBtb3Vu
dCBwb2ludCwgbmFtZWQgcmFpZDMsIGlzIGNyZWF0ZWQ6CgojIG1rZGlyIC9yYWlkMwojIGVjaG8g
Ii9kZXYvcmFpZDMvZ3IwYSAvcmFpZDMgdWZzIHJ3IDIgMiIgXAogICAgPj4gL2V0Yy9mc3RhYgoK
VGhlIGdlb21fcmFpZDMua28gbW9kdWxlIG11c3QgYWxzbyBiZSBhdXRvbWF0aWNhbGx5IGxvYWRl
ZCBkdXJpbmcgc3lzdGVtIGluaXRpYWxpemF0aW9uLCBieSBhZGRpbmcgYSBsaW5lIHRvIC9ib290
L2xvYWRlci5jb25mOgoKIyBlY2hvICdnZW9tX3JhaWQzX2xvYWQ9IllFUyInID4+IC9ib290L2xv
YWRlci5jb25m
--=_8dfcc4f30d49a5b722f2fc9c432f93f6--


From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 07:50:08 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 3B3691065675
	for <freebsd-doc@hub.freebsd.org>; Fri, 13 Jan 2012 07: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 18F728FC18
	for <freebsd-doc@hub.freebsd.org>; Fri, 13 Jan 2012 07:50:08 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0D7o7g7077549
	for <freebsd-doc@freefall.freebsd.org>; Fri, 13 Jan 2012 07:50:07 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0D7o7Q1077542;
	Fri, 13 Jan 2012 07:50:07 GMT (envelope-from gnats)
Resent-Date: Fri, 13 Jan 2012 07:50:07 GMT
Resent-Message-Id: <201201130750.q0D7o7Q1077542@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, Taras <ds@ukrhub.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4A7D61065676
	for <freebsd-gnats-submit@FreeBSD.org>;
	Fri, 13 Jan 2012 07:44:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 2113F8FC14
	for <freebsd-gnats-submit@FreeBSD.org>;
	Fri, 13 Jan 2012 07:44:20 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0D7iJQB062418
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jan 2012 07:44:19 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0D7iJsS062385;
	Fri, 13 Jan 2012 07:44:19 GMT (envelope-from nobody)
Message-Id: <201201130744.q0D7iJsS062385@red.freebsd.org>
Date: Fri, 13 Jan 2012 07:44:19 GMT
From: Taras <ds@ukrhub.net>
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-3.1
Cc: 
Subject: docs/164078: man setuid(2): a messy sentence
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 07:50:08 -0000


>Number:         164078
>Category:       docs
>Synopsis:       man setuid(2): a messy sentence
>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 Jan 13 07:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Taras
>Release:        
>Organization:
>Environment:
>Description:
The second paragraph under 'SECURITY CONSIDERATIONS' of man setuid(2) states: "To prevent these files from remaining open after an exec(3) call, be sure to set the close-on-exec flag is set:"
>How-To-Repeat:
setuid(2) man page for any OS >= 5.0
http://www.freebsd.org/cgi/man.cgi?query=setuid
>Fix:
Rewrite to:
"..., ensure the close-on-exec flag is set:"
-- or --
"..., be sure to set the close-on-exec flag:"
-- or --
of course, your choise.

>Release-Note:
>Audit-Trail:
>Unformatted:

From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 10:35:01 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 95A42106564A;
	Fri, 13 Jan 2012 10:35:01 +0000 (UTC)
	(envelope-from eadler@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
	[IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 679228FC13;
	Fri, 13 Jan 2012 10:35:01 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0DAZ1ZS042782;
	Fri, 13 Jan 2012 10:35:01 GMT
	(envelope-from eadler@freefall.freebsd.org)
Received: (from eadler@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0DAZ1Hp042778;
	Fri, 13 Jan 2012 10:35:01 GMT (envelope-from eadler)
Date: Fri, 13 Jan 2012 10:35:01 GMT
Message-Id: <201201131035.q0DAZ1Hp042778@freefall.freebsd.org>
To: eadler@FreeBSD.org, freebsd-doc@FreeBSD.org, eadler@FreeBSD.org
From: eadler@FreeBSD.org
Cc: 
Subject: Re: docs/164078: man setuid(2): a messy sentence
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 10:35:01 -0000

Synopsis: man setuid(2): a messy sentence

Responsible-Changed-From-To: freebsd-doc->eadler
Responsible-Changed-By: eadler
Responsible-Changed-When: Fri Jan 13 10:35:00 UTC 2012
Responsible-Changed-Why: 
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=164078

From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 10:55:13 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
Delivered-To: docs@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 767741065688
	for <docs@freebsd.org>; Fri, 13 Jan 2012 10:55:13 +0000 (UTC)
	(envelope-from mohanbharath@gmail.com)
Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com
	[209.85.214.54])
	by mx1.freebsd.org (Postfix) with ESMTP id E7B4A8FC1A
	for <docs@freebsd.org>; Fri, 13 Jan 2012 10:55:12 +0000 (UTC)
Received: by bkbzs2 with SMTP id zs2so3165532bkb.13
	for <docs@freebsd.org>; Fri, 13 Jan 2012 02:55:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:content-type; bh=RhKQHnsYZs0SvvDSHXoSb2zQSmFtjSdnwVQit7yy5K4=;
	b=pL7dkIlTX+1jju2x6V2cTvSUzCDxFLejpnqSHpDFw0CVRKhcXSsJnY18KBKa8CLod2
	IyxnOeyG5okd/f6pWkk7q48lmFRRlD8VVpmDVsWJB8MTYAM/YcOBivdno65t1ljQBYvH
	lKUZcfYwqd2ejG7cD6tJDOqJVIaR4FoczhHyw=
Received: by 10.205.125.144 with SMTP id gs16mr369651bkc.137.1326445319725;
	Fri, 13 Jan 2012 01:01:59 -0800 (PST)
MIME-Version: 1.0
Received: by 10.204.99.193 with HTTP; Fri, 13 Jan 2012 01:01:38 -0800 (PST)
In-Reply-To: <CAHUzFmn20AaFX+qNbcXg2F9oHqUU5wc_xu-ENOGC0TAsv5f6KA@mail.gmail.com>
References: <CAHUzFmn20AaFX+qNbcXg2F9oHqUU5wc_xu-ENOGC0TAsv5f6KA@mail.gmail.com>
From: Bharath Mohan <mohanbharath@gmail.com>
Date: Fri, 13 Jan 2012 01:01:38 -0800
Message-ID: <CAHUzFmn1cNvoQyRN_w9VAe_Y1EE+X=CJRy+kp94SPn+UAZx_bg@mail.gmail.com>
To: docs@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Location for WINE article?
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 10:55:13 -0000

Hello,

I am currently working in the Google Code-In. As I am working on one of the
documentation tasks, I was asked to send an e-mail. The question is, in
what section/chapter should the following article (
http://wiki.freebsd.org/Wine) be included in? The original task stated that
it should be in the Virtualization chapter, however both the mentor for the
task and I feel that that does not seem like the right place; maybe
something closer to Chapter 11 on Linux Binary Compatibility, but we were
not sure and wanted to check. Any advice?

Thanks,
Bharath Mohan

From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 11:14:57 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
Delivered-To: docs@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 760EA106564A
	for <docs@freebsd.org>; Fri, 13 Jan 2012 11:14:57 +0000 (UTC)
	(envelope-from mohanbharath@gmail.com)
Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com
	[209.85.214.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 012338FC0A
	for <docs@freebsd.org>; Fri, 13 Jan 2012 11:14:56 +0000 (UTC)
Received: by bkbzs2 with SMTP id zs2so3187455bkb.13
	for <docs@freebsd.org>; Fri, 13 Jan 2012 03:14:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:from:date:message-id:subject:to:content-type;
	bh=j7GGecIGZ34Bst45h7dEsiXgwkfyI5KE+stwhkKHC/I=;
	b=cHoA14T/J/xzNXBij2WGpLiNlLEpiQxDIEkqrp+Io9AnnpAwnX9zmcw/N1GBJVRQ5/
	yv2RSE8KDye4M/BiD71SztsgEam/BJbiJp4WxSL/1998HlfXFycvUSd3v2BdN16egPgD
	deOHiigYa6vBUdU+fEGVSmhsKfPR29TQ3q35A=
Received: by 10.204.143.131 with SMTP id v3mr702363bku.83.1326351813292; Wed,
	11 Jan 2012 23:03:33 -0800 (PST)
MIME-Version: 1.0
Received: by 10.204.99.193 with HTTP; Wed, 11 Jan 2012 23:03:12 -0800 (PST)
From: Bharath Mohan <mohanbharath@gmail.com>
Date: Wed, 11 Jan 2012 23:03:12 -0800
Message-ID: <CAHUzFmn20AaFX+qNbcXg2F9oHqUU5wc_xu-ENOGC0TAsv5f6KA@mail.gmail.com>
To: docs@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: 
Subject: Location for WINE article?
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 11:14:57 -0000

Hello,

I am currently working in the Google Code-In. As I am working on one of the
documentation tasks, I was asked to send an e-mail. The question is, in
what section/chapter should the following article (
http://wiki.freebsd.org/Wine) be included in? The original task stated that
it should be in the Virtualization chapter, however both the mentor for the
task and I feel that that does not seem like the right place; maybe
something closer to Chapter 11 on Linux Binary Compatibility, but we were
not sure and wanted to check. Any advice?

Thanks,
Bharath Mohan

From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 12:48:43 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 92CE1106566C
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 12:48:43 +0000 (UTC)
	(envelope-from hosting@syscare.sk)
Received: from services.syscare.sk (services.syscare.sk [188.40.39.36])
	by mx1.freebsd.org (Postfix) with ESMTP id 3DCB48FC19
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 12:48:42 +0000 (UTC)
Received: from services.syscare.sk (services [188.40.39.36])
	by services.syscare.sk (Postfix) with ESMTP id CCEB4A4C18
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 13:31:00 +0100 (CET)
X-Virus-Scanned: amavisd-new at rulez.sk
Received: from services.syscare.sk ([188.40.39.36])
	by services.syscare.sk (services.rulez.sk [188.40.39.36]) (amavisd-new,
	port 10024) with ESMTP id wmCkPIcs9hPZ for <freebsd-doc@freebsd.org>;
	Fri, 13 Jan 2012 13:30:58 +0100 (CET)
Received: from hosting.syscare.sk (hosting [188.40.39.37])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by services.syscare.sk (Postfix) with ESMTPS id 2C0D2A4BFE
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 13:30:58 +0100 (CET)
Received: (from www@localhost)
	by hosting.syscare.sk (8.14.4/8.14.4/Submit) id q0DCUwCT033455;
	Fri, 13 Jan 2012 13:30:58 +0100 (CET)
	(envelope-from hosting@syscare.sk)
X-Authentication-Warning: hosting.syscare.sk: www set sender to
	hosting@syscare.sk using -f
To: <freebsd-doc@freebsd.org>
X-PHP-Originating-Script: 0:func.inc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Fri, 13 Jan 2012 13:30:58 +0100
From: Daniel Gerzo <danger@rulez.sk>
In-Reply-To: <CAHUzFmn1cNvoQyRN_w9VAe_Y1EE+X=CJRy+kp94SPn+UAZx_bg@mail.gmail.com>
References: <CAHUzFmn20AaFX+qNbcXg2F9oHqUU5wc_xu-ENOGC0TAsv5f6KA@mail.gmail.com>
	<CAHUzFmn1cNvoQyRN_w9VAe_Y1EE+X=CJRy+kp94SPn+UAZx_bg@mail.gmail.com>
Message-ID: <e4723876fbbd12efcf347aa5d9b017bb@rulez.sk>
X-Sender: danger@rulez.sk
User-Agent: Roundcube Webmail/0.5.4
Subject: Re: Location for WINE article?
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 12:48:43 -0000

On Fri, 13 Jan 2012 01:01:38 -0800, Bharath Mohan wrote:
> Hello,
>
> I am currently working in the Google Code-In. As I am working on one 
> of the
> documentation tasks, I was asked to send an e-mail. The question is, 
> in
> what section/chapter should the following article (
> http://wiki.freebsd.org/Wine) be included in? The original task 
> stated that
> it should be in the Virtualization chapter, however both the mentor 
> for the
> task and I feel that that does not seem like the right place; maybe
> something closer to Chapter 11 on Linux Binary Compatibility, but we 
> were
> not sure and wanted to check. Any advice?

I am not sure whether it fits into the Handbook at all. Did you guys 
consider making it a separate article?

-- 
S pozdravom / Best regards
   Daniel

From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 13:32:00 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 CA57B106564A
	for <freebsd-doc@FreeBSD.org>; Fri, 13 Jan 2012 13:32:00 +0000 (UTC)
	(envelope-from bcr@FreeBSD.org)
Received: from mxout1.bln1.prohost.de (mxout1.bln1.prohost.de [213.160.84.47])
	by mx1.freebsd.org (Postfix) with ESMTP id 595E48FC15
	for <freebsd-doc@FreeBSD.org>; Fri, 13 Jan 2012 13:31:59 +0000 (UTC)
Received: from fbipool-clients-45-197.fbi.h-da.de
	(fbipool-clients-45-197.fbi.h-da.de [141.100.45.197])
	(authenticated bits=0)
	by mx1.bln1.prohost.de (8.14.1/8.14.1) with ESMTP id q0DDVtsd001842
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-doc@freebsd.org>; Fri, 13 Jan 2012 14:31:56 +0100
Message-ID: <4F10324D.8050909@FreeBSD.org>
Date: Fri, 13 Jan 2012 14:31:57 +0100
From: Benedict Reuschling <bcr@FreeBSD.org>
Organization: The FreeBSD Project
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7;
	rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version: 1.0
To: freebsd-doc@FreeBSD.org
References: <CAHUzFmn20AaFX+qNbcXg2F9oHqUU5wc_xu-ENOGC0TAsv5f6KA@mail.gmail.com>
	<CAHUzFmn1cNvoQyRN_w9VAe_Y1EE+X=CJRy+kp94SPn+UAZx_bg@mail.gmail.com>
In-Reply-To: <CAHUzFmn1cNvoQyRN_w9VAe_Y1EE+X=CJRy+kp94SPn+UAZx_bg@mail.gmail.com>
X-Enigmail-Version: 1.3.4
OpenPGP: id=4A819348
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Null-Tag: 371833b75accf825bc019d1d9b7d595c
Cc: 
Subject: Re: Location for WINE article?
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: bcr@FreeBSD.org
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 13:32:00 -0000

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 13.01.12 10:01, schrieb Bharath Mohan:
> Hello,
> 
> I am currently working in the Google Code-In. As I am working on one of the
> documentation tasks, I was asked to send an e-mail. The question is, in
> what section/chapter should the following article (
> http://wiki.freebsd.org/Wine) be included in? The original task stated that
> it should be in the Virtualization chapter, however both the mentor for the
> task and I feel that that does not seem like the right place; maybe
> something closer to Chapter 11 on Linux Binary Compatibility, but we were
> not sure and wanted to check. Any advice?
> 
> Thanks,
> Bharath Mohan

Hello,

first of all, thanks for working on this Google Code-In task. I
originally thought that it should be put into the Virtualization chapter
when I created the task. But putting it in the category you mentioned is
also valid. However, the chapter on Linux Binary Compatibility is about
the specific functionality of FreeBSD's Linuxulator and WINE is not
necessarily FreeBSD specific software.

How about appending the title of either the Linux Compatibility chapter
or (which is my preference) the Virtualization chapter? The resulting
chapter would then either be "Virtualization and Emulation" or "Linux
Binary Compatibility and Emulation". How about that?

Cheers

Benedict Reuschling
FreeBSD Documentation Committer

The FreeBSD Documentation Project
FreeBSD German Documentation Project - https://doc.bsdgroup.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8QMkwACgkQTSZQLkqBk0iFowCg3XEnDTRDwf3nmrnGEISUUiZZ
0HkAni3slDQIOsBjdb29KENfnCTqb/6m
=Krzo
-----END PGP SIGNATURE-----

From owner-freebsd-doc@FreeBSD.ORG  Fri Jan 13 21:00:24 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 9C8D3106566C
	for <freebsd-doc@hub.freebsd.org>; Fri, 13 Jan 2012 21:00:24 +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 799398FC17
	for <freebsd-doc@hub.freebsd.org>; Fri, 13 Jan 2012 21:00:24 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0DL0OHK013025
	for <freebsd-doc@freefall.freebsd.org>; Fri, 13 Jan 2012 21:00:24 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0DL0O4r013024;
	Fri, 13 Jan 2012 21:00:24 GMT (envelope-from gnats)
Resent-Date: Fri, 13 Jan 2012 21:00:24 GMT
Resent-Message-Id: <201201132100.q0DL0O4r013024@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,
	Ariane van der Steldt <ariane@stack.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AA8CB1065672
	for <freebsd-gnats-submit@FreeBSD.org>;
	Fri, 13 Jan 2012 20:53:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 969E98FC1A
	for <freebsd-gnats-submit@FreeBSD.org>;
	Fri, 13 Jan 2012 20:53:16 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0DKrGfS030458
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jan 2012 20:53:16 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0DKrGmK030453;
	Fri, 13 Jan 2012 20:53:16 GMT (envelope-from nobody)
Message-Id: <201201132053.q0DKrGmK030453@red.freebsd.org>
Date: Fri, 13 Jan 2012 20:53:16 GMT
From: Ariane van der Steldt <ariane@stack.nl>
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-3.1
Cc: 
Subject: docs/164099: man page for gparm set is incorrect and incomplete
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Jan 2012 21:00:24 -0000


>Number:         164099
>Category:       docs
>Synopsis:       man page for gparm set is incorrect and incomplete
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 13 21:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ariane van der Steldt
>Release:        FreeBSD 9.0 RELEASE
>Organization:
>Environment:
FreeBSD 9.0 RELEASE - amd64
>Description:
man gparm: set command describes -f as the only specific option to gparm set and mentions that for further info, the section ATTRIBUTES must be consulted.

However:
- the -f option apparently has no relation to ATTRIBUTES
- the -a option is used for the ATTRIBUTES
>How-To-Repeat:
man gparm, read the 'set' command section
>Fix:
Change documentation:
- mention that the attributes are set using -a, not -f

>Release-Note:
>Audit-Trail:
>Unformatted:

From owner-freebsd-doc@FreeBSD.ORG  Sat Jan 14 11:48:20 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 00F4A106566C;
	Sat, 14 Jan 2012 11:48:20 +0000 (UTC)
	(envelope-from crees@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
	[IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id CA71B8FC14;
	Sat, 14 Jan 2012 11:48:19 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0EBmJDC015221;
	Sat, 14 Jan 2012 11:48:19 GMT
	(envelope-from crees@freefall.freebsd.org)
Received: (from crees@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0EBmJwn015217;
	Sat, 14 Jan 2012 11:48:19 GMT (envelope-from crees)
Date: Sat, 14 Jan 2012 11:48:19 GMT
Message-Id: <201201141148.q0EBmJwn015217@freefall.freebsd.org>
To: crees@freebsd.org, crees@FreeBSD.org, freebsd-doc@FreeBSD.org,
	crees@FreeBSD.org
From: crees@FreeBSD.org
Cc: 
Subject: Re: docs/163408: Committers Guide;
	article still talks about manual removal of modules
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 14 Jan 2012 11:48:20 -0000

Synopsis: Committers Guide; article still talks about manual removal of modules

State-Changed-From-To: open->closed
State-Changed-By: crees
State-Changed-When: Sat Jan 14 11:48:16 UTC 2012
State-Changed-Why: 
Committed. Thanks!


Responsible-Changed-From-To: freebsd-doc->crees
Responsible-Changed-By: crees
Responsible-Changed-When: Sat Jan 14 11:48:16 UTC 2012
Responsible-Changed-Why: 
Committed. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=163408

From owner-freebsd-doc@FreeBSD.ORG  Sat Jan 14 17:50:08 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 98746106566B
	for <freebsd-doc@hub.freebsd.org>; Sat, 14 Jan 2012 17: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 4B57E8FC0A
	for <freebsd-doc@hub.freebsd.org>; Sat, 14 Jan 2012 17:50:08 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0EHo8gE080747
	for <freebsd-doc@freefall.freebsd.org>; Sat, 14 Jan 2012 17:50:08 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0EHo8R9080746;
	Sat, 14 Jan 2012 17:50:08 GMT (envelope-from gnats)
Resent-Date: Sat, 14 Jan 2012 17:50:08 GMT
Resent-Message-Id: <201201141750.q0EHo8R9080746@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,
	Massimiliano Stucchi <stucchi@gufi.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 75828106564A
	for <freebsd-gnats-submit@FreeBSD.org>;
	Sat, 14 Jan 2012 17:43:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 604188FC15
	for <freebsd-gnats-submit@FreeBSD.org>;
	Sat, 14 Jan 2012 17:43:54 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0EHhr7B084574
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Jan 2012 17:43:53 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0EHhrlU084554;
	Sat, 14 Jan 2012 17:43:53 GMT (envelope-from nobody)
Message-Id: <201201141743.q0EHhrlU084554@red.freebsd.org>
Date: Sat, 14 Jan 2012 17:43:53 GMT
From: Massimiliano Stucchi <stucchi@gufi.org>
To: freebsd-gnats-submit@FreeBSD.org
X-Send-Pr-Version: www-3.1
Cc: 
Subject: docs/164128: Minor corrections to the Kerberos section in the
	handbook
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 14 Jan 2012 17:50:08 -0000


>Number:         164128
>Category:       docs
>Synopsis:       Minor corrections to the Kerberos section in the handbook
>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:   Sat Jan 14 17:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Massimiliano Stucchi
>Release:        
>Organization:
GUFI
>Environment:
>Description:

Minor corrections to the Kerberos section in the handbook.  You can find the diff attached.


>How-To-Repeat:

>Fix:
Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v
retrieving revision 1.340
diff -r1.340 chapter.sgml
1797c1797
<       at this point but you should be able to confirm the that the
---
>       at this point but you should be able to confirm that the
1846c1846
<       <para>Typically, you transfer to the <filename>keytab</filename>
---
>       <para>Typically, you transfer the <filename>keytab</filename>

>Release-Note:
>Audit-Trail:
>Unformatted:

From owner-freebsd-doc@FreeBSD.ORG  Sat Jan 14 17:52:05 2012
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
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 B36F4106566C;
	Sat, 14 Jan 2012 17:52:05 +0000 (UTC) (envelope-from bcr@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org
	[IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 86D498FC08;
	Sat, 14 Jan 2012 17:52:05 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0EHq5di088809;
	Sat, 14 Jan 2012 17:52:05 GMT
	(envelope-from bcr@freefall.freebsd.org)
Received: (from bcr@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0EHq55F088805;
	Sat, 14 Jan 2012 17:52:05 GMT (envelope-from bcr)
Date: Sat, 14 Jan 2012 17:52:05 GMT
Message-Id: <201201141752.q0EHq55F088805@freefall.freebsd.org>
To: bcr@FreeBSD.org, freebsd-doc@FreeBSD.org, bcr@FreeBSD.org
From: bcr@FreeBSD.org
Cc: 
Subject: Re: docs/164128: Minor corrections to the Kerberos section in the
	handbook
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc>
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
	<mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 14 Jan 2012 17:52:05 -0000

Synopsis: Minor corrections to the Kerberos section in the handbook

Responsible-Changed-From-To: freebsd-doc->bcr
Responsible-Changed-By: bcr
Responsible-Changed-When: Sat Jan 14 17:51:46 UTC 2012
Responsible-Changed-Why: 
Take this one.

http://www.freebsd.org/cgi/query-pr.cgi?pr=164128