git: 90670e0e275c - main - jls.8: Reference correct manpage for libxo options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jan 2025 13:23:17 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=90670e0e275c6e36fc7e14368fc4e3e7f1d3671d commit 90670e0e275c6e36fc7e14368fc4e3e7f1d3671d Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-01-20 13:21:51 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-01-20 13:22:44 +0000 jls.8: Reference correct manpage for libxo options PR: 284135 Sponsored by: The FreeBSD Foundation --- usr.sbin/jls/jls.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/jls/jls.8 b/usr.sbin/jls/jls.8 index 1361d70b654b..ce148da0d138 100644 --- a/usr.sbin/jls/jls.8 +++ b/usr.sbin/jls/jls.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd July 20, 2012 +.Dd January 20, 2025 .Dt JLS 8 .Os .Sh NAME @@ -66,7 +66,7 @@ Generate output via .Xr libxo 3 in a selection of different human and machine readable formats. See -.Xr xo_parse_args 3 +.Xr xo_options 7 for details on command line arguments. .It Fl d List @@ -112,7 +112,7 @@ Without this option, all active jails will be listed. .Sh SEE ALSO .Xr jail_get 2 , .Xr libxo 3 , -.Xr xo_parse_args 3 , +.Xr xo_options 7 , .Xr jail 8 , .Xr jexec 8 .Sh HISTORY