diff options
author | naddy <> | 2022-03-29 18:15:52 +0000 |
---|---|---|
committer | naddy <> | 2022-03-29 18:15:52 +0000 |
commit | 891c61d53b14acc52e45afdbf657db4af8a5fe4d (patch) | |
tree | 3067083961a5234b715ff3d2d7afa9a2174ecdd7 /src/lib/libc/net/inet6_opt_init.3 | |
parent | e8a98b915bed429d19b5dd55fed95e1425afbbcf (diff) | |
download | openbsd-891c61d53b14acc52e45afdbf657db4af8a5fe4d.tar.gz openbsd-891c61d53b14acc52e45afdbf657db4af8a5fe4d.tar.bz2 openbsd-891c61d53b14acc52e45afdbf657db4af8a5fe4d.zip |
man pages: add missing word, The foo() ... -> The foo() function ...
ok jmc@ schwarze@
Diffstat (limited to 'src/lib/libc/net/inet6_opt_init.3')
-rw-r--r-- | src/lib/libc/net/inet6_opt_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet6_opt_init.3 b/src/lib/libc/net/inet6_opt_init.3 index dd7ab53f6f..fb4253aa2c 100644 --- a/src/lib/libc/net/inet6_opt_init.3 +++ b/src/lib/libc/net/inet6_opt_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_opt_init.3,v 1.6 2014/01/21 03:15:45 schwarze Exp $ | 1 | .\" $OpenBSD: inet6_opt_init.3,v 1.7 2022/03/29 18:15:52 naddy Exp $ |
2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ | 2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: January 21 2014 $ | 31 | .Dd $Mdocdate: March 29 2022 $ |
32 | .Dt INET6_OPT_INIT 3 | 32 | .Dt INET6_OPT_INIT 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -160,7 +160,7 @@ alignments respectively. | |||
160 | .Ss inet6_opt_finish | 160 | .Ss inet6_opt_finish |
161 | The | 161 | The |
162 | .Fn inet6_opt_finish | 162 | .Fn inet6_opt_finish |
163 | calculates the final padding necessary to make the extension header a | 163 | function calculates the final padding necessary to make the extension header a |
164 | multiple of 8 bytes, as required by the IPv6 extension header | 164 | multiple of 8 bytes, as required by the IPv6 extension header |
165 | specification, and returns the extension header's updated total | 165 | specification, and returns the extension header's updated total |
166 | length. | 166 | length. |