diff options
author | 2004-04-16 10:48:39 +0000 | |
---|---|---|
committer | 2004-04-16 10:48:39 +0000 | |
commit | ad6301ec2ac43d1abf35d82270b337014abe55b8 (patch) | |
tree | 79a87335a1b2802dc42be39373c366232c5a9353 /lib/libc/net | |
parent | - a malicious server may send path names that translate out of the (diff) | |
download | wireguard-openbsd-ad6301ec2ac43d1abf35d82270b337014abe55b8.tar.xz wireguard-openbsd-ad6301ec2ac43d1abf35d82270b337014abe55b8.zip |
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. |