diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-23 00:46:07 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-23 00:46:07 +0000 |
commit | 7395d17b1bf53db50b3307ca8ad80b0872ebe05c (patch) | |
tree | 7025171e16de59f5da19b83216345bf52dc1c196 /share | |
parent | 9e08ad4bbe68de0f91b5df7e149f02a13ebfd8bf (diff) | |
download | src-7395d17b1bf53db50b3307ca8ad80b0872ebe05c.tar.gz src-7395d17b1bf53db50b3307ca8ad80b0872ebe05c.zip |
fix a typo (IFNAMSIZE -> IFNAMSIZ)
Obtained from: the NetBSD bugs mailinglist
Notes
Notes:
svn path=/head/; revision=11692
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/netintro.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 897f1896f926..7a0901605b67 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; |