summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordannyboy <dannyboy@FreeBSD.org>2000-11-26 23:43:15 +0000
committerdannyboy <dannyboy@FreeBSD.org>2000-11-26 23:43:15 +0000
commit39eefb2f5b7a4fb128db9d44c745e638e3edc8bb (patch)
treeaea8dfdd0518ada3bb035e95021956bce745f1a4 /share
parentd31388b92e93c5ea722b95945e97b8ade41f40c7 (diff)
downloadFreeBSD-src-39eefb2f5b7a4fb128db9d44c745e638e3edc8bb.zip
FreeBSD-src-39eefb2f5b7a4fb128db9d44c745e638e3edc8bb.tar.gz
compatability -> compatibility
PR: 23112 Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/route.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index 5d5beec..1be1c5b 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -219,7 +219,7 @@ struct rt_msghdr {
struct if_msghdr {
u_short ifm_msglen; /* to skip over non-understood messages */
- u_char ifm_version; /* future binary compatability */
+ u_char ifm_version; /* future binary compatibility */
u_char ifm_type; /* message type */
int ifm_addrs; /* like rtm_addrs */
int ifm_flags; /* value of if_flags */
@@ -229,7 +229,7 @@ struct if_msghdr {
struct ifa_msghdr {
u_short ifam_msglen; /* to skip over non-understood messages */
- u_char ifam_version; /* future binary compatability */
+ u_char ifam_version; /* future binary compatibility */
u_char ifam_type; /* message type */
int ifam_addrs; /* like rtm_addrs */
int ifam_flags; /* value of ifa_flags */
@@ -239,7 +239,7 @@ struct ifa_msghdr {
struct ifma_msghdr {
u_short ifmam_msglen; /* to skip over non-understood messages */
- u_char ifmam_version; /* future binary compatability */
+ u_char ifmam_version; /* future binary compatibility */
u_char ifmam_type; /* message type */
int ifmam_addrs; /* like rtm_addrs */
int ifmam_flags; /* value of ifa_flags */
OpenPOWER on IntegriCloud