Author: 0mp (doc,ports committer) Date: Wed Mar 25 10:11:37 2020 New Revision: 359299 URL: https://svnweb.freebsd.org/changeset/base/359299
Log: Fix formatting Previously, the whole "jail_* variables" string would be stylized as a variable. This is incorrect. MFC after: 3 days Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Wed Mar 25 08:51:46 2020 (r359298) +++ head/share/man/man5/rc.conf.5 Wed Mar 25 10:11:37 2020 (r359299) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 23, 2020 +.Dd March 25, 2020 .Dt RC.CONF 5 .Os .Sh NAME @@ -3887,7 +3887,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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
