Hi, I noticed a double negation in the man page of if_nameindex(3) (present in 3.45 and online version dating from 2012-12-20): ERRORS top if_nameindex() may fail and set errno if: ENOBUFS Insufficient resources unavailable. ^^^^^^^^^^^^ ^^^^^^^^^^^ Patch attached replacing unavailable into available. Cheers, Cédric
diff --git a/man3/if_nameindex.3 b/man3/if_nameindex.3 index 36ffc80..f9480e6 100644 --- a/man3/if_nameindex.3 +++ b/man3/if_nameindex.3 @@ -80,7 +80,7 @@ may fail and set if: .TP .B ENOBUFS -Insufficient resources unavailable. +Insufficient resources available. .PP .BR if_nameindex () may also fail for any of the errors specified for
Attachment:
signature.asc
Description: Digital signature