Date: Wed, 5 Nov 2008 15:18:20 +0200 From: "Ivo Vachkov" <ivo.vachkov@gmail.com> To: "FreeBSD Net" <freebsd-net@freebsd.org> Subject: Probably typo in netintro(4) manpage Message-ID: <f85d6aa70811050518j357786a5uef01f37a2e5bd4e1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello all, I'm using FreeBSD CURRENT (as of 04 Nov 2008) and while reading netintro(4) i found something i think is typo. Near the end of the INTERFACE section there is an example: ... /* * Structure used in SIOCAIFCONF request. */ struct ifaliasreq { char ifra_name[IFNAMSIZ]; /* if name, e.g. "en0" */ struct sockaddr ifra_addr; struct sockaddr ifra_broadaddr; struct sockaddr ifra_mask; }; ... I think the "SIOCAIFCONF" should be "SIOCAIFADDR". Reference: netintro(4), sys/sockio.h /ipv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f85d6aa70811050518j357786a5uef01f37a2e5bd4e1>