summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2004-04-16 10:48:39 +0000
committerjmc <>2004-04-16 10:48:39 +0000
commit451c4303bb1929559496ac1bd9e04a63d4671833 (patch)
tree18ee448fc78a37cd5853912a79123ba5fb93a91c
parent6888cfa33f1aa05ac387a06b6a9f51f6fb20f070 (diff)
downloadopenbsd-451c4303bb1929559496ac1bd9e04a63d4671833.tar.gz
openbsd-451c4303bb1929559496ac1bd9e04a63d4671833.tar.bz2
openbsd-451c4303bb1929559496ac1bd9e04a63d4671833.zip
more display/list fixes, and a little whitespace;
-rw-r--r--src/lib/libc/net/getifaddrs.33
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/getifaddrs.3 b/src/lib/libc/net/getifaddrs.3
index 9287b3b734..ffbdf4da41 100644
--- a/src/lib/libc/net/getifaddrs.3
+++ b/src/lib/libc/net/getifaddrs.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getifaddrs.3,v 1.10 2003/05/30 21:37:59 jmc Exp $ 1.\" $OpenBSD: getifaddrs.3,v 1.11 2004/04/16 10:48:39 jmc Exp $
2.\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp 2.\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp
3.\" 3.\"
4.\" Copyright (c) 1995, 1999 4.\" Copyright (c) 1995, 1999
@@ -58,7 +58,6 @@ structure contains at least the following entries:
58 struct sockaddr *ifa_dstaddr; /* P2P interface destination */ 58 struct sockaddr *ifa_dstaddr; /* P2P interface destination */
59 void *ifa_data; /* Address specific data */ 59 void *ifa_data; /* Address specific data */
60.Ed 60.Ed
61.Pp
62.Bl -tag -width Ds 61.Bl -tag -width Ds
63.It Fa ifa_next 62.It Fa ifa_next
64Contains a pointer to the next structure on the list. 63Contains a pointer to the next structure on the list.