git: ca3c2d28623a - stable/13 - jls.8: Reference correct manpage for libxo options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 16:00:01 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ca3c2d28623a91f290133c86396cf90926b02b1b commit ca3c2d28623a91f290133c86396cf90926b02b1b Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-01-20 13:21:51 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-02-07 15:59:52 +0000 jls.8: Reference correct manpage for libxo options PR: 284135 Sponsored by: The FreeBSD Foundation (cherry picked from commit 90670e0e275c6e36fc7e14368fc4e3e7f1d3671d) (cherry picked from commit 707adc335e946d052ddc17d1878edbb4933b0ce3) --- 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