diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-24 09:56:50 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-24 09:56:50 +0000 |
commit | 428bf961d572dd0b4ad693959d9930ca04cc30f5 (patch) | |
tree | 8c0f73f445de5c332496eb8aeb7c920ad17bb880 | |
parent | 2dffde4c1dd1845b8f5e975c11b7810da0514af6 (diff) |
Fix bogus inet_net_pton() translation example.
ok henning@
-rw-r--r-- | lib/libc/net/inet_net.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3 index fcdca84ec24..329b479dccb 100644 --- a/lib/libc/net/inet_net.3 +++ b/lib/libc/net/inet_net.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet_net.3,v 1.7 2002/10/26 22:01:15 marc Exp $ +.\" $OpenBSD: inet_net.3,v 1.8 2003/02/24 09:56:49 cedric Exp $ .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -130,7 +130,7 @@ a 24 bit network number (class C), value .It Li 10.10 a 16 bit network number, value .Li 10.10.0.0 . -.It Li 10.1.2.0 +.It Li 10.1.2 a 24 bit network number, value .Li 10.1.2.0 . .It Li 10.1.2.3 |