diff options
author | aaron <> | 2000-04-18 03:01:33 +0000 |
---|---|---|
committer | aaron <> | 2000-04-18 03:01:33 +0000 |
commit | 6e79b911ce0057b5b91d0f9cedd766e0163fb043 (patch) | |
tree | 9478c878ca3f3846100f116eeb1bed16f321f335 /src/lib/libc/net/net_addrcmp.3 | |
parent | 59ca3f5f8991ab72904434fb49ef0999d64ae2e8 (diff) | |
download | openbsd-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.3 | 9 |
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 |
27 | The | 27 | The |
28 | .Fa sa_len | 28 | .Fa sa_len |
29 | fields are compared first. If they do not match, | 29 | fields are compared first. |
30 | If they do not match, | ||
30 | .Fn net_addrcmp | 31 | .Fn net_addrcmp |
31 | returns \-1 or 1 if | 32 | returns \-1 or 1 if |
32 | .Li sa1->sa_len | 33 | .Li sa1->sa_len |
@@ -36,7 +37,8 @@ respectively. | |||
36 | .Pp | 37 | .Pp |
37 | Next, the | 38 | Next, the |
38 | .Fa sa_family | 39 | .Fa sa_family |
39 | members are compared. If they do not match, | 40 | members are compared. |
41 | If they do not match, | ||
40 | .Fn net_addrcmp | 42 | .Fn net_addrcmp |
41 | returns \-1 or 1 if | 43 | returns \-1 or 1 if |
42 | .Li sa1->sa_family | 44 | .Li sa1->sa_family |
@@ -51,7 +53,8 @@ and | |||
51 | fields match, | 53 | fields match, |
52 | the protocol-specific data (the | 54 | the protocol-specific data (the |
53 | .Fa sa_data | 55 | .Fa sa_data |
54 | field) is compared. If there's a match, both | 56 | field) is compared. |
57 | If there's a match, both | ||
55 | .Fa sa1 | 58 | .Fa sa1 |
56 | and | 59 | and |
57 | .Fa sa2 | 60 | .Fa sa2 |