From 070f48d14ff76c8384983ed755b70b1db7e3120f Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 1 Jan 2001 19:50:48 +0000 Subject: s/rsa0/sa0/g --- gnu/usr.bin/tar/Makefile | 2 +- gnu/usr.bin/tar/tar.1 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index 0da24e3..ea5e269 100644 --- a/gnu/usr.bin/tar/Makefile +++ b/gnu/usr.bin/tar/Makefile @@ -9,7 +9,7 @@ CFLAGS+= -DHAVE_GETGRGID=1 -DHAVE_GETPWUID=1 -DHAVE_STRING_H=1 CFLAGS+= -DHAVE_LIMITS_H=1 -DHAVE_STRSTR=1 -DHAVE_VALLOC=1 -DHAVE_MKDIR=1 CFLAGS+= -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 CFLAGS+= -DBSD42=1 -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR} -CFLAGS+= -DDEF_AR_FILE=\"/dev/rsa0\" -DDEFBLOCKING=20 +CFLAGS+= -DDEF_AR_FILE=\"/dev/sa0\" -DDEFBLOCKING=20 YFLAGS= NOSHARED?=yes diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index f8c1c01..03df4eb 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -174,7 +174,7 @@ Print number of buffer reads/writes while reading/writing the archive. Read or write the specified .Ar file (default is -.Pa /dev/rsa0 ) . +.Pa /dev/sa0 ) . If a .Ar hostname is specified, @@ -373,15 +373,15 @@ These options are interpreted first and can be overwritten by explicit command line parameters. .Sh EXAMPLES To create an archive on tape drive -.Pa /dev/rsa0 +.Pa /dev/sa0 with a block size of 20 blocks, containing files named .Pa bert and .Pa ernie , you can enter -.Dl "tar cfb /dev/rsa0 20 bert ernie" +.Dl "tar cfb /dev/sa0 20 bert ernie" or -.Dl "tar --create --file /dev/rsa0 --block-size 20 bert ernie" +.Dl "tar --create --file /dev/sa0 --block-size 20 bert ernie" Note that the .Fl f and @@ -390,7 +390,7 @@ flags both require arguments, which they take from the command line in the order they were listed in the command word. .Pp Because -.Pa /dev/rsa0 +.Pa /dev/sa0 is the default device, and 20 is the default block size, the above example could have simply been .Dl "tar c bert ernie" @@ -485,8 +485,8 @@ default tape drive (which is still overridden by the flag). .El .Sh FILES -.Bl -tag -width "/dev/rsa0" -.It Pa /dev/rsa0 +.Bl -tag -width "/dev/sa0" +.It Pa /dev/sa0 The default tape drive. .El .Sh COMPATIBILITY -- cgit v1.1