summaryrefslogtreecommitdiffstats
path: root/share/man/man4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/acpi.42
-rw-r--r--share/man/man4/aout.42
-rw-r--r--share/man/man4/inet.45
-rw-r--r--share/man/man4/smp.44
4 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 80c567f..8196c43 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -580,7 +580,7 @@ and
.Xr iasl 8
utilities and some ACPI knowledge.
.Sh COMPATIBILITY
-ACPI is only found and supported on i386/ia32, ia64, and amd64.
+ACPI is only found and supported on i386/ia32 and amd64.
.Sh SEE ALSO
.Xr kenv 1 ,
.Xr acpi_thermal 4 ,
diff --git a/share/man/man4/aout.4 b/share/man/man4/aout.4
index a15ab97..8e7b02b 100644
--- a/share/man/man4/aout.4
+++ b/share/man/man4/aout.4
@@ -40,7 +40,7 @@ executable format was used before the release of
Since i386 was the only supported architecture at that time,
.Xr a.out 5
executables can only be activated on platforms that support
-execution of i386 code, such as i386, amd64 and (partially) ia64.
+execution of i386 code, such as i386 and amd64.
.Pp
To add kernel support for old syscalls and old syscall invocation methods,
place the following options in the kernel configuration file:
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4
index 238cdbd..0b7a108 100644
--- a/share/man/man4/inet.4
+++ b/share/man/man4/inet.4
@@ -56,10 +56,9 @@ protocol.
Internet addresses are four byte quantities, stored in
network standard format (on little endian machines, such as the
.Tn alpha ,
-.Tn amd64 ,
-.Tn i386
+.Tn amd64
and
-.Tn ia64
+.Tn i386
these are word and byte reversed).
The include file
.In netinet/in.h
diff --git a/share/man/man4/smp.4 b/share/man/man4/smp.4
index 890898f..a1b8c09 100644
--- a/share/man/man4/smp.4
+++ b/share/man/man4/smp.4
@@ -39,7 +39,7 @@ kernel implements symmetric multi-processor support.
Support for multi-processor systems is present for all Tier-1
architectures on
.Fx .
-Currently, this includes amd64, i386, ia64, and sparc64.
+Currently, this includes amd64, i386 and sparc64.
Support is enabled using
.Cd options SMP .
It is permissible to use the SMP kernel configuration on non-SMP equipped
@@ -158,6 +158,6 @@ in
.Bsx .
.Pp
.Fx 5.0
-also introduced support for SMP on the ia64 and sparc64 architectures.
+also introduced support for SMP on the sparc64 architecture.
.Sh AUTHORS
.An Steve Passe Aq Mt fsmp@FreeBSD.org
OpenPOWER on IntegriCloud