s/rsa0/sa0/g

This commit is contained in:
obrien 2001-01-01 19:50:48 +00:00
parent e52f3fe9ba
commit 070f48d14f
2 changed files with 8 additions and 8 deletions

View File

@ -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_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+= -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1
CFLAGS+= -DBSD42=1 -DHAVE_VPRINTF=1 -DNEEDPAD -I${.CURDIR} 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= YFLAGS=
NOSHARED?=yes NOSHARED?=yes

View File

@ -174,7 +174,7 @@ Print number of buffer reads/writes while reading/writing the archive.
Read or write the specified Read or write the specified
.Ar file .Ar file
(default is (default is
.Pa /dev/rsa0 ) . .Pa /dev/sa0 ) .
If a If a
.Ar hostname .Ar hostname
is specified, is specified,
@ -373,15 +373,15 @@ These options are interpreted first and can be overwritten by explicit command
line parameters. line parameters.
.Sh EXAMPLES .Sh EXAMPLES
To create an archive on tape drive To create an archive on tape drive
.Pa /dev/rsa0 .Pa /dev/sa0
with a block size of 20 blocks, containing files named with a block size of 20 blocks, containing files named
.Pa bert .Pa bert
and and
.Pa ernie , .Pa ernie ,
you can enter you can enter
.Dl "tar cfb /dev/rsa0 20 bert ernie" .Dl "tar cfb /dev/sa0 20 bert ernie"
or 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 Note that the
.Fl f .Fl f
and 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. the order they were listed in the command word.
.Pp .Pp
Because Because
.Pa /dev/rsa0 .Pa /dev/sa0
is the default device, and 20 is the default block is the default device, and 20 is the default block
size, the above example could have simply been size, the above example could have simply been
.Dl "tar c bert ernie" .Dl "tar c bert ernie"
@ -485,8 +485,8 @@ default tape drive (which is still overridden by the
flag). flag).
.El .El
.Sh FILES .Sh FILES
.Bl -tag -width "/dev/rsa0" .Bl -tag -width "/dev/sa0"
.It Pa /dev/rsa0 .It Pa /dev/sa0
The default tape drive. The default tape drive.
.El .El
.Sh COMPATIBILITY .Sh COMPATIBILITY