summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-20 22:08:51 +0000
committerru <ru@FreeBSD.org>2003-05-20 22:08:51 +0000
commit73f9b82e5ab4e2b090763426ee76b260bd974c28 (patch)
tree846e74f6e4b6ac4c42767ec2d5e501b0f1d6faa8 /share
parent05c9effa8aa26c35b94cce1c0af25a7b4851d0da (diff)
downloadFreeBSD-src-73f9b82e5ab4e2b090763426ee76b260bd974c28.zip
FreeBSD-src-73f9b82e5ab4e2b090763426ee76b260bd974c28.tar.gz
For multi-line blocks of literal text, please use -literal displays.
Diffstat (limited to 'share')
-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 b2298d6..d98a216 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
OpenPOWER on IntegriCloud