Bug 128816

Summary: [PATCH] Enhance the explanation of using of mount options in fstab(5)
Product: Documentation Reporter: rsmith
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description rsmith 2008-11-12 13:40:01 UTC
	The fstab manual page (and others) imply that only the -o options
	of different mount commands can be used in fstab. Other flags can
	be used as well, but this is not documented.

Fix: Apply one of the following patches to
	/usr/src/share/man/man5/fstab.5. The first patch is against HEAD
	(r1.30), while the second is against 7.1-PRERELEASE (r1.26).
----- patch for fstab.5 (r1.30) -----
----- patch for fstab.5  (r1.26) -----
How-To-Repeat: 	Read fstab(5)
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2008-11-23 19:42:46 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll handle this one.
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2008-11-23 19:53:07 UTC
State Changed
From-To: open->patched

Hi Roland, 

I committed the fix in CURRENT just now.  I used a slightly different 
wording and added .Bd instead of .Dq for the mount options, to avoid 
too-short lines in `man fstab | less'.  If the new text needs a bit of 
improvement, please feel free to send a note.  I'll try to MFC this in 
2-3 days.
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2008-12-06 14:42:47 UTC
State Changed
From-To: patched->closed

Patched in stable/6, stable/7 and releng/7.1 now. 
Thanks for the original diff :)