From 8e7237d599e959bb09946757bd2f6fd7a49774fa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 26 Apr 2000 11:34:52 +0000 Subject: [PATCH] Default device not longer uses the "r" raw prefix. --- sys/sys/mtio.h | 2 +- usr.bin/mt/mt.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h index e41a28246fd..11c6e5877b6 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 5ee4182c152..d7cdd570aa4 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, -- 2.45.2