diff options
author | Russ Cox <rsc@swtch.com> | 2008-12-06 16:14:10 -0800 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-12-06 16:14:10 -0800 |
commit | 286bb40b76f35ffee1e6789895782af203e0dae3 (patch) | |
tree | b9fc8b72d8699e6cb71ce680c701f365ab7b6d53 /man | |
parent | 115dbcecc8d35d12b54d17dc1cba39089ad37b5f (diff) | |
download | plan9port-286bb40b76f35ffee1e6789895782af203e0dae3.tar.gz plan9port-286bb40b76f35ffee1e6789895782af203e0dae3.tar.bz2 plan9port-286bb40b76f35ffee1e6789895782af203e0dae3.zip |
unvac: add -d flag (David Swasey)
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/vac.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/man1/vac.1 b/man/man1/vac.1 index 7de41ee6..3ce718df 100644 --- a/man/man1/vac.1 +++ b/man/man1/vac.1 @@ -34,7 +34,7 @@ vac, unvac \- create, extract a vac archive on Venti .PP .B unvac [ -.B -Tctv +.B -Tcdtv ] [ .B -h .I host @@ -207,6 +207,13 @@ to the time listed in the archive. .B -c Write extracted files to standard output instead of creating a file. .TP +.B -d +Reduce the number of blocks read from Venti by +comparing the files to be stored with their counterparts +in the file system. +This option cannot be used with +.BR -c . +.TP .B -t Print a list of the files to standard output rather than extracting them. .TP |