diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
| commit | 24a0682c6465290759ed0b09ea16e40e7cd47053 (patch) | |
| tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libc/sys/vfork.2 | |
| parent | e1239d17fe51ff52f68635ebbb01e77d58371618 (diff) | |
Sort sections.
Notes
svn path=/head/; revision=140505
Diffstat (limited to 'lib/libc/sys/vfork.2')
| -rw-r--r-- | lib/libc/sys/vfork.2 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index a1f74cb29d52..372725684141 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -100,6 +100,9 @@ parent processes standard I/O data structures. it is wrong to call .Xr exit 3 since buffered data would then be flushed twice.) +.Sh RETURN VALUES +Same as for +.Xr fork 2 . .Sh SEE ALSO .Xr execve 2 , .Xr _exit 2 , @@ -108,9 +111,11 @@ since buffered data would then be flushed twice.) .Xr sigvec 2 , .Xr wait 2 , .Xr exit 3 -.Sh RETURN VALUES -Same as for -.Xr fork 2 . +.Sh HISTORY +The +.Fn vfork +system call appeared in +.Bx 2.9 . .Sh BUGS This system call will be eliminated when proper system sharing mechanisms are implemented. @@ -134,8 +139,3 @@ output or calls are allowed and input attempts result in an end-of-file indication. -.Sh HISTORY -The -.Fn vfork -system call appeared in -.Bx 2.9 . |
