Date: Fri, 7 Aug 2020 09:50:45 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r364007 - stable/12/share/man/man8 Message-ID: <202008070950.0779ojVu094499@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer) Date: Fri Aug 7 09:50:44 2020 New Revision: 364007 URL: https://svnweb.freebsd.org/changeset/base/364007 Log: MFC 363737: Point to rc(8) for more details about the autoboot variable Reviewed by: bcr, imp Differential Revision: https://reviews.freebsd.org/D25904 Modified: stable/12/share/man/man8/rc.subr.8 Directory Properties: stable/12/ (props changed) Modified: stable/12/share/man/man8/rc.subr.8 ============================================================================== --- stable/12/share/man/man8/rc.subr.8 Fri Aug 7 08:57:31 2020 (r364006) +++ stable/12/share/man/man8/rc.subr.8 Fri Aug 7 09:50:44 2020 (r364007) @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 24, 2020 +.Dd July 31, 2020 .Dt RC.SUBR 8 .Os .Sh NAME @@ -864,7 +864,11 @@ Prevent booting to multiuser mode. If the .Va autoboot variable is set to -.Ql yes , +.Ql yes +(see +.Xr rc 8 +to learn more about +.Va autoboot ) , or .Ic checkyesno Ar always indicates a truth value, then a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008070950.0779ojVu094499>