Module Name:    src
Committed By:   wiz
Date:           Sat Sep 24 12:02:58 UTC 2011

Modified Files:
        src/external/gpl2/xcvs/dist/doc: cvs.1 cvs.texinfo
        src/external/gpl2/xcvs/dist/src: patch.c

Log Message:
Document 'cvs rdiff -p'.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/xcvs/dist/doc/cvs.1 \
    src/external/gpl2/xcvs/dist/doc/cvs.texinfo
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/xcvs/dist/src/patch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/xcvs/dist/doc/cvs.1
diff -u src/external/gpl2/xcvs/dist/doc/cvs.1:1.1.1.1 src/external/gpl2/xcvs/dist/doc/cvs.1:1.2
--- src/external/gpl2/xcvs/dist/doc/cvs.1:1.1.1.1	Tue Apr  7 22:10:13 2009
+++ src/external/gpl2/xcvs/dist/doc/cvs.1	Sat Sep 24 12:02:58 2011
@@ -3405,6 +3405,11 @@
 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.
Index: src/external/gpl2/xcvs/dist/doc/cvs.texinfo
diff -u src/external/gpl2/xcvs/dist/doc/cvs.texinfo:1.1.1.1 src/external/gpl2/xcvs/dist/doc/cvs.texinfo:1.2
--- src/external/gpl2/xcvs/dist/doc/cvs.texinfo:1.1.1.1	Tue Apr  7 22:10:13 2009
+++ src/external/gpl2/xcvs/dist/doc/cvs.texinfo	Sat Sep 24 12:02:58 2011
@@ -11158,6 +11158,9 @@
 @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.
 

Index: src/external/gpl2/xcvs/dist/src/patch.c
diff -u src/external/gpl2/xcvs/dist/src/patch.c:1.4 src/external/gpl2/xcvs/dist/src/patch.c:1.5
--- src/external/gpl2/xcvs/dist/src/patch.c:1.4	Sat Sep 24 11:37:27 2011
+++ src/external/gpl2/xcvs/dist/src/patch.c	Sat Sep 24 12:02:58 2011
@@ -47,7 +47,7 @@
 
 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",

Reply via email to