diff options
author | Tim van der Molen <tim@cvs.openbsd.org> | 2016-02-29 23:51:15 +0000 |
---|---|---|
committer | Tim van der Molen <tim@cvs.openbsd.org> | 2016-02-29 23:51:15 +0000 |
commit | 374a04aa825d26a0b981f0044b236a1bb18baed4 (patch) | |
tree | 1c8ba980be0776c98167cd1badb06f72fb3138c3 | |
parent | bce40754aecc414ba185ac32b023ff93535eebff (diff) |
Add NET_RT_IFNAMES; OK deraadt@
-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 1e72946c3cc..291f3f74003 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.255 2016/02/29 22:14:56 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.256 2016/02/29 23:51:14 tim Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1099,6 +1099,7 @@ The fifth and sixth level names are as follows: .It Dv NET_RT_DUMP Ta "priority" .It Dv NET_RT_FLAGS Ta "rtflags" .It Dv NET_RT_IFLIST Ta "None" +.It Dv NET_RT_IFNAMES Ta "None" .It Dv NET_RT_STATS Ta "None" .El .Bl -tag -width "123456" |