diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
commit | 58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch) | |
tree | c631dd0d4ac59c3286cbf5b06d00e840263d40da /share/man/man4/ip.4 | |
parent | a7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff) |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Diffstat (limited to 'share/man/man4/ip.4')
-rw-r--r-- | share/man/man4/ip.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 4447845376e..27e29612cd8 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip.4,v 1.43 2021/01/08 23:33:12 jmc Exp $ +.\" $OpenBSD: ip.4,v 1.44 2022/03/31 17:27:20 naddy Exp $ .\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ip.4 8.2 (Berkeley) 11/30/93 .\" -.Dd $Mdocdate: January 8 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt IP 4 .Os .Sh NAME @@ -232,7 +232,7 @@ structure points to a buffer that contains a structure followed by flow information in 32-bit network byte order. When this information is passed to a .Xr sendmsg 2 -call the ID of the incoming SA will be used for looking up the +call, the ID of the incoming SA will be used for looking up the outgoing SA for the .Tn UDP datagram. |