From nobody@FreeBSD.org  Mon Sep  3 03:27:17 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3174716A46B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Sep 2007 03:27:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1FC6813C458
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Sep 2007 03:27:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l833RGZA019513
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Sep 2007 03:27:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l833RGVS019512;
	Mon, 3 Sep 2007 03:27:16 GMT
	(envelope-from nobody)
Message-Id: <200709030327.l833RGVS019512@www.freebsd.org>
Date: Mon, 3 Sep 2007 03:27:16 GMT
From: Ben Kaduk <minimarmot@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] remove nodev references from French documentation
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116039
>Category:       docs
>Synopsis:       [patch] remove nodev references from French documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    blackend
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 03 03:30:03 GMT 2007
>Closed-Date:    Mon Jul 14 14:22:04 UTC 2008
>Last-Modified:  Mon Jul 14 14:22:04 UTC 2008
>Originator:     Ben Kaduk
>Release:        6.2-release
>Organization:
>Environment:
6.2-release-docs ISO
>Description:
As Craig Rodrigues notes in docs/115981, the nodev mount option is no longer a silent no-op, causing mount failure in 7-current.  Accordingly, we should remove it from our documentation.

A grep through the french doc tree actually produces a couple of false positives -- the device driver writer's guide has a sample cdevsw for a pc audio device, which uses the enodev function for several entries (read, etc.), and ndev shows up as part of a bigger word as well (forget exactly what at the moment).

Thus, only one file needs to be changed in the French tree (since the security section of the handbook doesn't seem to have the advice to look into nosuid and nodev (yet).

The following patch should go into
doc/fr_FR.ISO8859-1/books/handbook/basics/chapter.sgml


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- chapter.sgml.orig	2007-09-01 23:53:49.000000000 -0400
+++ chapter.sgml	2007-09-01 23:54:45.000000000 -0400
@@ -1888,16 +1888,6 @@
 
       <variablelist>
 	<varlistentry>
-	  <term>nodev</term>
-
-	  <listitem>
-	    <para>Ne pas prendre en compte les p&eacute;riph&eacute;riques
-	      sp&eacute;ciaux sur le syst&egrave;me de fichiers.  C'est une
-	      option de s&eacute;curit&eacute; utile.</para>
-	  </listitem>
-	</varlistentry>
-
-	<varlistentry>
 	  <term>noexec</term>
 
 	  <listitem>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->blackend 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Thu Sep 13 18:02:46 UTC 2007 
Responsible-Changed-Why:  
Hello Marc, 

this PR is French-specific, could you please take a look? 

TIA, 
Gabor 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116039 
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Mon Jul 14 14:21:45 UTC 2008 
State-Changed-Why:  
Fixed since a while. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116039 
>Unformatted:
