From 83decd22b44019b0fe369224fb19e1ef21263ab6 Mon Sep 17 00:00:00 2001 From: Dan McDonald Date: Tue, 15 Mar 2022 12:07:15 -0400 Subject: OS-8361 IPD 4 (man page renumbering) tracking issue Reviewed by: Brian Bennett Approved by: Brian Bennett --- usr/src/cmd/cdrw/mmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/cmd/cdrw/mmc.c') 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; -- cgit v1.2.3