git: 39665ad35390 - stable/13 - sysrc.8: Mention it requires chroot(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Apr 2022 06:48:25 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=39665ad353907705afd024e94278c0b0b4f832c5
commit 39665ad353907705afd024e94278c0b0b4f832c5
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-04-03 11:53:09 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-06 06:48:03 +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 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 .