On 02/01/2014 11:37 PM, David Prévot wrote: > Hi Michael, > > I’m not totally sure for this one, but it seems to fit the usual usage, > even if man-pages(7) — Font conventions — suggests to rather use > something like: > > .BI "sizeof(struct " ifreq ) > > Regards Your fix looks good to me. Applied. Thanks, David. Cheers, Michael > > David > --- > man7/netdevice.7 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man7/netdevice.7 b/man7/netdevice.7 > index ff2ac82..c1cb8a2 100644 > --- a/man7/netdevice.7 > +++ b/man7/netdevice.7 > @@ -309,8 +309,8 @@ with > .I ifc_req > set to NULL, or to retry the call with a bigger buffer whenever > .I ifc_len > -upon return differs by less than sizeof(struct > -.IR ifreq ) > +upon return differs by less than > +.I sizeof(struct ifreq) > from its original value. > > If an error occurs accessing the > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html