summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/patch.1
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-02-08 17:15:08 +0000
committerjmc <jmc@openbsd.org>2009-02-08 17:15:08 +0000
commit99332e389acc384d2856c3e7e7c6df06e350a03c (patch)
tree9444f9f942d40d32cfe2d455f153e207a5c66aee /usr.bin/patch/patch.1
parentsome minor corrections for the STANDARDS section; (diff)
downloadwireguard-openbsd-99332e389acc384d2856c3e7e7c6df06e350a03c.tar.xz
wireguard-openbsd-99332e389acc384d2856c3e7e7c6df06e350a03c.zip
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r--usr.bin/patch/patch.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1
index f3f6bba5aa1..c09c9b21fa5 100644
--- a/usr.bin/patch/patch.1
+++ b/usr.bin/patch/patch.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: patch.1,v 1.23 2008/10/19 06:15:13 jmc Exp $
+.\" $OpenBSD: patch.1,v 1.24 2009/02/08 17:15:10 jmc 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: October 19 2008 $
+.Dd $Mdocdate: February 8 2009 $
.Dt PATCH 1
.Os
.Sh NAME
@@ -347,7 +347,7 @@ used in place of
.Qq .orig .
.It Fl Fl posix
Enables strict
-.St -p1003.1-2004
+.St -p1003.1-2008
conformance, specifically:
.Bl -enum
.It
@@ -461,7 +461,7 @@ match used:
If
.Nm
is operating in strict
-.St -p1003.1-2004
+.St -p1003.1-2008
mode, the first of the
.Dq old ,
.Dq new
@@ -636,7 +636,7 @@ exit status so you don't apply a later patch to a partially patched file.
The
.Nm
utility is compliant with the
-.St -p1003.1-2004
+.St -p1003.1-2008
specification
(except as detailed above for the
.Fl -posix