diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2019-01-29 14:07:16 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2019-01-29 14:07:16 +0000 |
commit | 363328cec784cefd433e9c015be27e5f5795c2b6 (patch) | |
tree | b059481c1a50943b9bc3b899fcc8d3e6e4201bc4 /share | |
parent | 4e707279c62597eb97b9afb403ab402a8ad0e907 (diff) |
Add a dedicated sysctl(2) node for witness(4).
The new node contains the subsystem's main control variable,
kern.witness.watch. It is aliased by the old name, kern.witnesswatch.
The alias will be removed in the future.
OK anton@ mpi@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/witness.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4 index 6869960cc55..bcdfe6699ee 100644 --- a/share/man/man4/witness.4 +++ b/share/man/man4/witness.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: witness.4,v 1.4 2018/05/16 14:58:48 visa Exp $ +.\" $OpenBSD: witness.4,v 1.5 2019/01/29 14:07:15 visa Exp $ .\" .\" Copyright (c) 2001 John H. Baldwin <jhb@FreeBSD.org> .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: head/share/man/man4/witness.4 301719 2016-06-09 06:55:00Z trasz $ .\" -.Dd $Mdocdate: May 16 2018 $ +.Dd $Mdocdate: January 29 2019 $ .Dt WITNESS 4 .Os .Sh NAME @@ -55,7 +55,7 @@ If any of these checks fail, then the kernel will panic. The behaviour of .Nm is controlled by the -.Va kern.witnesswatch +.Va kern.witness.watch .Xr sysctl 8 variable. Valid values for it are: |