diff options
Diffstat (limited to 'man1')
-rwxr-xr-x | man1/ezjail-admin.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index e004d28..4425ac6 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 | |||
@@ -13,7 +13,7 @@ ezjail-admin \- Administrate ezjail | |||
13 | .B ezjail-admin list | 13 | .B ezjail-admin list |
14 | 14 | ||
15 | .T | 15 | .T |
16 | .B ezjail-admin config\fR [-r run|norun] [-n newname] [-i attach|detach]\fI jailname | 16 | .B ezjail-admin config\fR [-r run|norun] [-n newname] [-i attach|detach|fsck]\fI jailname |
17 | 17 | ||
18 | .T | 18 | .T |
19 | .B ezjail-admin install\fR [-mps] [-h host] [-r release] | 19 | .B ezjail-admin install\fR [-mps] [-h host] [-r release] |
@@ -86,7 +86,7 @@ renamed as well. | |||
86 | 86 | ||
87 | You can attach image jails for administrative purposes by the -i attach | 87 | You can attach image jails for administrative purposes by the -i attach |
88 | option and detach them with -i detach. It is not possible to run or delete | 88 | option and detach them with -i detach. It is not possible to run or delete |
89 | an attached jail. | 89 | an attached jail. You can force fscking a jail image with the -i fsck command. |
90 | .SH ezjail-admin install | 90 | .SH ezjail-admin install |
91 | fetches everything needed to setup a base jail from an FTP server and | 91 | fetches everything needed to setup a base jail from an FTP server and |
92 | installs it. | 92 | installs it. |