The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c9ed4e99524cc2f20301ed3a3f31050f75dc365e
commit c9ed4e99524cc2f20301ed3a3f31050f75dc365e Author: Gordon Bergling <[email protected]> AuthorDate: 2025-10-26 13:07:43 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2025-10-31 07:25:49 +0000 rc.subr.8: Fix a typo in the manual page - s/derrived/derived/ (cherry picked from commit 12584410c5dc3d17f6a07a743ca351f02434dc00) --- share/man/man8/rc.subr.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8 index 1fd5041cecd8..45a9e9a684cd 100644 --- a/share/man/man8/rc.subr.8 +++ b/share/man/man8/rc.subr.8 @@ -1010,7 +1010,7 @@ However, if fails, just return. .Pp .Ic DebugOn -will be called with tags derrived from +will be called with tags derived from .Va name and .Va rc_arg
