Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 01:16:26 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315762 - head/share/man/man5
Message-ID:  <201703230116.v2N1GQbC018092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Mar 23 01:16:26 2017
New Revision: 315762
URL: https://svnweb.freebsd.org/changeset/base/315762

Log:
  rc.conf(5): fix a .Xr call for chroot(8)
  
  Add the missing section number to the .Xr call.
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Thu Mar 23 00:56:52 2017	(r315761)
+++ head/share/man/man5/rc.conf.5	Thu Mar 23 01:16:26 2017	(r315762)
@@ -182,7 +182,7 @@ Enabling this option is likely to increa
 services are enabled that utilize the force_depend check.
 .It Ao Ar name Ac Ns Va _chroot
 .Pq Vt str
-.Xr chroot
+.Xr chroot 8
 to this directory before running the service.
 .It Ao Ar name Ac Ns Va _user
 .Pq Vt str



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