Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 12:53:57 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261833 - head/usr.sbin/jail
Message-ID:  <201402131253.s1DCrveM063434@svn.freebsd.org>

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



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