Document 'cvs rdiff -p'.

This commit is contained in:
wiz 2011-09-24 12:02:58 +00:00
parent 3f55311b0b
commit 372160b738
3 changed files with 9 additions and 1 deletions

View File

@ -3405,6 +3405,11 @@ see node `Keyword substitution\(aq in the CVS manual.
Local; don\(aqt descend subdirectories.
.SP
.IP "" 0
\fB-p\fR
.IP "" 2
Show which C function each change is in.
.SP
.IP "" 0
\fB-R\fR
.IP "" 2
Examine directories recursively. This option is on by default.

View File

@ -11158,6 +11158,9 @@ Process keywords according to @var{kflag}. See
@item -l
Local; don't descend subdirectories.
@item -p
Show which C function each change is in.
@item -R
Examine directories recursively. This option is on by default.

View File

@ -47,7 +47,7 @@ static int show_c_func = 0;
static const char *const patch_usage[] =
{
"Usage: %s %s [-flR] [-p] [-c|-u] [-s|-t] [-V %%d] [-k kopt]\n",
"Usage: %s %s [-flpR] [-c|-u] [-s|-t] [-V %%d] [-k kopt]\n",
" -r rev|-D date [-r rev2 | -D date2] modules...\n",
"\t-f\tForce a head revision match if tag/date not found.\n",
"\t-l\tLocal directory only, not recursive\n",