git: 224f3a532e74 - main - atrtc: Correct name of tunable in man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Dec 2022 16:22:14 UTC
The branch main has been updated by grembo (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=224f3a532e743b3030ca894193ed0482bccf2009
commit 224f3a532e743b3030ca894193ed0482bccf2009
Author: Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2022-10-17 10:09:42 +0000
Commit: Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2022-12-15 16:20:11 +0000
atrtc: Correct name of tunable in man page
Not reviewed, but I took the liberty to commit it
since it's so obvious.
Differential Revision: https://reviews.freebsd.org/D37018
---
share/man/man4/atrtc.4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man4/atrtc.4 b/share/man/man4/atrtc.4
index 3a046a34a587..0ee7cacecbb4 100644
--- a/share/man/man4/atrtc.4
+++ b/share/man/man4/atrtc.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 17, 2010
+.Dd December 15, 2022
.Dt ATRTC 4
.Os
.Sh NAME
@@ -40,7 +40,7 @@ The following tunables are settable from the
controls event timers functionality support.
Setting to 0, disables it.
Default value is 1.
-.It Va hw.atrtc.enable
+.It Va hw.atrtc.enabled
Forces enabling or disabling of the device(s).
Setting to 0 disables it, setting to 1 enables it, bypassing any platform
configuration hints.