aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-12-31 20:29:56 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-12-31 20:29:56 +0000
commit23dc42d12f7e176a5f72d65f1d348b423b1cf293 (patch)
treee11fd381d98fb93c1fd472b29080cade6799834d
parent4a4ecab1c609fdbb40fd190b281c098c5dac8c56 (diff)
Notes
-rw-r--r--sys/sys/mtio.h2
-rw-r--r--usr.bin/mt/mt.12
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h
index e41a28246fd5..11c6e5877b62 100644
--- a/sys/sys/mtio.h
+++ b/sys/sys/mtio.h
@@ -225,7 +225,7 @@ union mterrstat {
#define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t)
#ifndef _KERNEL
-#define DEFTAPE "/dev/nrsa0"
+#define DEFTAPE "/dev/nsa0"
#endif
#ifdef _KERNEL
diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1
index f64641b0f224..1334e58efe2b 100644
--- a/usr.bin/mt/mt.1
+++ b/usr.bin/mt/mt.1
@@ -224,7 +224,7 @@ If a tape name is not specified, and the environment variable
does not exist;
.Nm
uses the device
-.Pa /dev/nrsa0 .
+.Pa /dev/nsa0 .
.Pp
.Nm \&Mt
returns a 0 exit status when the operation(s) were successful,