s/rsa0/sa0/g

This commit is contained in:
David E. O'Brien 2001-01-01 19:50:48 +00:00
parent 8440a01077
commit 29931e8454
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_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

View File

@ -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