svn commit: r315762 - head/share/man/man5

Ngie Cooper ngie at FreeBSD.org
Thu Mar 23 01:16:27 UTC 2017


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


More information about the svn-src-all mailing list