aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/posix_spawn.3
Commit message (Collapse)AuthorAgeFilesLines
* posix_spawn(3): fix section that references `vfork`Enji Cooper2020-12-111-1/+3
| | | | | | | | | | | | | `vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`. This change switches the reference to use `.Fn`, which in turn makes the manpage `make manlint` clean. MFC after: 1 week Reported by: make manlint Sponsored by: DellEMC Isilon Notes: svn path=/head/; revision=368534
* Fix some grammar: "signals <...> are set"Bryan Drewery2018-02-271-4/+4
| | | | Notes: svn path=/head/; revision=330053
* Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker2016-01-051-2/+2
| | | | | | | | | | | | | | | | | | | | Set _PATH_DEFPATH to /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin. This is the path in the default class in the default /etc/login.conf, excluding ~/bin which would not be expanded properly in a string constant. For normal logins, _PATH_DEFPATH is overridden by /etc/login.conf, ~/.login_conf or shell startup files. _PATH_DEFPATH is still used as a default by execlp(), execvp(), posix_spawnp() and sh if PATH is not set, and by cron. Especially the latter is a common trap (most recently in PR 204813). PR: 204813 Reviewed by: secteam (delphij), alfred Notes: svn path=/head/; revision=293204
* Escape "Ed"Baptiste Daroussin2015-04-261-1/+1
| | | | Notes: svn path=/head/; revision=282003
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-211-5/+5
| | | | | | | Found with: mandoc -Tlint Notes: svn path=/head/; revision=276006
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267774
* Fix whitespace inconsistencies in libc in files copyrighted by me.Ed Schouten2011-06-261-1/+1
| | | | Notes: svn path=/head/; revision=223576
* posix_spawn(3): Document r222511 (trying to close already closed fd).Jilles Tjoelker2011-06-171-9/+14
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=223206
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
| | | | | | | Submitted by: Ulrich Spoerlein Notes: svn path=/head/; revision=198788
* Fix the email address formats in some posix_spawn(3) manpages.Ed Schouten2008-07-281-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=180876
* Add manual pages for posix_spawn() functions.David Xu2008-07-281-0/+455
PR: standards/122051 Notes: svn path=/head/; revision=180867