diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-03 06:00:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-03 06:00:38 +0000 |
commit | c64d7849eaef69c28f454bffbb9f38a5402952ca (patch) | |
tree | d91e0e3169bad3df13c5701004ab1741e96a0ca4 /lib/libc/sys | |
parent | 941bcc9e64d6c21be1b91c11fd98a9d2f775fd80 (diff) |
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/sys')
-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, |