diff options
author | 2016-02-29 23:51:14 +0000 | |
---|---|---|
committer | 2016-02-29 23:51:14 +0000 | |
commit | fc717545799238a9d9c2d34f1ef554d0526cf897 (patch) | |
tree | 5abd69265cb9d39a7b7a8c214f1ec3dd3c63ea7b /lib/libc | |
parent | correct return values for -e; from patrik lundin (diff) | |
download | wireguard-openbsd-fc717545799238a9d9c2d34f1ef554d0526cf897.tar.xz wireguard-openbsd-fc717545799238a9d9c2d34f1ef554d0526cf897.zip |
Add NET_RT_IFNAMES; OK deraadt@
Diffstat (limited to 'lib/libc')
-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" |