]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
s/the the/the/
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 5 Jul 2005 13:50:51 +0000 (13:50 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 5 Jul 2005 13:50:51 +0000 (13:50 +0000)
man2/fcntl.2
man2/posix_fadvise.2
man2/sigreturn.2

index 5ed13813b67fdca8b925e198eaea4a6a2a67e164..db2d46fac637b268ee6cd28eeaf81d9bad35e9d1 100644 (file)
@@ -225,7 +225,7 @@ on a file region, but only one process may hold a write lock
 both shared and exclusive.
 A single process can hold only one type of lock on a file region;
 if a new lock is applied to an already-locked region,
-then the existing lock is converted to the the new lock type.
+then the existing lock is converted to the new lock type.
 (Such conversions may involve splitting, shrinking, or coalescing with
 an existing lock if the byte range specified by the new lock does not
 precisely coincide with the range of the existing lock.)
index 59a3d14950c89c572b90c021a3844cddda9116cb..c37b68f018eee72be8f066c96d0112e592b1a813 100644 (file)
@@ -87,7 +87,7 @@ appeared in kernel 2.5.60.
 Under Linux, \fBPOSIX_FADV_NORMAL\fP sets the readahead window to the
 default size for the backing device; \fBPOSIX_FADV_SEQUENTIAL\fP doubles
 this size, and \fBPOSIX_FADV_RANDOM\fP disables file readahead entirely.
-These changes affect the the entire file, not just the specified region
+These changes affect the entire file, not just the specified region
 (but other open file handles to the same file are unaffected).
 
 \fBPOSIX_FADV_WILLNEED\fP and \fBPOSIX_FADV_NOREUSE\fP both initiate a
index 2d9c697b577ed038e6f115ac14d1954c62a45f33..4c5fea2054b983db7c80deaa761545470afcd8d5 100644 (file)
@@ -32,7 +32,7 @@ sigreturn \- return from signal handler and cleanup stack frame
 When the Linux kernel creates the stack frame for a signal handler, a
 call to
 .B sigreturn
-is inserted into the stack frame so that the the signal handler will
+is inserted into the stack frame so that the signal handler will
 call
 .B sigreturn
 upon return. This inserted call to