Skip to content

Commit

Permalink
(Hopefully) improve a comment about getifaddrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwanner committed Nov 21, 2017
1 parent ea4ba47 commit ad5488e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ifaddrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ impl Iterator for InterfaceAddressIterator {
///
/// Note that the underlying implementation differs between OSes. Only the
/// most common address families are supported by the nix crate (due to
/// lack of time and complexity of testing). For any entry not supported,
/// lack of time and complexity of testing). The address familiy is encoded
/// in the specific variant of `SockAddr` returned for the fields `address`,
/// `netmask`, `broadcast`, and `destination`. For any entry not supported,
/// the returned list will contain a `None` entry.
///
/// # Example
Expand Down

0 comments on commit ad5488e

Please sign in to comment.