History log of /freebsd-9.3-release/lib/libc/gen/posix_spawn.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 223576 26-Jun-2011 ed

Fix whitespace inconsistencies in libc in files copyrighted by me.


# 223206 17-Jun-2011 jilles

posix_spawn(3): Document r222511 (trying to close already closed fd).

MFC after: 1 week


# 198788 02-Nov-2009 brueffer

Use our canonical .Dd format.

Submitted by: Ulrich Spoerlein


# 180876 28-Jul-2008 ed

Fix the email address formats in some posix_spawn(3) manpages.

It seems I made a small bug when writing some of the posix_spawn(3)
manpages. Remove the redundant "Ed Schouten", which broke the AUTHORS
section.

Approved by: philip (mentor, implicit)


# 180867 28-Jul-2008 davidxu

Add manual pages for posix_spawn() functions.

PR: standards/122051