summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cdrw/mmc.c
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/cmd/cdrw/mmc.c
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/cmd/cdrw/mmc.c')
-rw-r--r--usr/src/cmd/cdrw/mmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/cdrw/mmc.c b/usr/src/cmd/cdrw/mmc.c
index 4b90cc5f3d..7624e16f10 100644
--- a/usr/src/cmd/cdrw/mmc.c
+++ b/usr/src/cmd/cdrw/mmc.c
@@ -672,7 +672,7 @@ read_format_capacity(int fd, uint_t *bsize)
}
/*
- * Used to reset the device. Since, sd(7D) requires a
+ * Used to reset the device. Since, sd(4D) requires a
* command to be issued when resetting a device we will
* issue an innocuous command. The command chosen for this
* purpose is the TEST UNIT READY (TUR) command. We also do
@@ -692,7 +692,7 @@ reset_dev(int fd)
*/
scmd = get_uscsi_cmd();
- /* Tell sd(7D) to do a silent reset of the device. */
+ /* Tell sd(4D) to do a silent reset of the device. */
scmd->uscsi_flags = USCSI_SILENT | USCSI_RESET;
scmd->uscsi_timeout = DEFAULT_SCSI_TIMEOUT;