diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-03 12:57:39 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-06 05:44:07 +0000 |
| commit | 8f86105d5f3dfd6dc18cd6709953fb29176aeb75 (patch) | |
| tree | b2f67d2e1fbdf224c1d25a87071a2d4ea3db4c47 | |
| parent | 327712f412e1b5232d835cab5511097d8f26269a (diff) | |
rc.conf: Fix a typo in a comment
- s/overriden/overridden/
(cherry picked from commit 0a81527da8e51e3dd77af2ef4950d6559684487f)
| -rw-r--r-- | libexec/rc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
