diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-29 18:35:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-29 18:35:09 +0000 |
commit | 9d0cd8eb3f51c968cfcc529b4e53e32d773a07eb (patch) | |
tree | 78ce432ee1deb112bc6669e2317e959ffeafe8e8 /devel/cvs/patches | |
parent | 9734e4333fff4c7d59cc360585d89475b74a086c (diff) | |
download | pkgsrc-9d0cd8eb3f51c968cfcc529b4e53e32d773a07eb.tar.gz |
Document 'P file' output for 'cvs update'. Same patch as for cvs.1 in
-current in response to bin/12785.
Diffstat (limited to 'devel/cvs/patches')
-rw-r--r-- | devel/cvs/patches/patch-aj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/cvs/patches/patch-aj b/devel/cvs/patches/patch-aj new file mode 100644 index 00000000000..98fe2d229d8 --- /dev/null +++ b/devel/cvs/patches/patch-aj @@ -0,0 +1,16 @@ +$NetBSD: patch-aj,v 1.3 2001/04/29 18:35:09 wiz Exp $ + +--- man/cvs.1.orig Wed May 3 20:47:47 2000 ++++ man/cvs.1 +@@ -1711,6 +1711,11 @@ + .` "U A R M C ?" + to indicate the status of the file: + .TP 1i ++\fBP\fP \fIfile\fP ++The file has been \fIpatched\fP to be in sync with the version in the ++repository. Only a diff has been applied, in contrast to \fBU\fP, ++where the whole file is fetched. ++.TP 1i + \fBU\fP \fIfile\fP + The file was brought \fIup to date\fP with respect to the repository. + This is done for any file that exists in the repository but not in |