git: 9front

Download patch

ref: 691922a705c2797209d8e49da836a77e69960986
parent: 53b2ccf7f268f43f360486f4731b67b2bf53eac0
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Sep 21 17:47:52 EDT 2016

ip(3): update description of /net/ipifc/*/status format

--- a/sys/man/3/ip
+++ b/sys/man/3/ip
@@ -330,12 +330,12 @@
 .PP
 Reading the interface's
 .I status
-file returns information about the interface, one line for each
-local address on that interface.  The first line
-has 9 white-space-separated fields: device, mtu, local address,
-mask, remote or network address, packets in, packets out, input errors,
-output errors.  Each subsequent line contains all but the device and mtu.
-See
+file returns information about the interface. The first line
+is composed of white-space-separated fields, the first two
+fields are: device and maxmtu. Subsequent lines list the
+ip addresses assigned to that inferface. The colums are:
+ip address, network mask, network address and valid/prefered
+life times in milliseconds. See
 .I readipifc
 in
 .IR ip (2).
--