Fix typo (David Maltz; PR #1632)
This commit is contained in:
parent
fbd6724aad
commit
adbdc55a44
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: netintro.4,v 1.3 1994/11/30 16:22:24 jtc Exp $
|
||||
.\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -190,7 +190,7 @@ structure as its parameter. This structure has the form
|
|||
.Bd -literal
|
||||
struct ifreq {
|
||||
#define IFNAMSIZ 16
|
||||
char ifr_name[IFNAMSIZE]; /* if name, e.g. "en0" */
|
||||
char ifr_name[IFNAMSIZ]; /* if name, e.g. "en0" */
|
||||
union {
|
||||
struct sockaddr ifru_addr;
|
||||
struct sockaddr ifru_dstaddr;
|
||||
|
|
Loading…
Reference in New Issue