diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:10:16 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:32:42 +0000 |
| commit | ca7deba74b2e5179c8fc2180d509632128b56bac (patch) | |
| tree | 93094667d5c5260573e307a96b88c637f886738b | |
| parent | 189cec2f0d6ceb258c754193cf03a26eb9d7b3fe (diff) | |
rc.conf.5: Fix a typo in the manual page
- s/overriden/overridden/
- s/explicitely/explicitly/
MFC after: 5 days
| -rw-r--r-- | share/man/man5/rc.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index edbfa937f8df..6274c1ee5b94 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -4950,7 +4950,7 @@ can be used in jails) depending on the content of the .Ao Ar name Ac Ns Va _svcj_options variable. Typically this variable is set inside rc scripts, but it can be -overriden in the rc config. +overridden in the rc config. Valid options for .Ao Ar name Ac Ns Va _svcj_options are: @@ -5041,7 +5041,7 @@ service at all, or may set it to if it is not set in the rc config, to exclude it from .Va svcj_all_enable -but allow to explicitely enable it. +but allow to explicitly enable it. The sshd service for example would not see other jails, if it would run as a service jail. This may or may not be what is needed, and as such it is |
