summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2007-02-22 15:36:57 +0000
committererdgeist <erdgeist@erdgeist.org>2007-02-22 15:36:57 +0000
commit31ac44c0ff18dfb44af82e45d6cb498ef6972f13 (patch)
tree2bb5aca4df7d0611aeaa470b910605b889fa6228 /man1
parent79efdfa0360100b437fa42f9e055a9074a69eff5 (diff)
Document fsck subcommand
Diffstat (limited to 'man1')
-rwxr-xr-xman1/ezjail-admin.14
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
87You can attach image jails for administrative purposes by the -i attach 87You can attach image jails for administrative purposes by the -i attach
88option and detach them with -i detach. It is not possible to run or delete 88option and detach them with -i detach. It is not possible to run or delete
89an attached jail. 89an attached jail. You can force fscking a jail image with the -i fsck command.
90.SH ezjail-admin install 90.SH ezjail-admin install
91fetches everything needed to setup a base jail from an FTP server and 91fetches everything needed to setup a base jail from an FTP server and
92installs it. 92installs it.