summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ether_aton.3
diff options
context:
space:
mode:
authornaddy <>2022-03-29 18:15:52 +0000
committernaddy <>2022-03-29 18:15:52 +0000
commitbdf85107fe61cee7a4395de94b85298d6592c8ae (patch)
tree3067083961a5234b715ff3d2d7afa9a2174ecdd7 /src/lib/libc/net/ether_aton.3
parent81e0e695a60387a431ef34ddbf8a76788cc9822a (diff)
downloadopenbsd-bdf85107fe61cee7a4395de94b85298d6592c8ae.tar.gz
openbsd-bdf85107fe61cee7a4395de94b85298d6592c8ae.tar.bz2
openbsd-bdf85107fe61cee7a4395de94b85298d6592c8ae.zip
man pages: add missing word, The foo() ... -> The foo() function ...
ok jmc@ schwarze@
Diffstat (limited to 'src/lib/libc/net/ether_aton.3')
-rw-r--r--src/lib/libc/net/ether_aton.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/ether_aton.3 b/src/lib/libc/net/ether_aton.3
index 98beb5e492..358d7eed03 100644
--- a/src/lib/libc/net/ether_aton.3
+++ b/src/lib/libc/net/ether_aton.3
@@ -1,8 +1,8 @@
1.\" $OpenBSD: ether_aton.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ 1.\" $OpenBSD: ether_aton.3,v 1.2 2022/03/29 18:15:52 naddy Exp $
2.\" 2.\"
3.\" Written by roland@frob.com. Public domain. 3.\" Written by roland@frob.com. Public domain.
4.\" 4.\"
5.Dd $Mdocdate: August 30 2019 $ 5.Dd $Mdocdate: March 29 2022 $
6.Dt ETHER_ATON 3 6.Dt ETHER_ATON 3
7.Os 7.Os
8.Sh NAME 8.Sh NAME
@@ -48,7 +48,7 @@ by colons.
48It returns a pointer to a static buffer that is reused for each call. 48It returns a pointer to a static buffer that is reused for each call.
49The 49The
50.Fn ether_aton 50.Fn ether_aton
51converts an 51function converts an
52.Tn ASCII 52.Tn ASCII
53string of the same form and to a structure 53string of the same form and to a structure
54containing the 6 octets of the address. 54containing the 6 octets of the address.