summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/patch.1
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-31 17:59:39 +0000
committerjmc <jmc@openbsd.org>2007-05-31 17:59:39 +0000
commit84d757f3455121440268f95d9714dd370f215284 (patch)
tree171c24b6b27fc349f50ddc1ffbf81926aacb3aaf /usr.bin/patch/patch.1
parentMake powernow-k8 on amd64 and i386 use the _PSS object from acpi to (diff)
downloadwireguard-openbsd-84d757f3455121440268f95d9714dd370f215284.tar.xz
wireguard-openbsd-84d757f3455121440268f95d9714dd370f215284.zip
- note some apps which are xpg4, not posix
- note that some apps are optional to posix after some discussion w/ otto
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r--usr.bin/patch/patch.115
1 files changed, 14 insertions, 1 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1
index feba068130c..537e09d5640 100644
--- a/usr.bin/patch/patch.1
+++ b/usr.bin/patch/patch.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: patch.1,v 1.18 2007/04/18 21:52:24 sobrado Exp $
+.\" $OpenBSD: patch.1,v 1.19 2007/05/31 17:59:39 jmc Exp $
.\" Copyright 1986, Larry Wall
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -631,6 +631,19 @@ When applying a set of patches in a loop it behooves you to check this
exit status so you don't apply a later patch to a partially patched file.
.Sh SEE ALSO
.Xr diff 1
+.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2004
+specification,
+but its presence is optional.
+.Pp
+The flags
+.Op Fl CEfstuvBFVxz
+and
+.Op Fl -posix
+are extensions to that specification.
.Sh AUTHORS
.An Larry Wall
with many other contributors.