aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-24 17:31:35 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-24 17:31:35 +0000
commit34ccb744ece3efa7dd67557e593270fe11e2765d (patch)
treeb961e70891be23344e51213cc6dc2aa8e983eb48
parentc5a3b1273eab2f1bac899e2a460b99f0f8021ec2 (diff)
downloadman-pages-34ccb744ece3efa7dd67557e593270fe11e2765d.tar.gz
s/x86/i386/
-rw-r--r--man2/cacheflush.22
-rw-r--r--man2/clone.22
-rw-r--r--man2/fcntl.24
-rw-r--r--man2/getitimer.24
-rw-r--r--man2/getrlimit.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/mprotect.22
-rw-r--r--man2/times.22
-rw-r--r--man3/adjtime.32
-rw-r--r--man3/byteorder.32
-rw-r--r--man3/inet.32
-rw-r--r--man3/offsetof.32
-rw-r--r--man4/rtc.42
-rw-r--r--man7/icmp.72
-rw-r--r--man7/pipe.72
-rw-r--r--man7/time.72
16 files changed, 18 insertions, 18 deletions
diff --git a/man2/cacheflush.2 b/man2/cacheflush.2
index 892e1d0404..3df44e1a30 100644
--- a/man2/cacheflush.2
+++ b/man2/cacheflush.2
@@ -74,7 +74,7 @@ or
.SH CONFORMING TO
This Linux-specific system call is only available on MIPS based systems.
.\" FIXME This system call was only on MIPS back in 1.2 days, but
-.\" by now it is on a number of other architectures (but not x86).
+.\" by now it is on a number of other architectures (but not i386).
.\" Investigate the details and update this page.
It should not be used in programs intended to be portable.
.\" Irix 6.5 appears to have a cacheflush() syscall -- mtk
diff --git a/man2/clone.2 b/man2/clone.2
index f374e0d57b..0e628d30ac 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -668,7 +668,7 @@ together with
disappeared.
This flag is still defined, but has no effect.
-On x86,
+On i386,
.BR clone ()
should not be called through vsyscall, but directly through
.IR "int $0x80" .
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
diff --git a/man2/getitimer.2 b/man2/getitimer.2
index 0a371dd5b2..ec88ee67e3 100644
--- a/man2/getitimer.2
+++ b/man2/getitimer.2
@@ -160,12 +160,12 @@ representation exceeds
(defined in
.IR include/linux/jiffies.h ),
then the timer is silently truncated to this ceiling value.
-On Linux/x86 (where, since kernel 2.6.13,
+On Linux/i386 (where, since kernel 2.6.13,
the default jiffy is 0.004 seconds),
this means that the ceiling value for a timer is
approximately 99.42 days.
-On certain systems (including x86),
+On certain systems (including i386),
Linux kernels before version 2.6.12 have a bug which will produce
premature timer expirations of up to one jiffy under some circumstances.
This bug is fixed in kernel 2.6.12.
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index dc843d252f..84c79d5690 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -250,7 +250,7 @@ structure specified as the fourth argument to
The first addend in the formula, which includes
.I "sizeof(struct msg_msg *)"
-(4 bytes on Linux/x86), ensures that the user cannot
+(4 bytes on Linux/i386), ensures that the user cannot
create an unlimited number of zero-length messages (such messages
nevertheless each consume some system memory for bookkeeping overhead).
.TP
diff --git a/man2/mmap.2 b/man2/mmap.2
index df575ffad7..cc2e54ebf4 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -458,7 +458,7 @@ wrapper function invokes
with a suitably adjusted value for
.IR offset .
-On some hardware architectures (e.g., x86),
+On some hardware architectures (e.g., i386),
.B PROT_WRITE
implies
.BR PROT_READ .
diff --git a/man2/mprotect.2 b/man2/mprotect.2
index 8b82e3de9a..c1d175ff55 100644
--- a/man2/mprotect.2
+++ b/man2/mprotect.2
@@ -124,7 +124,7 @@ Whether
has any effect different from
.B PROT_READ
is architecture and kernel version dependent.
-On some hardware architectures (e.g., x86),
+On some hardware architectures (e.g., i386),
.B PROT_WRITE
implies
.BR PROT_READ .
diff --git a/man2/times.2 b/man2/times.2
index 2a6f3114a2..012b5958d5 100644
--- a/man2/times.2
+++ b/man2/times.2
@@ -188,7 +188,7 @@ for the struct members, because it had no type
yet.
.SH BUGS
A limitation of the Linux system call conventions on some architectures
-(notably x86) means that on Linux 2.6 there is a small time window
+(notably i386) means that on Linux 2.6 there is a small time window
(41 seconds) soon after boot when
.BR times (2)
can return \-1, falsely indicating that an error occurred.
diff --git a/man3/adjtime.3 b/man3/adjtime.3
index 3915aa9cc1..04af65c68b 100644
--- a/man3/adjtime.3
+++ b/man3/adjtime.3
@@ -116,7 +116,7 @@ In the glibc implementation,
.I delta
must be less than or equal to (INT_MAX / 1000000 \- 2)
and greater than or equal to (INT_MIN / 1000000 + 2)
-(respectively 2145 and \-2145 seconds on x86).
+(respectively 2145 and \-2145 seconds on i386).
.SH BUGS
Currently, if
.I delta
diff --git a/man3/byteorder.3 b/man3/byteorder.3
index 3cb4c4ceaf..c9776ea4c5 100644
--- a/man3/byteorder.3
+++ b/man3/byteorder.3
@@ -64,7 +64,7 @@ The
function converts the unsigned short integer \fInetshort\fP
from network byte order to host byte order.
.PP
-On the i80x86 the host byte order is Least Significant Byte first,
+On the i386 the host byte order is Least Significant Byte first,
whereas the network byte order, as used on the Internet, is Most
Significant Byte first.
.SH "CONFORMING TO"
diff --git a/man3/inet.3 b/man3/inet.3
index 63643c047a..ff3ee52ebb 100644
--- a/man3/inet.3
+++ b/man3/inet.3
@@ -147,7 +147,7 @@ struct in_addr {
.fi
.in
.PP
-Note that on the i80x86 the host byte order is Least Significant Byte
+Note that on the i386 the host byte order is Least Significant Byte
first (little endian), whereas the network byte order, as used on the
Internet, is Most Significant Byte first (big endian).
.SH "CONFORMING TO"
diff --git a/man3/offsetof.3 b/man3/offsetof.3
index 24fb3efa2d..8b0a89022c 100644
--- a/man3/offsetof.3
+++ b/man3/offsetof.3
@@ -55,7 +55,7 @@ given type, in units of bytes.
.SH "CONFORMING TO"
C89, C99, POSIX.1-2001.
.SH EXAMPLE
-On a Linux/x86 system, when compiled using the default
+On a Linux/i386 system, when compiled using the default
.BR gcc (1)
options, the program below produces the following output:
.nf
diff --git a/man4/rtc.4 b/man4/rtc.4
index c253c9b90f..43c6d90767 100644
--- a/man4/rtc.4
+++ b/man4/rtc.4
@@ -43,7 +43,7 @@ One of these usually has battery backup power so that it tracks the time
even while the computer is turned off.
RTCs often provide alarms and other interrupts.
-All x86 PCs, and ACPI based systems, have an RTC that is compatible with
+All i386 PCs, and ACPI based systems, have an RTC that is compatible with
the Motorola MC146818 chip on the original PC/AT.
Today such an RTC is usually integrated into the mainboard's chipset
(south bridge), and uses a replaceable coin-sized backup battery.
diff --git a/man7/icmp.7 b/man7/icmp.7
index dbbcfa0c26..57ae4e086e 100644
--- a/man7/icmp.7
+++ b/man7/icmp.7
@@ -45,7 +45,7 @@ Linux 2.2 uses a token bucket filter to limit ICMPs.
.\" FIXME better description needed
The value is the timeout in jiffies until the token bucket filter is
cleared after a burst.
-A jiffy is a system dependent unit, usually 10ms on x86 and
+A jiffy is a system dependent unit, usually 10ms on i386 and
about 1ms on alpha and ia64.
.TP
.B icmp_destunreach_rate
diff --git a/man7/pipe.7 b/man7/pipe.7
index 923f19123f..7162973000 100644
--- a/man7/pipe.7
+++ b/man7/pipe.7
@@ -128,7 +128,7 @@ as soon as it is available,
so that a writing process does not remain blocked.
In Linux versions before 2.6.11, the capacity of a pipe was the same as
-the system page size (e.g., 4096 bytes on x86).
+the system page size (e.g., 4096 bytes on i386).
Since Linux 2.6.11, the pipe capacity is 65536 bytes.
.SS PIPE_BUF
POSIX.1-2001 says that
diff --git a/man7/time.7 b/man7/time.7
index 774e8b32bd..9401ed1704 100644
--- a/man7/time.7
+++ b/man7/time.7
@@ -66,7 +66,7 @@ The size of a jiffy is determined by the value of the kernel constant
The value of
.I HZ
varies across kernel versions and hardware platforms.
-On x86 the situation is as follows:
+On i386 the situation is as follows:
on kernels up to and including 2.4.x, HZ was 100,
giving a jiffy value of 0.01 seconds;
starting with 2.6.0, HZ was raised to 1000, giving a jiffy of