Re: bug in man netdevice?

From: Andries Brouwer
Date: Tue Nov 23 2004 - 18:54:47 EST


On Tue, Nov 23, 2004 at 09:43:20PM +0000, Karel Kulhavy wrote:

> struct ifreq {
> char ifr_name[IFNAMSIZ];/* Interface name */
> union {
> struct sockaddrifr_addr;
> struct sockaddrifr_dstaddr;
> struct sockaddrifr_broadaddr;
> struct sockaddrifr_netmask;
> struct sockaddrifr_hwaddr;
>
> This looks like spaces forgotten between "sockaddr" and ifr_something.
> Is it a bug? Or is it some elaborate language construct?

This is not for l-k but for mtk-manpages@xxxxxxx .

And to answer your question, there is a tabs line in the source
that puts the tabs at the wrong positions. Do a
1,$s/sockaddr<tab>/sockaddr /

Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/