aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-07-09 04:28:19 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-07-09 04:28:19 +0000
commit5ddca9040c79fa85a20e377f07d458f3e21822a6 (patch)
tree210504dc9a11e49ed610770b05a43bb9b243f614 /gnu
parentadb915cb280cdc76d25ef1fcdef56caf79b49993 (diff)
downloadsrc-5ddca9040c79fa85a20e377f07d458f3e21822a6.tar.gz
src-5ddca9040c79fa85a20e377f07d458f3e21822a6.zip
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
Notes
Notes: svn path=/head/; revision=37524
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/tar.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1
index af197564a858..1ccd62df1387 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