diff options
author | brucec <brucec@FreeBSD.org> | 2010-08-28 16:32:01 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2010-08-28 16:32:01 +0000 |
commit | 76d72447281953457a8a3a319fdc80070bc5152c (patch) | |
tree | 63ce23a3afd66a826b4c91820bd78ab505f92089 /lib/libc/net | |
parent | 7ce28b7066d5299134f831d522470bcecba74fce (diff) | |
download | FreeBSD-src-76d72447281953457a8a3a319fdc80070bc5152c.zip FreeBSD-src-76d72447281953457a8a3a319fdc80070bc5152c.tar.gz |
Fix incorrect usage of 'assure' and 'insure'.
Approved by: rrs (mentor)
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/ethers.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/eui64.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/sctp_send.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/sctp_sendmsg.3 | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index 3148b6c..c8aa51a 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -189,7 +189,7 @@ unable to find a match in the .Pa /etc/ethers database. .Sh NOTES -The user must insure that the hostname strings passed to the +The user must ensure that the hostname strings passed to the .Fn ether_line , .Fn ether_ntohost and diff --git a/lib/libc/net/eui64.3 b/lib/libc/net/eui64.3 index 3000c74..7cc5718 100644 --- a/lib/libc/net/eui64.3 +++ b/lib/libc/net/eui64.3 @@ -189,7 +189,7 @@ unable to find a match in the .Pa /etc/eui64 database. .Sh NOTES -The user must insure that the hostname strings passed to the +The user must ensure that the hostname strings passed to the .\" .Fn eui64_line , .Fn eui64_ntohost and diff --git a/lib/libc/net/sctp_send.3 b/lib/libc/net/sctp_send.3 index 9acb616..8d860df 100644 --- a/lib/libc/net/sctp_send.3 +++ b/lib/libc/net/sctp_send.3 @@ -191,7 +191,7 @@ If that many milliseconds elapse and the peer has not acknowledged the data, the data will be skipped and no longer transmitted. Note that this policy does -not even assure that the data will ever be sent. +not even ensure that the data will ever be sent. In times of a congestion with large amounts of data being queued, the .Fa sinfo->sinfo_timetolive @@ -218,7 +218,7 @@ policy transforms the .Fa sinfo->sinfo_timetolive into a number of retransmissions to allow. This policy -always assures that at a minimum one send attempt is +always ensures that at a minimum one send attempt is made of the data. After which no more than .Fa sinfo->sinfo_timetolive diff --git a/lib/libc/net/sctp_sendmsg.3 b/lib/libc/net/sctp_sendmsg.3 index ddd88b4..1015558 100644 --- a/lib/libc/net/sctp_sendmsg.3 +++ b/lib/libc/net/sctp_sendmsg.3 @@ -203,7 +203,7 @@ If that many milliseconds elapse and the peer has not acknowledged the data, the data will be skipped and no longer transmitted. Note that this policy does -not even assure that the data will ever be sent. +not even ensure that the data will ever be sent. In times of a congestion with large amounts of data being queued, the .Fa timetolive @@ -230,7 +230,7 @@ policy transforms the .Fa timetolive into a number of retransmissions to allow. This policy -always assures that at a minimum one send attempt is +always ensures that at a minimum one send attempt is made of the data. After which no more than .Fa timetolive |