diff options
author | 2018-11-06 14:18:00 +0000 | |
---|---|---|
committer | 2018-11-06 14:18:00 +0000 | |
commit | 7501de6061a37c833b3e2b930dadddad61690fc9 (patch) | |
tree | f64f45fdc0c996b2a7d5188404990eb70ab140ae | |
parent | Fix base64 outlen calculation. (diff) | |
download | wireguard-openbsd-7501de6061a37c833b3e2b930dadddad61690fc9.tar.xz wireguard-openbsd-7501de6061a37c833b3e2b930dadddad61690fc9.zip |
sysctl page is section 2 now;
-rw-r--r-- | share/man/man5/malloc.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/malloc.conf.5 b/share/man/man5/malloc.conf.5 index 6fec0793acd..b0afa7f77b1 100644 --- a/share/man/man5/malloc.conf.5 +++ b/share/man/man5/malloc.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.conf.5,v 1.15 2018/11/06 08:01:43 otto Exp $ +.\" $OpenBSD: malloc.conf.5,v 1.16 2018/11/06 14:18:00 jmc Exp $ .\" .\" Copyright (c) 2012 Damien Miller <djm@openbsd.org> .\" Copyright (c) 2008, 2009, 2010, 2011 Otto Moerbeek <otto@drijf.net> @@ -29,7 +29,7 @@ Upon the first call to the family of functions, an initialization sequence inspects the value of the .Va vm.malloc_conf -.Xr sysctl 3 , +.Xr sysctl 2 , next checks the environment for a variable called .Ev MALLOC_OPTIONS , and finally looks at the global variable |