git: 1a0bd2665a4b - main - sysrc.8: Mention it requires chroot(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Apr 2022 11:57:36 UTC
The branch main has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1a0bd2665a4be12c857adccc13661985b7259301
commit 1a0bd2665a4be12c857adccc13661985b7259301
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-04-03 11:53:09 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-03 11:54:11 +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
---
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 5ee53994c40a..6d5bd0e91f53 100644
--- a/usr.sbin/sysrc/sysrc.8
+++ b/usr.sbin/sysrc/sysrc.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 26, 2019
+.Dd April 3, 2022
.Dt SYSRC 8
.Os
.Sh NAME
@@ -395,6 +395,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 .