summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/posix_spawn.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/posix_spawn.3')
-rw-r--r--lib/libc/gen/posix_spawn.39
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3
index a22c7080391..8ba461d735b 100644
--- a/lib/libc/gen/posix_spawn.3
+++ b/lib/libc/gen/posix_spawn.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_spawn.3,v 1.8 2015/02/05 02:33:09 schwarze Exp $
+.\" $OpenBSD: posix_spawn.3,v 1.9 2017/10/17 22:47:58 schwarze Exp $
.\"
.\" Copyright (c) 2012 Marc Espie <espie@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 5 2015 $
+.Dd $Mdocdate: October 17 2017 $
.Dt POSIX_SPAWN 3
.Os
.Sh NAME
@@ -122,5 +122,10 @@ with exit status 127.
.Sh STANDARDS
Both functions conform to
.St -p1003.1-2001 .
+.Sh HISTORY
+These functions were ported from
+.Fx
+to
+.Ox 5.2 .
.Sh AUTHORS
.An \&Ed Shouten Aq Mt ed@FreeBSD.org