diff options
author | rsc <devnull@localhost> | 2005-01-14 22:23:44 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 22:23:44 +0000 |
commit | b7f251fb9a333adb9df273ce6c8c8327d00c4388 (patch) | |
tree | 6e0eb0e5b39f8659b3338066db7b149514fb5e2b /man/man1 | |
parent | c230471beeb2b854fe75871e47c063e0039ee5e9 (diff) | |
download | plan9port-b7f251fb9a333adb9df273ce6c8c8327d00c4388.tar.gz plan9port-b7f251fb9a333adb9df273ce6c8c8327d00c4388.tar.bz2 plan9port-b7f251fb9a333adb9df273ce6c8c8327d00c4388.zip |
describe diff -uc
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/cvs.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/man1/cvs.1 b/man/man1/cvs.1 index c8daba82..62db3899 100644 --- a/man/man1/cvs.1 +++ b/man/man1/cvs.1 @@ -36,7 +36,7 @@ cvs \- introduction using plan9port CVS repository .I revision ] [ -.B -u +.B -cu ] [ .I path ... @@ -152,6 +152,15 @@ or options are given, those two versions are compared, and the local copy is ignored. .PP +.I Cvs +.I diff +passes the +.B -u +or +.B -c +options to the Unix +.IR diff . +.PP If you download a tar file from the web instead of checking out the tree with CVS, you can still use the |