aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-20 14:34:51 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-20 14:34:51 +0000
commit05fdf2dfc9817131cbddb662f9d99646f6192d88 (patch)
treee0e20b57e1ef8c1b8738fa14a7c5ea9381caae00 /sysdeps/unix/bsd
parenta709dd439a010a88e6e8ae94583e71296008b89e (diff)
downloadglibc-05fdf2dfc9817131cbddb662f9d99646f6192d88.zip
glibc-05fdf2dfc9817131cbddb662f9d99646f6192d88.tar.gz
glibc-05fdf2dfc9817131cbddb662f9d99646f6192d88.tar.bz2
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 'sysdeps/unix/bsd')
-rw-r--r--sysdeps/unix/bsd/hp/m68k/vfork.S2
-rw-r--r--sysdeps/unix/bsd/sun/m68k/vfork.S2
-rw-r--r--sysdeps/unix/bsd/vax/vfork.S2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/bsd/hp/m68k/vfork.S b/sysdeps/unix/bsd/hp/m68k/vfork.S
index 18519ab..33af14e 100644
--- a/sysdeps/unix/bsd/hp/m68k/vfork.S
+++ b/sysdeps/unix/bsd/hp/m68k/vfork.S
@@ -23,7 +23,7 @@
#endif
/* 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. */
.globl ___vfork
diff --git a/sysdeps/unix/bsd/sun/m68k/vfork.S b/sysdeps/unix/bsd/sun/m68k/vfork.S
index e26466b..5b15db6 100644
--- a/sysdeps/unix/bsd/sun/m68k/vfork.S
+++ b/sysdeps/unix/bsd/sun/m68k/vfork.S
@@ -23,7 +23,7 @@
#endif
/* 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. */
.globl ___vfork
diff --git a/sysdeps/unix/bsd/vax/vfork.S b/sysdeps/unix/bsd/vax/vfork.S
index b132a67..b2458cb 100644
--- a/sysdeps/unix/bsd/vax/vfork.S
+++ b/sysdeps/unix/bsd/vax/vfork.S
@@ -23,7 +23,7 @@
#endif
/* 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. */
.globl ___vfork