aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2023-02-12 22:17:46 +0000
committerCeri Davies <ceri@FreeBSD.org>2023-02-12 22:17:46 +0000
commit81b9905234e34a778dd524385279c2a807d83308 (patch)
tree89810da2c1aa35a8063676bae9d260d7c00077c9
parentab0440af75ba0c2dbf263c5441ccbe4058515fff (diff)
man5/rc.conf.5: document utx_enable variable.
-rw-r--r--share/man/man5/rc.conf.510
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index e67273cf0ea2..c979ffe6cae1 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 14, 2022
+.Dd February 12, 2023
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -4495,6 +4495,13 @@ Bus address of the USB Bluetooth controller.
Check the output of
.Xr usbconfig 8
on your system to find this information.
+.It Va utx_enable
+.Pq Vt bool
+Set to
+.Dq Li YES
+to enable user accounting through the
+.Xr utx 8
+facility.
.It Va netwait_enable
.Pq Vt bool
If set to
@@ -4965,6 +4972,7 @@ these are the flags to pass to the
.Xr sysrc 8 ,
.Xr unbound 8 ,
.Xr usbconfig 8 ,
+.Xr utx 8 ,
.Xr wlandebug 8 ,
.Xr yp 8 ,
.Xr ypbind 8 ,