From owner-svn-src-head@FreeBSD.ORG Thu Feb 13 12:53:57 2014 Return-Path: Delivered-To: svn-src-head@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 ECFF2561; Thu, 13 Feb 2014 12:53:57 +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 D7D2C10AF; Thu, 13 Feb 2014 12:53:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1DCrvVn063435; Thu, 13 Feb 2014 12:53:57 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1DCrveM063434; Thu, 13 Feb 2014 12:53:57 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201402131253.s1DCrveM063434@svn.freebsd.org> From: Niclas Zeising Date: Thu, 13 Feb 2014 12:53:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261833 - head/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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 12:53:58 -0000 Author: zeising (doc,ports committer) Date: Thu Feb 13 12:53:57 2014 New Revision: 261833 URL: http://svnweb.freebsd.org/changeset/base/261833 Log: Add commas (,) to the list in the SEE ALSO section, to match most other manuals. MFC after: 2 weeks Modified: head/usr.sbin/jail/jail.conf.5 Modified: head/usr.sbin/jail/jail.conf.5 ============================================================================== --- head/usr.sbin/jail/jail.conf.5 Thu Feb 13 12:52:26 2014 (r261832) +++ head/usr.sbin/jail/jail.conf.5 Thu Feb 13 12:53:57 2014 (r261833) @@ -206,9 +206,9 @@ bar { } .Ed .Sh SEE ALSO -.Xr jail_set 2 -.Xr rc.conf 5 -.Xr jail 8 +.Xr jail_set 2 , +.Xr rc.conf 5 , +.Xr jail 8 , .Xr jls 8 .Sh HISTORY The