summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-20 22:08:51 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-20 22:08:51 +0000
commit27e46603f165c881e77b4e22102a244275ecee6c (patch)
tree846e74f6e4b6ac4c42767ec2d5e501b0f1d6faa8
parentf71ba16eaf9df6dfc5fe4c8cb18cfb0e6aa6020b (diff)
Notes
-rw-r--r--share/man/man4/umass.440
1 files changed, 22 insertions, 18 deletions
diff --git a/share/man/man4/umass.4 b/share/man/man4/umass.4
index b2298d670ccc..d98a2166ed65 100644
--- a/share/man/man4/umass.4
+++ b/share/man/man4/umass.4
@@ -86,34 +86,38 @@ Last but not least, support for
SCSI drives,
.Nm da
.Sh EXAMPLES
-.Dl device umass
-.Dl device scbus
-.Dl device da
-.Dl device pass
+.Bd -literal -offset indent
+device umass
+device scbus
+device da
+device pass
+.Ed
.Pp
Add the
.Nm
driver to the kernel.
.Pp
-.Dl camcontrol rescan 0
+.Dl "camcontrol rescan 0"
.Pp
Rescan a Zip drive that was added after boot.
The command above
assumes that the Zip drive is the first SCSI bus in the system.
-.Pp
-.Dl camcontrol rescan 0:0:0
-.Dl camcontrol rescan 0:0:1
-.Dl camcontrol rescan 0:0:2
-.Dl camcontrol rescan 0:0:3
+.Bd -literal -offset indent
+camcontrol rescan 0:0:0
+camcontrol rescan 0:0:1
+camcontrol rescan 0:0:2
+camcontrol rescan 0:0:3
+.Ed
.Pp
Rescan all slots on a multi-slot flash reader, where the slots map to separate
-LUNs on a single SCSI ID. Typically only the first slot will be enabled at
-boot time. Again, this assumes that the flash reader is the first SCSI bus in
-the system.
-.Pp
-.Dl disklabel -w -r da0 zip100
-.Dl newfs da0c
-.Dl mount -t ufs /dev/da0c /mnt
+LUNs on a single SCSI ID.
+Typically only the first slot will be enabled at boot time.
+Again, this assumes that the flash reader is the first SCSI bus in the system.
+.Bd -literal -offset indent
+disklabel -w -r da0 zip100
+newfs da0c
+mount -t ufs /dev/da0c /mnt
+.Ed
.Pp
Write a disklabel to the Zip drive (see
.Nm vpo
@@ -121,7 +125,7 @@ for the
.Nm disktab
entry), creates the file system and mounts the new file system on /mnt.
.Pp
-.Dl newfs_msdos /dev/da0
+.Dl "newfs_msdos /dev/da0"
.Pp
Create a new FAT type file system.
.Sh SEE ALSO