Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2020 10:11:37 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359299 - head/share/man/man5
Message-ID:  <202003251011.02PABb0V080421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003251011.02PABb0V080421>