diff options
author | 2016-05-13 21:36:28 +0000 | |
---|---|---|
committer | 2016-05-13 21:36:28 +0000 | |
commit | 524dcf8a637b829a385975522495dbd76aec0386 (patch) | |
tree | bb66d5b8d6b8d36a635b8195cd030dc649404c10 /lib/libc | |
parent | Unbreak build when AUDIO_DEBUG is defined: fix printf(9) format (diff) | |
download | wireguard-openbsd-524dcf8a637b829a385975522495dbd76aec0386.tar.xz wireguard-openbsd-524dcf8a637b829a385975522495dbd76aec0386.zip |
remove extra argument; from rafael neves
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 291f3f74003..a51e2996d03 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.256 2016/02/29 23:51:14 tim Exp $ +.\" $OpenBSD: sysctl.3,v 1.257 2016/05/13 21:36:28 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: February 29 2016 $ +.Dd $Mdocdate: May 13 2016 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1830,7 +1830,7 @@ Maximum number of prefixes created by route advertisements per interface. Set to negative to disable. The default value is 16. .Pp -.It Li ip6.maxifdefrouters 16 +.It Li ip6.maxifdefrouters Maximum number of default routers created by route advertisements per interface. Set to negative to disable. |