diff options
Diffstat (limited to 'man2/fcntl.2')
| -rw-r--r-- | man2/fcntl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 4ae388056b..e2e3bdef51 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -998,7 +998,7 @@ alone is not going to be very useful if the process holding the lock may live on a different machine. .SH BUGS A limitation of the Linux system call conventions on some -architectures (notably x86) means that if a (negative) +architectures (notably i386) means that if a (negative) process group ID to be returned by .B F_GETOWN falls in the range \-1 to \-4095, then the return value is wrongly @@ -1012,7 +1012,7 @@ will contain the (positive) process group ID. .\" mtk, Dec 04: some limited testing on alpha and ia64 seems to .\" indicate that ANY negative PGID value will cause F_GETOWN .\" to misinterpret the return as an error. Some other architectures -.\" seem to have the same range check as x86. +.\" seem to have the same range check as i386. In Linux 2.4 and earlier, there is bug that can occur when an unprivileged process uses |
