Change rst0 into rsa0 in the man page too. Correct the spelling of

POSIXLY_CORRECT while I'm here.

Pointed out by:	Andreas Klemm
This commit is contained in:
Ollivier Robert 1998-09-22 09:55:09 +00:00
parent b0d5cda0b1
commit 2ecc8adb57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39557

View File

@ -4,7 +4,7 @@
.\" Written by John F. Woods <jfw@jfwhome.funhouse.com>
.\" Updated by Robert Eckardt <roberte@mep.ruhr-uni-bochum.de>
.\"
.\" $Id: tar.1,v 1.16 1998/07/09 04:28:19 jkoshy Exp $
.\" $Id: tar.1,v 1.17 1998/09/09 03:04:53 jkoshy Exp $
.\"
.Dd 25 August 1997
.Os FreeBSD
@ -147,7 +147,7 @@ Print number of buffer reads/writes while reading/writing the archive.
.It Fl -file Ar [hostname:]file
Read or write the specified
.Ar file
(default is /dev/rst0). If a
(default is /dev/rsa0). If a
.Ar hostname
is specified,
.Nm
@ -317,11 +317,11 @@ Specify tape drive and density.
Unlink files before creating them.
.El
.Sh EXAMPLES
To create an archive on tape drive /dev/rst0 with a block size of 20
To create an archive on tape drive /dev/rsa0 with a block size of 20
blocks, containing files named "bert" and "ernie", you can enter
.Dl tar cfb /dev/rst0 20 bert ernie
.Dl tar cfb /dev/rsa0 20 bert ernie
or
.Dl tar\ --create\ --file\ /dev/rst0\ --block-size\ 20\ bert\ ernie
.Dl tar\ --create\ --file\ /dev/rsa0\ --block-size\ 20\ bert\ ernie
Note that the
.Fl f
and
@ -329,7 +329,7 @@ and
flags both require arguments, which they take from the command line in
the order they were listed in the command word.
.Pp
Because /dev/rst0 is the default device, and 20 is the default block
Because /dev/rsa0 is the default device, and 20 is the default block
size, the above example could have simply been
.Dl tar c bert ernie
.Pp
@ -376,8 +376,8 @@ To specify the correct time zone use either e.g. `13:15 CEST' or `13:15+200'.
The
.Nm tar
program examines the following environment variables.
.Bl -tag -width "POSIXLY-CORRECT"
.It POSIXLY-CORRECT
.Bl -tag -width "POSIXLY_CORRECT"
.It POSIXLY_CORRECT
Normally,
.Nm tar
will process flag arguments that appear in the file list.
@ -395,8 +395,8 @@ Changes tar's default tape drive (which is still overridden by the
flag).
.El
.Sh FILES
.Bl -tag -width "/dev/rst0"
.It Pa /dev/rst0
.Bl -tag -width "/dev/rsa0"
.It Pa /dev/rsa0
The default tape drive.
.El
.\" This next request is for sections 1, 6, 7 & 8 only