From 101c38d043562b2c44a2fa4c46e3ae8766a03184 Mon Sep 17 00:00:00 2001 From: torstenb Date: Mon, 23 Oct 1995 00:46:07 +0000 Subject: fix a typo (IFNAMSIZE -> IFNAMSIZ) Obtained from: the NetBSD bugs mailinglist --- share/man/man4/netintro.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 897f189..7a09016 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -188,7 +188,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; -- cgit v1.1