diff options
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/ether_aton.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/getifaddrs.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/inet6_opt_init.3 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/net/ether_aton.3 b/lib/libc/net/ether_aton.3 index 98beb5e4921..358d7eed034 100644 --- a/lib/libc/net/ether_aton.3 +++ b/lib/libc/net/ether_aton.3 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ether_aton.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ +.\" $OpenBSD: ether_aton.3,v 1.2 2022/03/29 18:15:52 naddy Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" -.Dd $Mdocdate: August 30 2019 $ +.Dd $Mdocdate: March 29 2022 $ .Dt ETHER_ATON 3 .Os .Sh NAME @@ -48,7 +48,7 @@ by colons. It returns a pointer to a static buffer that is reused for each call. The .Fn ether_aton -converts an +function converts an .Tn ASCII string of the same form and to a structure containing the 6 octets of the address. diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 26eac493202..8ea08fa3da2 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.22 2018/01/12 04:36:44 deraadt Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.23 2022/03/29 18:15:52 naddy Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -21,7 +21,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: January 12 2018 $ +.Dd $Mdocdate: March 29 2022 $ .Dt GETIFADDRS 3 .Os .Sh NAME @@ -122,7 +122,7 @@ when no longer needed. .Sh ERRORS The .Fn getifaddrs -may fail and set +function may fail and set .Va errno for any of the errors specified for the library routines .Xr ioctl 2 , diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3 index dd7ab53f6f5..fb4253aa2c7 100644 --- a/lib/libc/net/inet6_opt_init.3 +++ b/lib/libc/net/inet6_opt_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_opt_init.3,v 1.6 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: inet6_opt_init.3,v 1.7 2022/03/29 18:15:52 naddy Exp $ .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: March 29 2022 $ .Dt INET6_OPT_INIT 3 .Os .\" @@ -160,7 +160,7 @@ alignments respectively. .Ss inet6_opt_finish The .Fn inet6_opt_finish -calculates the final padding necessary to make the extension header a +function calculates the final padding necessary to make the extension header a multiple of 8 bytes, as required by the IPv6 extension header specification, and returns the extension header's updated total length. |