diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2003-04-27 21:01:34 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2003-04-27 21:01:34 +0000 |
| commit | d1c2c89dd268a7a60e38b34cda99f4897f047f71 (patch) | |
| tree | 5ad8c68ea1639db601df2bdfdd4b800eff6142ac | |
| parent | edae7ea680574f0ce147124c883c71a432045942 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/rfork.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/vfork.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 88f814473185..7f160ec369ac 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -15,7 +15,7 @@ .Lb libc .Sh SYNOPSIS .In unistd.h -.Ft int +.Ft pid_t .Fn rfork "int flags" .Sh DESCRIPTION Forking, vforking or rforking are the only ways new processes are created. diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 16a7bb9d8ea1..cf57134fb9d6 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -42,7 +42,7 @@ .Lb libc .Sh SYNOPSIS .In unistd.h -.Ft int +.Ft pid_t .Fn vfork void .Sh DESCRIPTION The |
