diff options
author | 2018-06-03 06:00:37 +0000 | |
---|---|---|
committer | 2018-06-03 06:00:37 +0000 | |
commit | ff5db33cd318838a38747b82d40a86215fc1613f (patch) | |
tree | 9debd9874821fc8b27102e5e92be5aac467b62cb /lib/libc | |
parent | i386 isn't quite ready for witness yet. (diff) | |
download | wireguard-openbsd-ff5db33cd318838a38747b82d40a86215fc1613f.tar.xz wireguard-openbsd-ff5db33cd318838a38747b82d40a86215fc1613f.zip |
for the witness(4) text, we already Xr the page in the first sentence, so adding
"See witness(4)" is unneccessary, and just bulks this already large page: remove it;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index 5f6428bc7ea..6c76174396e 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.6 2018/05/26 12:47:52 schwarze Exp $ +.\" $OpenBSD: sysctl.2,v 1.7 2018/06/03 06:00:37 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: May 26 2018 $ +.Dd $Mdocdate: June 3 2018 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -1093,10 +1093,6 @@ and a stack trace if possible. .It 3 The same as 2, but also drop into the kernel debugger. .El -.Pp -See -.Xr witness 4 -for more information. .It Dv KERN_WXABORT Pq Va kern.wxabort Generate an abort, rather than returning an error, |