Bug 43755

Summary: Additional examples for vnconfig man page
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Warren Block 2002-10-07 05:00:14 UTC
	vnconfig(8) should have examples of how to mount an ISO9660
	CD image file.

Fix: 

Add this to the Examples section of the vnconfig(8) manpage:
--cut here--

     vnconfig -c -v /dev/vn0 cdimage.iso
     mount -t cd9660 -o ro /dev/vn0 /mnt

Use vnconfig to mount an ISO 9660 CD image file.

     umount /mnt
     vnconfig -u vn0c

Unmounts the CD image file.
--cut here--
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2003-01-04 22:22:15 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll handle this.
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2003-01-04 22:37:45 UTC
State Changed
From-To: open->closed

Patch mailed to me by Warren committed to 4-STABLE. 
Thanks for all.