diff options
author | phk <phk@FreeBSD.org> | 1994-02-25 21:46:07 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-02-25 21:46:07 +0000 |
commit | 17a5179b1d900d0ba0652135681713e8875596dd (patch) | |
tree | d004a80c02ffbe532db8d9ab87ba6ffcf99d8b43 /gnu/usr.bin/patch/patch.1 | |
parent | d9de9c1745c15f1661b06c747d6bb1dfb353e4b0 (diff) | |
download | FreeBSD-src-17a5179b1d900d0ba0652135681713e8875596dd.zip FreeBSD-src-17a5179b1d900d0ba0652135681713e8875596dd.tar.gz |
added the -C/-check again.
Diffstat (limited to 'gnu/usr.bin/patch/patch.1')
-rw-r--r-- | gnu/usr.bin/patch/patch.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1 index b5a9dba..6af062a 100644 --- a/gnu/usr.bin/patch/patch.1 +++ b/gnu/usr.bin/patch/patch.1 @@ -1,8 +1,12 @@ .\" -*- nroff -*- .rn '' }` -'\" $Header: /home/cvs/386BSD/src/gnu/usr.bin/patch/patch.1,v 1.2 1994/02/17 22:16:02 jkh Exp $ +'\" $Header: /home/cvs/386BSD/src/gnu/usr.bin/patch/patch.1,v 1.3 1994/02/17 22:20:33 jkh Exp $ '\" '\" $Log: patch.1,v $ +.\" Revision 1.3 1994/02/17 22:20:33 jkh +.\" Put this back - I was somehow under the erroneous impression that patch was in +.\" ports, until I saw the the commit messages, that is! :-) All changed backed out. +.\" .\" Revision 1.2 1994/02/17 22:16:02 jkh .\" From Poul-Henning Kamp - Implement a -C option to verify the integrity of .\" a patch before actually applying it. @@ -265,6 +269,9 @@ forces .I patch to interpret the patch file as a context diff. .TP 5 +.B "\-C, \-\-check" +see what would happen, but don't do it. +.TP 5 .B "\-d dir, \-\-directory=dir" causes .I patch |