summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2021-01-08 23:33:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2021-01-08 23:33:13 +0000
commit4dc1ad3b39e54d95a66a3bfa642ede19f81c9d74 (patch)
tree809cfdede701ec724d199856cd961ef541170e33
parent8fb065238b33f4eda8a03d659c747260ef3feaee (diff)
missing plural in previous;
-rw-r--r--share/man/man4/ip.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index a65bc7851cc..4447845376e 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ip.4,v 1.42 2021/01/08 14:48:36 claudio Exp $
+.\" $OpenBSD: ip.4,v 1.43 2021/01/08 23:33:12 jmc Exp $
.\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -411,7 +411,7 @@ setsockopt(s, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq, sizeof(mreq));
.Pp
where
.Fa mreq
-is either of the following structure:
+is either of the following structures:
.Bd -literal -offset indent
struct ip_mreq {
struct in_addr imr_multiaddr; /* multicast group to join */