diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-11-15 19:37:21 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-11-15 19:37:21 +0000 |
commit | a0c34d12ee747410814fa6c90e7d45eb4d903ed7 (patch) | |
tree | 6ec619cade6d2285d082974cf4dde9aa2df18e65 | |
parent | 55c93caadcbe5617996fea3a62970a722678bca9 (diff) |
rename introduced
-rwxr-xr-x | man1/ezjail-admin.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1 index 451ab95..3ab3b33 100755 --- a/man1/ezjail-admin.1 +++ b/man1/ezjail-admin.1 | |||
@@ -17,7 +17,7 @@ ezjail-admin \- Administrate ezjail | |||
17 | 17 | ||
18 | .T | 18 | .T |
19 | .B ezjail-admin config | 19 | .B ezjail-admin config |
20 | [-r run|norun] [-i attach|detach] | 20 | [-r run|norun] [-n newname] [-i attach|detach] |
21 | .I jailname | 21 | .I jailname |
22 | 22 | ||
23 | .T | 23 | .T |
@@ -117,6 +117,10 @@ manages existing specific ezjails. | |||
117 | You can prevent an ezjail from being run at system start by the -r norun | 117 | You can prevent an ezjail from being run at system start by the -r norun |
118 | option and reenable it by -r run. | 118 | option and reenable it by -r run. |
119 | 119 | ||
120 | You can rename an ezjail by using the -n newname option. If the specified | ||
121 | ezjail is an image jail and the image has its default name, it is being | ||
122 | renamed as well. | ||
123 | |||
120 | You can attach image jails for administrative purposes by the -i attach | 124 | You can attach image jails for administrative purposes by the -i attach |
121 | option and detach them with -i detach. It is not possible to run or delete | 125 | option and detach them with -i detach. It is not possible to run or delete |
122 | an attached jail. | 126 | an attached jail. |