diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-07-09 04:28:19 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-07-09 04:28:19 +0000 |
commit | 55e824de373755ec9f9f598ef69b6a3f40ba19a0 (patch) | |
tree | 8b669187be4c3884c66ab25ff188a8e280eb8946 /gnu | |
parent | eca7605ba4fa5895ad5ae3fd87d22b6e18c96185 (diff) | |
download | FreeBSD-src-55e824de373755ec9f9f598ef69b6a3f40ba19a0.zip FreeBSD-src-55e824de373755ec9f9f598ef69b6a3f40ba19a0.tar.gz |
fix description of `-C' option to match behaviour in the sources:
`-C' can be used both when creating and extracting files. Further,
a `-C' inside the argument list causes a `chdir()' to the named
directory before the subsequent filename arguments to be interpreted.
Eg:- "tar -cf a+b.tar -C /a . -C /b ."
PR: 7221
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/tar/tar.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index af19756..1ccd62d 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.14 1998/04/01 06:26:40 charnier Exp $ +.\" $Id: tar.1,v 1.15 1998/06/04 21:05:36 steve Exp $ .\" .Dd 25 August 1997 .Os FreeBSD @@ -140,7 +140,7 @@ Re-assemble short reads into full blocks (for reading 4.2BSD pipes). .It Fl -directory Ar directory Change to .Ar directory -for extraction. +before processing the remaining arguments. .It Fl -checkpoint Print number of buffer reads/writes while reading/writing the archive. .It Fl f Ar [hostname:]file |