diff options
author | jmc <> | 2014-04-19 16:46:32 +0000 |
---|---|---|
committer | jmc <> | 2014-04-19 16:46:32 +0000 |
commit | 7fb8aec9a66954a70e96f9ce5f61043f9052ac1f (patch) | |
tree | 20c705136db61ee3f2396a19cba802858c0d271c | |
parent | 293abf5613325cc93a869974ce3262f4cb33083b (diff) | |
download | openbsd-7fb8aec9a66954a70e96f9ce5f61043f9052ac1f.tar.gz openbsd-7fb8aec9a66954a70e96f9ce5f61043f9052ac1f.tar.bz2 openbsd-7fb8aec9a66954a70e96f9ce5f61043f9052ac1f.zip |
zap trailing whitespace;
-rw-r--r-- | src/lib/libc/net/inet_lnaof.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/inet_lnaof.3 b/src/lib/libc/net/inet_lnaof.3 index f3f03514af..082bca1559 100644 --- a/src/lib/libc/net/inet_lnaof.3 +++ b/src/lib/libc/net/inet_lnaof.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet_lnaof.3,v 1.1 2014/04/19 11:18:01 guenther Exp $ | 1 | .\" $OpenBSD: inet_lnaof.3,v 1.2 2014/04/19 16:46:32 jmc Exp $ |
2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ | 2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1990, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1990, 1991, 1993 |
@@ -54,7 +54,7 @@ It is frequency-encoded; | |||
54 | the most-significant bit is clear in Class A addresses, | 54 | the most-significant bit is clear in Class A addresses, |
55 | in which the high-order 8 bits are the network number. | 55 | in which the high-order 8 bits are the network number. |
56 | Class B addresses use the high-order 16 bits as the network field, | 56 | Class B addresses use the high-order 16 bits as the network field, |
57 | and Class C addresses have a 24-bit network part. | 57 | and Class C addresses have a 24-bit network part. |
58 | .Pp | 58 | .Pp |
59 | The routine | 59 | The routine |
60 | .Fn inet_makeaddr | 60 | .Fn inet_makeaddr |