diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 06:07:38 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 06:07:38 +0000 |
commit | 305bfec805cf4cbb3ff06f1af26322f516992f74 (patch) | |
tree | 2499fc75ad77a0ceb064306e573c5805c37f481a /share | |
parent | 1dc2829afded944c73b4ad85cd341a1e93a97033 (diff) | |
download | FreeBSD-src-305bfec805cf4cbb3ff06f1af26322f516992f74.zip FreeBSD-src-305bfec805cf4cbb3ff06f1af26322f516992f74.tar.gz |
MFC r315762:
rc.conf(5): fix a .Xr call for chroot(8)
Add the missing section number to the .Xr call.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 739cad0..03675bf 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -182,7 +182,7 @@ Enabling this option is likely to increase your boot time if 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 |