Fix typo (David Maltz; PR #1632)

This commit is contained in:
jtc 1995-10-19 08:03:40 +00:00
parent fbd6724aad
commit adbdc55a44
1 changed files with 2 additions and 2 deletions

View File

@ -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;