diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-05 13:53:03 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-05 13:53:03 +0000 |
| commit | 61f4934a3483d52f2f81e391486461a4fb6cd6fc (patch) | |
| tree | 819d369f05fd6728d9f8296cce89de5d40e81e13 /man7 | |
| parent | 8c45053412cdfd9416487a3f7eaee8c404fcc238 (diff) | |
| download | man-pages-61f4934a3483d52f2f81e391486461a4fb6cd6fc.tar.gz | |
s/the the/the/
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/pthreads.7 | 2 | ||||
| -rw-r--r-- | man7/tcp.7 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 051620ac60..3e6e960129 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -227,7 +227,7 @@ signals may only be sent to specific threads. .IP \- 3 Threads have distinct alternate signal stack settings. However, a new thread's alternate signal stack settings -are copied from the the thread that created it, so that +are copied from the thread that created it, so that the threads initially share an alternate signal stack. (A new thread should start with no alternate signal stack defined. If two threads handle signals on their shared alternate signal diff --git a/man7/tcp.7 b/man7/tcp.7 index 5c1edc0735..e84839c696 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -107,7 +107,7 @@ option to .BR send (2). When urgent data is received, the kernel sends a .B SIGURG -signal to the the process or process group that has been set as the +signal to the process or process group that has been set as the socket "owner" using the .B SIOCSPGRP or |
