1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

MFC jail: fix jail(8) synposis and usage message to match reality.

Reported by:	yuri
PR:		254741
MFC after:	5 days

(cherry picked from commit 8c1d956ffa)
This commit is contained in:
Jamie Gritton 2021-04-04 10:49:38 -07:00
parent 27aa4fcbbc
commit bdb392c1d3
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 18, 2020
.Dd April 4, 2021
.Dt JAIL 8
.Os
.Sh NAME
@ -58,7 +58,7 @@
.Op Fl U Ar username
.Op Fl n Ar jailname
.Op Fl s Ar securelevel
.Op Ar path hostname [ Ar ip Ns [ Ns Ar ,... Ns ]] Ar command ...
.Ar path hostname ip Ns [ Ns Ar ,... Ns ] Ar command ...
.Nm
.Op Fl f Ar conf_file
.Fl e

View File

@ -1046,7 +1046,7 @@ usage(void)
" jail [-qv] [-f file] -[rR] ['*' | jail ...]\n"
" jail [-dhilqv] [-J jid_file] [-u username] [-U username]\n"
" [-n jailname] [-s securelevel]\n"
" path hostname [ip[,...]] command ...\n"
" path hostname ip[,...] command ...\n"
" jail [-f file] -e separator\n");
exit(1);
}