diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 1998-09-22 09:55:09 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 1998-09-22 09:55:09 +0000 |
| commit | 2ecc8adb5774186e8fb746908dd83fab8a3c2a71 (patch) | |
| tree | 4c539511afa9ca3e6a04e0fe1c1eb98c1b271811 /gnu/usr.bin | |
| parent | b0d5cda0b140045d6027beb8f610e9053c60f9eb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/tar/tar.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index 7dbf692ff919..3bf0711d8b3f 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -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 |
