summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/vfork.2
Commit message (Collapse)AuthorAgeFilesLines
* vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via thejhb2015-04-061-2/+2
| | | | | | | copy of 3BSD on disc 1 of "The CSRG Archives". PR: 198612 MFC after: 1 week
* Various mdoc fixes and a few EOL whitespace removals.brueffer2014-12-211-1/+1
| | | | Found with: mandoc -Tlint
* Update xrefs from 4.3BSD to modern signal functions in various man pages.jilles2010-05-061-1/+1
| | | | | | | sigvec(2) references have been updated to sigaction(2), sigsetmask(2) and sigblock(2) to sigprocmask(2), sigpause(2) to sigsuspend(2). Some legacy man pages still refer to them, that is OK.
* Remove a note about vfork(4) going to be eliminated, it's here to stay.brueffer2009-11-131-8/+0
| | | | | Submitted by: kib MFC after: 1 week
* Improved the manpage description. The committed wordingbrueffer2009-11-131-2/+2
| | | | | | | | | was provided by jhb. PR: 140528 Submitted by: Chris Petrik <chris@officialunix.com> Discussed with: remko, jhb and the submitter MFC after: 1 week
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-201-8/+8
|
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-041-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Correct the return value of vfork(2) and rfork(2) in theirrobert2003-04-271-1/+1
| | | | manual page function prototypes.
* english(4) police.schweikh2002-12-271-1/+1
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-5/+13
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* First appeared in 2.9BSD, not 3.0.dannyboy2000-07-081-1/+1
| | | | | | PR: 19263 Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp> Obtained from: Open|NetBSD
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Don't mention exit(3) in explanation; _exit(2) is a better choice.jkoshy1998-11-231-2/+2
|
* Expanded cross references.alex1998-01-021-2/+4
|
* Add cross-references to rfork(2).jdp1997-11-181-1/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Rename the DIAGNOSTICS sections in several man pagesmpp1997-01-121-2/+2
| | | | to RETURN VALUES like they should be.
* comma typoswosch1996-12-231-2/+3
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+1
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-2/+2
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* Fixed a bunch of man page cross references that werempp1996-02-151-12/+12
| | | | | | | | in the main text of various man pages. Thanks to Warner Losh for adding an option to manck to allow it to scan the entire man page looking for bogus xrefs, instead of just checking the SEE ALSO section.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+126
OpenPOWER on IntegriCloud