diff options
| author | naddy <> | 2022-03-29 18:15:52 +0000 |
|---|---|---|
| committer | naddy <> | 2022-03-29 18:15:52 +0000 |
| commit | bdf85107fe61cee7a4395de94b85298d6592c8ae (patch) | |
| tree | 3067083961a5234b715ff3d2d7afa9a2174ecdd7 /src/lib/libc/net/ether_aton.3 | |
| parent | 81e0e695a60387a431ef34ddbf8a76788cc9822a (diff) | |
| download | openbsd-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.3 | 6 |
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. | |||
| 48 | It returns a pointer to a static buffer that is reused for each call. | 48 | It returns a pointer to a static buffer that is reused for each call. |
| 49 | The | 49 | The |
| 50 | .Fn ether_aton | 50 | .Fn ether_aton |
| 51 | converts an | 51 | function converts an |
| 52 | .Tn ASCII | 52 | .Tn ASCII |
| 53 | string of the same form and to a structure | 53 | string of the same form and to a structure |
| 54 | containing the 6 octets of the address. | 54 | containing the 6 octets of the address. |
