diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2018-11-19 16:12:07 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2018-11-19 16:12:07 +0000 |
commit | 6872c56497ebd6722c499ebcef8c07ee73a930a2 (patch) | |
tree | a949180f5bdb0d1a15d56d811a3051c879dd6c55 /lib | |
parent | 47c7a85ea1b575f49ee5fbffefa07388c20c7922 (diff) |
delete the dns jackport experiment. it has no future.
Diffstat (limited to 'lib')
-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 e5e7ef07ef0..cd548d7c921 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.15 2018/11/17 23:10:07 cheloha Exp $ +.\" $OpenBSD: sysctl.2,v 1.16 2018/11/19 16:12:06 tedu 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: November 17 2018 $ +.Dd $Mdocdate: November 19 2018 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -430,7 +430,6 @@ information. .It Dv KERN_CPTIME Ta "long[CPUSTATES]" Ta "no" .It Dv KERN_CPTIME2 Ta "u_int64_t[CPUSTATES]" Ta "no" .It Dv KERN_CPUSTATS Ta "struct cpustats" Ta "no" -.It Dv KERN_DNSJACKPORT Ta "integer" Ta "yes" .It Dv KERN_DOMAINNAME Ta "string" Ta "yes" .It Dv KERN_FILE Ta "struct kinfo_file" Ta "no" .It Dv KERN_FORKSTAT Ta "struct forkstat" Ta "no" @@ -570,9 +569,6 @@ This structure contains the array described in .Dv KERN_CPTIME2 and a bit mask indicating the status of the CPU specified by the third level name. -.It Dv KERN_DNSJACKPORT Pq Va kern.dnsjackport -When non-zero, the localhost port to which all DNS sockets should be -redirected. .It Dv KERN_DOMAINNAME Pq Va kern.domainname Get or set the YP domain name. .It Dv KERN_FILE Pq Va kern.file |