git: 8f86105d5f3d - stable/12 - rc.conf: Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:06 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=8f86105d5f3dfd6dc18cd6709953fb29176aeb75
commit 8f86105d5f3dfd6dc18cd6709953fb29176aeb75
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:57:39 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:44:07 +0000
rc.conf: Fix a typo in a comment
- s/overriden/overridden/
(cherry picked from commit 0a81527da8e51e3dd77af2ef4950d6559684487f)
---
libexec/rc/rc.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index bd2fd5eeae2a..e6024cbd9bf6 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -562,7 +562,7 @@ font8x8="NO" # font 8x8 from /usr/share/{syscons,vt}/fonts/* (or NO).
blanktime="300" # blank time (in seconds) or "NO" to turn it off.
saver="NO" # screen saver: Uses /boot/kernel/${saver}_saver.ko
moused_nondefault_enable="YES" # Treat non-default mice as enabled unless
- # specifically overriden in rc.conf(5).
+ # specifically overridden in rc.conf(5).
moused_enable="NO" # Run the mouse daemon.
moused_type="auto" # See man page for rc.conf(5) for available settings.
moused_port="/dev/psm0" # Set to your mouse port.