From 6263befb32fdc99dd5d02b6afdd5613db9df4c3b Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 14 Apr 2023 21:33:14 +0200 Subject: [PATCH] ip.7: ffix Fixes: 51f5698d3ce9 "...: ffix: replace .sp by .PP" Fixes: 6545cc56e02e "...: ffix" Signed-off-by: Alejandro Colomar --- man7/ip.7 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man7/ip.7 b/man7/ip.7 index 1ddf995274..235edf63b5 100644 --- a/man7/ip.7 +++ b/man7/ip.7 @@ -332,7 +332,7 @@ Join a multicast group. Argument is an .I ip_mreqn structure. -.PP +.IP .in +4n .EX struct ip_mreqn { @@ -344,7 +344,7 @@ struct ip_mreqn { }; .EE .in -.PP +.IP .I imr_multiaddr contains the address of the multicast group the application wants to join or leave. @@ -390,7 +390,7 @@ from a specified source. Argument is an .I ip_mreq_source structure. -.PP +.IP .in +4n .EX struct ip_mreq_source { @@ -403,7 +403,7 @@ struct ip_mreq_source { }; .EE .in -.PP +.IP The .I ip_mreq_source structure is similar to @@ -504,7 +504,7 @@ This option provides access to the advanced full-state filtering API. Argument is an .I ip_msfilter structure. -.PP +.IP .in +4n .EX struct ip_msfilter { @@ -521,7 +521,7 @@ struct ip_msfilter { }; .EE .in -.PP +.IP There are two macros, .B MCAST_INCLUDE and -- 2.47.2