From owner-svn-src-all@FreeBSD.ORG Thu Feb 13 12:52:27 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B28203F9; Thu, 13 Feb 2014 12:52:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DCDB10A3; Thu, 13 Feb 2014 12:52:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DCqRBt063255; Thu, 13 Feb 2014 12:52:27 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DCqRPW063252; Thu, 13 Feb 2014 12:52:27 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201402131252.s1DCqRPW063252@svn.freebsd.org> From: Niclas Zeising Date: Thu, 13 Feb 2014 12:52:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261832 - in head: share/man/man5 usr.sbin/jail X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 12:52:27 -0000 Author: zeising (doc,ports committer) Date: Thu Feb 13 12:52:26 2014 New Revision: 261832 URL: http://svnweb.freebsd.org/changeset/base/261832 Log: Add cross references between rc.conf(5) and jail.conf(5). MFC after: 2 weeks Modified: head/share/man/man5/rc.conf.5 head/usr.sbin/jail/jail.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Thu Feb 13 10:11:14 2014 (r261831) +++ head/share/man/man5/rc.conf.5 Thu Feb 13 12:52:26 2014 (r261832) @@ -4462,6 +4462,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: head/usr.sbin/jail/jail.conf.5 ============================================================================== --- head/usr.sbin/jail/jail.conf.5 Thu Feb 13 10:11:14 2014 (r261831) +++ head/usr.sbin/jail/jail.conf.5 Thu Feb 13 12:52:26 2014 (r261832) @@ -207,6 +207,7 @@ bar { .Ed .Sh SEE ALSO .Xr jail_set 2 +.Xr rc.conf 5 .Xr jail 8 .Xr jls 8 .Sh HISTORY