| Summary: | Additional examples for vnconfig man page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> |
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->keramida I'll handle this. State Changed From-To: open->closed Patch mailed to me by Warren committed to 4-STABLE. Thanks for all. |
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--