diff options
| author | christos <christos@NetBSD.org> | 2015-08-02 03:19:02 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-08-02 03:19:02 +0000 |
| commit | e58f04d4e15113768b93538542a7def2d476b8ba (patch) | |
| tree | 43a40e6d9a20b382a217b0aa9132063d7128653a /usr.bin/patch/patch.1 | |
| parent | a2a2cbada1f2ade2dac383ec07aff0b8804005dd (diff) | |
remove reference to SCCS which is not supported anymore.
XXX: pullup-7
Diffstat (limited to 'usr.bin/patch/patch.1')
| -rw-r--r-- | usr.bin/patch/patch.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index bfe29f0610f..306040c98cd 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,6 +1,6 @@ .\" $OpenBSD: patch.1,v 1.22 2008/06/06 20:44:00 jmc Exp $ .\" $DragonFly: src/usr.bin/patch/patch.1,v 1.10 2008/08/18 19:15:55 joerg Exp $ -.\" $NetBSD: patch.1,v 1.17 2014/04/11 17:41:09 christos Exp $ +.\" $NetBSD: patch.1,v 1.18 2015/08/02 03:19:02 christos Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 11, 2014 +.Dd Auguest 2, 2015 .Dt PATCH 1 .Os .Sh NAME @@ -445,9 +445,8 @@ the shortest basename, and the shortest total file name length (in that order). .It If no file exists, .Nm -checks for the existence of the files in an SCCS or RCS directory -(using the appropriate prefix or suffix) using the criteria specified -above. +checks for the existence of the files in an RCS directory sing the criteria +specified above. If found, .Nm will attempt to get or check out the file. |
