Date: Thu, 6 Mar 2014 10:26:26 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r262836 - in stable: 10/share/man/man5 10/usr.sbin/jail 9/share/man/man5 9/usr.sbin/jail Message-ID: <201403061026.s26AQQGN028859@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising (doc,ports committer) Date: Thu Mar 6 10:26:25 2014 New Revision: 262836 URL: http://svnweb.freebsd.org/changeset/base/262836 Log: MFC r261832-261834: r261832: Add cross references between rc.conf(5) and jail.conf(5). r261833: Add commas (,) to the list in the SEE ALSO section, to match most other manuals. r261834: Bump .Dd forgotten in r261832. Modified: stable/9/share/man/man5/rc.conf.5 stable/9/usr.sbin/jail/jail.conf.5 Directory Properties: stable/9/ (props changed) stable/9/share/ (props changed) stable/9/share/man/ (props changed) stable/9/share/man/man5/ (props changed) stable/9/usr.sbin/ (props changed) stable/9/usr.sbin/jail/ (props changed) Changes in other areas also in this revision: Modified: stable/10/share/man/man5/rc.conf.5 stable/10/usr.sbin/jail/jail.conf.5 Directory Properties: stable/10/ (props changed) Modified: stable/9/share/man/man5/rc.conf.5 ============================================================================== --- stable/9/share/man/man5/rc.conf.5 Thu Mar 6 10:11:23 2014 (r262835) +++ stable/9/share/man/man5/rc.conf.5 Thu Mar 6 10:26:25 2014 (r262836) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 19, 2013 +.Dd February 13, 2014 .Dt RC.CONF 5 .Os .Sh NAME @@ -4705,6 +4705,7 @@ The default is 30. .Xr fstab 5 , .Xr ipf 5 , .Xr ipnat 5 , +.Xr jail.conf 5 , .Xr motd 5 , .Xr newsyslog.conf 5 , .Xr pf.conf 5 , Modified: stable/9/usr.sbin/jail/jail.conf.5 ============================================================================== --- stable/9/usr.sbin/jail/jail.conf.5 Thu Mar 6 10:11:23 2014 (r262835) +++ stable/9/usr.sbin/jail/jail.conf.5 Thu Mar 6 10:26:25 2014 (r262836) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 23, 2012 +.Dd February 13, 2014 .Dt JAIL.CONF 5 .Os .Sh NAME @@ -206,8 +206,9 @@ bar { } .Ed .Sh SEE ALSO -.Xr jail_set 2 -.Xr jail 8 +.Xr jail_set 2 , +.Xr rc.conf 5 , +.Xr jail 8 , .Xr jls 8 .Sh HISTORY The
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061026.s26AQQGN028859>