diff options
author | obrien <obrien@FreeBSD.org> | 2001-01-01 19:50:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-01-01 19:50:48 +0000 |
commit | 070f48d14ff76c8384983ed755b70b1db7e3120f (patch) | |
tree | 80d1f3dc636288b6c5f5af22dd5f8f7418428a6d /gnu | |
parent | e52f3fe9bace681b151cba94c9cbee67eeb0d7fb (diff) | |
download | FreeBSD-src-070f48d14ff76c8384983ed755b70b1db7e3120f.zip FreeBSD-src-070f48d14ff76c8384983ed755b70b1db7e3120f.tar.gz |
s/rsa0/sa0/g
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/tar/Makefile | 2 | ||||
-rw-r--r-- | 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 |