git: 9dded4151553 - stable/12 - sysrc.8: Mention it requires chroot(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 09:03:49 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9dded415155323923b2c31d6fdfc2564df5c4fd3
commit 9dded415155323923b2c31d6fdfc2564df5c4fd3
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-04-03 11:53:09 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-08 08:59:33 +0000
sysrc.8: Mention it requires chroot(8)
Option -R uses chroot(8). Mention it in the corresponding section.
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D34630
(cherry picked from commit 1a0bd2665a4be12c857adccc13661985b7259301)
---
usr.sbin/sysrc/sysrc.8 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr.sbin/sysrc/sysrc.8 b/usr.sbin/sysrc/sysrc.8
index a39a22098530..0bbb6a66a7d9 100644
--- a/usr.sbin/sysrc/sysrc.8
+++ b/usr.sbin/sysrc/sysrc.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 2, 2016
+.Dd April 3, 2022
.Dt SYSRC 8
.Os
.Sh NAME
@@ -394,6 +394,7 @@ The following standard commands are required by
.Xr stat 1 ,
.Xr tail 1 ,
.Xr chown 8 ,
+.Xr chroot 8 ,
.Xr jls 8 ,
and
.Xr jexec 8 .