diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-16 10:48:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-16 10:48:40 +0000 |
commit | 3f6835d1c75a241142b8811825e77fbbb13cbc9a (patch) | |
tree | 9f297d7eeed7558cd9fd992a68a235ef4e504333 /lib/libc/net | |
parent | bf2cb9d524ff65885c7f607eb7d3e8e0b213d318 (diff) |
more display/list fixes, and a little whitespace;
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/getifaddrs.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 9287b3b7347..ffbdf4da417 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.10 2003/05/30 21:37:59 jmc Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.11 2004/04/16 10:48:39 jmc Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -58,7 +58,6 @@ structure contains at least the following entries: struct sockaddr *ifa_dstaddr; /* P2P interface destination */ void *ifa_data; /* Address specific data */ .Ed -.Pp .Bl -tag -width Ds .It Fa ifa_next Contains a pointer to the next structure on the list. |