Date: Sat, 28 Mar 2020 08:17:01 +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-11@freebsd.org Subject: svn commit: r359391 - stable/11/share/man/man5 Message-ID: <202003280817.02S8H1lk022969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer) Date: Sat Mar 28 08:17:00 2020 New Revision: 359391 URL: https://svnweb.freebsd.org/changeset/base/359391 Log: MFC 359299: Fix formatting Previously, the whole "jail_* variables" string would be stylized as a variable. This is incorrect. Modified: stable/11/share/man/man5/rc.conf.5 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man5/rc.conf.5 ============================================================================== --- stable/11/share/man/man5/rc.conf.5 Sat Mar 28 08:15:18 2020 (r359390) +++ stable/11/share/man/man5/rc.conf.5 Sat Mar 28 08:17:00 2020 (r359391) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 21, 2019 +.Dd March 25, 2020 .Dt RC.CONF 5 .Os .Sh NAME @@ -4007,7 +4007,7 @@ When set to all configured jails in .Va jail_list are stopped in reverse order. -.It Va jail_* variables +.It Va jail_ Ns * variables Note that older releases supported per-jail configuration via .Nm variables.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003280817.02S8H1lk022969>