diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 14:34:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 14:34:51 +0000 |
commit | 05fdf2dfc9817131cbddb662f9d99646f6192d88 (patch) | |
tree | e0e20b57e1ef8c1b8738fa14a7c5ea9381caae00 /posix/unistd.h | |
parent | a709dd439a010a88e6e8ae94583e71296008b89e (diff) | |
download | glibc-05fdf2dfc9817131cbddb662f9d99646f6192d88.tar.gz glibc-05fdf2dfc9817131cbddb662f9d99646f6192d88.tar.xz glibc-05fdf2dfc9817131cbddb662f9d99646f6192d88.zip |
Update.
* sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the the" in one line - fixed it. * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise. * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise. * posix/unistd.h: Likewise 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
Diffstat (limited to 'posix/unistd.h')
-rw-r--r-- | posix/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/unistd.h b/posix/unistd.h index 604b2a39b5..c824311d2a 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -689,7 +689,7 @@ extern __pid_t fork __P ((void)); #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED /* Clone the calling process, but without copying the whole address space. - The calling process is suspended until the the new process exits or is + The calling process is suspended until the new process exits or is replaced by a call to `execve'. Return -1 for errors, 0 to the new process, and the process ID of the new process to the old process. */ extern __pid_t __vfork __P ((void)); |