diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-03-31 17:31:57 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-03-31 17:31:57 +0000 |
commit | 3849b45a601ef8ca1a7f775649bfd9746d86c630 (patch) | |
tree | 01fc8154c7eec7056395ea6057e42fff2e2907f9 /lib/libc/gen | |
parent | 5e8affbf81c49d60dac7c01e8d7e4932594dd87d (diff) |
Document NET_RT_STATS.
Diffstat (limited to 'lib/libc/gen')
-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 |