aboutsummaryrefslogtreecommitdiffstats
path: root/man7/rtnetlink.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/rtnetlink.7')
-rw-r--r--man7/rtnetlink.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
index fde6cd9927..a7e42e515f 100644
--- a/man7/rtnetlink.7
+++ b/man7/rtnetlink.7
@@ -26,7 +26,7 @@ Rtnetlink allows the kernel's routing tables to be read and altered.
It is used within the kernel to communicate between
various subsystems, though this usage is not documented here, and for
communication with user-space programs.
-Network routes, ip addresses, link parameters, neighbour setups, queueing
+Network routes, ip addresses, link parameters, neighbor setups, queueing
disciplines, traffic classes and packet classifiers may all be controlled
through
.B NETLINK_ROUTE
@@ -321,7 +321,7 @@ RTA_CACHEINFO::
.B Fill these values in!
.TP
.BR RTM_NEWNEIGH ", " RTM_DELNEIGH ", " RTM_GETNEIGH
-Add, remove or receive information about a neighbour table
+Add, remove or receive information about a neighbor table
entry (e.g. an ARP entry).
The message contains an
.B ndmsg
@@ -383,8 +383,8 @@ field:
tab(:);
l l.
NDA_UNSPEC:unknown type
-NDA_DST:a neighbour cache n/w layer destination address
-NDA_LLADDR:a neighbour cache link layer address
+NDA_DST:a neighbor cache n/w layer destination address
+NDA_LLADDR:a neighbor cache link layer address
NDA_CACHEINFO:cache statistics.
.TE