diff options
Diffstat (limited to 'usr.sbin/jexec')
-rw-r--r-- | usr.sbin/jexec/jexec.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/jexec/jexec.8 b/usr.sbin/jexec/jexec.8 index bab886c..a5749c1 100644 --- a/usr.sbin/jexec/jexec.8 +++ b/usr.sbin/jexec/jexec.8 @@ -30,17 +30,17 @@ .Os .Sh NAME .Nm jexec -.Nd "excute a command inside an existing jail" +.Nd "execute a command inside an existing jail" .Sh SYNOPSIS .Nm .Ar jid command ... .Sh DESCRIPTION The .Nm -utility excutes +utility executes .Ar command -inside the jail identified by, -.Ar jid. +inside the jail identified by +.Ar jid . .Sh SEE ALSO .Xr jail_attach 2 , .Xr jail 8 , |