Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/xcvs/dist Document 'cvs rdiff -p'.



details:   https://anonhg.NetBSD.org/src/rev/04566835c860
branches:  trunk
changeset: 769815:04566835c860
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 24 12:02:58 2011 +0000

description:
Document 'cvs rdiff -p'.

diffstat:

 external/gpl2/xcvs/dist/doc/cvs.1       |  5 +++++
 external/gpl2/xcvs/dist/doc/cvs.texinfo |  3 +++
 external/gpl2/xcvs/dist/src/patch.c     |  2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 214817635d1d -r 04566835c860 external/gpl2/xcvs/dist/doc/cvs.1
--- a/external/gpl2/xcvs/dist/doc/cvs.1 Sat Sep 24 11:37:27 2011 +0000
+++ b/external/gpl2/xcvs/dist/doc/cvs.1 Sat Sep 24 12:02:58 2011 +0000
@@ -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.
diff -r 214817635d1d -r 04566835c860 external/gpl2/xcvs/dist/doc/cvs.texinfo
--- a/external/gpl2/xcvs/dist/doc/cvs.texinfo   Sat Sep 24 11:37:27 2011 +0000
+++ b/external/gpl2/xcvs/dist/doc/cvs.texinfo   Sat Sep 24 12:02:58 2011 +0000
@@ -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.
 
diff -r 214817635d1d -r 04566835c860 external/gpl2/xcvs/dist/src/patch.c
--- a/external/gpl2/xcvs/dist/src/patch.c       Sat Sep 24 11:37:27 2011 +0000
+++ b/external/gpl2/xcvs/dist/src/patch.c       Sat Sep 24 12:02:58 2011 +0000
@@ -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",



Home | Main Index | Thread Index | Old Index