summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/net_addrcmp.3
diff options
context:
space:
mode:
authoraaron <>2000-04-18 03:01:33 +0000
committeraaron <>2000-04-18 03:01:33 +0000
commit6e79b911ce0057b5b91d0f9cedd766e0163fb043 (patch)
tree9478c878ca3f3846100f116eeb1bed16f321f335 /src/lib/libc/net/net_addrcmp.3
parent59ca3f5f8991ab72904434fb49ef0999d64ae2e8 (diff)
downloadopenbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.tar.gz
openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.tar.bz2
openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.zip
Repairs, mostly removing hard sentence breaks.
Diffstat (limited to 'src/lib/libc/net/net_addrcmp.3')
-rw-r--r--src/lib/libc/net/net_addrcmp.39
1 files changed, 6 insertions, 3 deletions
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.
26.Pp 26.Pp
27The 27The
28.Fa sa_len 28.Fa sa_len
29fields are compared first. If they do not match, 29fields are compared first.
30If they do not match,
30.Fn net_addrcmp 31.Fn net_addrcmp
31returns \-1 or 1 if 32returns \-1 or 1 if
32.Li sa1->sa_len 33.Li sa1->sa_len
@@ -36,7 +37,8 @@ respectively.
36.Pp 37.Pp
37Next, the 38Next, the
38.Fa sa_family 39.Fa sa_family
39members are compared. If they do not match, 40members are compared.
41If they do not match,
40.Fn net_addrcmp 42.Fn net_addrcmp
41returns \-1 or 1 if 43returns \-1 or 1 if
42.Li sa1->sa_family 44.Li sa1->sa_family
@@ -51,7 +53,8 @@ and
51fields match, 53fields match,
52the protocol-specific data (the 54the protocol-specific data (the
53.Fa sa_data 55.Fa sa_data
54field) is compared. If there's a match, both 56field) is compared.
57If there's a match, both
55.Fa sa1 58.Fa sa1
56and 59and
57.Fa sa2 60.Fa sa2