Bug 116039

Summary: [patch] remove nodev references from French documentation
Product: Documentation Reporter: minimarmot <minimarmot>
Component: Books & ArticlesAssignee: Marc Fonvieille <blackend>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description minimarmot 2007-09-03 04:30:03 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2007-09-13 19:02:46 UTC
Responsible Changed
From-To: freebsd-doc->blackend

Hello Marc, 

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

TIA, 
Gabor
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2008-07-14 15:21:45 UTC
State Changed
From-To: open->closed

Fixed since a while.