diff options
author | 2014-11-22 15:49:28 +0000 | |
---|---|---|
committer | 2014-11-22 15:49:28 +0000 | |
commit | 0529800e5c2e8fb03b38b8f58e001fc7868b25de (patch) | |
tree | aea5b5983c0826bf2af3450bbed18b65cd280391 /usr.bin/patch/patch.1 | |
parent | Switch to using MI installboot, after a conversation with stsp. He will (diff) | |
download | wireguard-openbsd-0529800e5c2e8fb03b38b8f58e001fc7868b25de.tar.xz wireguard-openbsd-0529800e5c2e8fb03b38b8f58e001fc7868b25de.zip |
Remove SCCS support. For this to work, we would need "get", which we don't
even have in ports. XSI functionality of POSIX, therefore optional.
ok deraadt, schwarze, tedu
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r-- | usr.bin/patch/patch.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 14cf67af60c..cf93a31daa4 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.27 2014/04/15 06:26:54 jmc Exp $ +.\" $OpenBSD: patch.1,v 1.28 2014/11/22 15:49:28 tobias Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -19,7 +19,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 15 2014 $ +.Dd $Mdocdate: November 22 2014 $ .Dt PATCH 1 .Os .Sh NAME @@ -481,8 +481,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 +checks for the existence of the files in an RCS directory +(using the appropriate suffix) using the criteria specified above. If found, .Nm |