=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.1,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- src/usr.bin/netstat/netstat.1 2016/07/13 08:40:46 1.78 +++ src/usr.bin/netstat/netstat.1 2016/09/01 14:20:13 1.79 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.78 2016/07/13 08:40:46 mpi Exp $ +.\" $OpenBSD: netstat.1,v 1.79 2016/09/01 14:20:13 bluhm Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: July 13 2016 $ +.Dd $Mdocdate: September 1 2016 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -349,12 +349,15 @@ .It C Ta RTF_CLONING Ta "Generate new routes on use." .It c Ta RTF_CLONED Ta "Cloned routes (generated from RTF_CLONING)." .It D Ta RTF_DYNAMIC Ta "Created dynamically (by redirect)." +.It d Ta RTF_DONE Ta "Completed (for routing messages only)." .It G Ta RTF_GATEWAY Ta "Destination requires forwarding by intermediary." .It H Ta RTF_HOST Ta "Host entry (net otherwise)." +.It h Ta RTF_CACHED Ta "Referenced by gateway route." .It L Ta RTF_LLINFO Ta "Valid protocol to link address translation." .It l Ta RTF_LOCAL Ta "Correspond to a local address." .It M Ta RTF_MODIFIED Ta "Modified dynamically (by redirect)." .It m Ta RTF_MULTICAST Ta "Correspond to a multicast address." +.It n Ta RTF_CONNECTED Ta "Interface route." .It P Ta RTF_MPATH Ta "Multipath route." .It R Ta RTF_REJECT Ta "Host or net unreachable." .It S Ta RTF_STATIC Ta "Manually added."