diff options
author | 2006-03-31 17:31:56 +0000 | |
---|---|---|
committer | 2006-03-31 17:31:56 +0000 | |
commit | a19cd53fdb9a1149e658e07acebbdce353c60e69 (patch) | |
tree | 0fbdce42b51811de327176365a12a3ae292e2f26 | |
parent | Add sysctl to retrieve the routing table statisitcs. Will be used by netstat (diff) | |
download | wireguard-openbsd-a19cd53fdb9a1149e658e07acebbdce353c60e69.tar.xz wireguard-openbsd-a19cd53fdb9a1149e658e07acebbdce353c60e69.zip |
Document NET_RT_STATS.
-rw-r--r-- | lib/libc/gen/sysctl.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index b3847cd67cb..c2493630f32 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.148 2006/03/25 21:13:43 pedro Exp $ +.\" $OpenBSD: sysctl.3,v 1.149 2006/03/31 17:31:56 claudio Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1019,6 +1019,7 @@ The fifth and sixth level names are as follows: .It Dv NET_RT_DUMP No " None" .It Dv NET_RT_FLAGS No " rtflags" .It Dv NET_RT_IFLIST No " None" +.It Dv NET_RT_STATS No " None" .El .It Dv PF_INET Get or set various global information about IPv4 |