From 6e79b911ce0057b5b91d0f9cedd766e0163fb043 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 18 Apr 2000 03:01:33 +0000 Subject: Repairs, mostly removing hard sentence breaks. --- src/lib/libc/net/net_addrcmp.3 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/net/net_addrcmp.3') diff --git a/src/lib/libc/net/net_addrcmp.3 b/src/lib/libc/net/net_addrcmp.3 index c29624dc87..8f7de8ef44 100644 --- a/src/lib/libc/net/net_addrcmp.3 +++ b/src/lib/libc/net/net_addrcmp.3 @@ -26,7 +26,8 @@ returns 0. .Pp The .Fa sa_len -fields are compared first. If they do not match, +fields are compared first. +If they do not match, .Fn net_addrcmp returns \-1 or 1 if .Li sa1->sa_len @@ -36,7 +37,8 @@ respectively. .Pp Next, the .Fa sa_family -members are compared. If they do not match, +members are compared. +If they do not match, .Fn net_addrcmp returns \-1 or 1 if .Li sa1->sa_family @@ -51,7 +53,8 @@ and fields match, the protocol-specific data (the .Fa sa_data -field) is compared. If there's a match, both +field) is compared. +If there's a match, both .Fa sa1 and .Fa sa2 -- cgit v1.2.3-55-g6feb