Module Name: src
Committed By: christos
Date: Sun Aug 2 03:19:02 UTC 2015
Modified Files:
src/usr.bin/patch: patch.1
Log Message:
remove reference to SCCS which is not supported anymore.
XXX: pullup-7
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/patch/patch.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/patch/patch.1
diff -u src/usr.bin/patch/patch.1:1.17 src/usr.bin/patch/patch.1:1.18
--- src/usr.bin/patch/patch.1:1.17 Fri Apr 11 13:41:09 2014
+++ src/usr.bin/patch/patch.1 Sat Aug 1 23:19:02 2015
@@ -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
.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.