aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-05 15:55:31 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-05 16:15:40 +0200
commit07705542e1514006eb772901844b1575c20b72bd (patch)
tree0303f5ffabaaf287517ad85c4e6124eebe830e82 /doc
parent17a2f30ccefc973421f18649de1e14cf56456e95 (diff)
downloadeclat-07705542e1514006eb772901844b1575c20b72bd.tar.gz
eclat-07705542e1514006eb772901844b1575c20b72bd.tar.bz2
Implement allocate-address command.
* etc/Makefile.am: Add new files. * etc/allocate-address.fln: new file. * src/Makefile.am: Add new files. * src/allocaddr-cl.opt: New file. * src/allocaddr.c: New file. * src/eclat.c (): Add allocate-address. * src/eclat.h (eclat_allocate_address): New command. * tests/Makefile.am: Add new files. * tests/allocate-address.at: New file. * tests/testsuite.at: Include allocate-address.at * TODO: Update. * doc/eclat-create-tags.1: New file. * doc/eclat.1: Update. * doc/eclat-create-tags.1: Minor fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/eclat-create-tags.12
-rw-r--r--doc/eclat.13
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/eclat-create-tags.1 b/doc/eclat-create-tags.1
index b9284aa..a703ab2 100644
--- a/doc/eclat-create-tags.1
+++ b/doc/eclat-create-tags.1
@@ -94,7 +94,7 @@ eclat create\-tags \-i i\-12345678 Name=Webserver test
This command creates two tags for instance \fBi\-12345678\fR: the tag
\fBName\fR with the value \fBWebserver\fR and tag \fBtest\fR with
empty value.
-.IP \n+[step]
+.IP \n+[step].
Copy tags between instances:
.sp
.nf
diff --git a/doc/eclat.1 b/doc/eclat.1
index ee2d07b..3172d97 100644
--- a/doc/eclat.1
+++ b/doc/eclat.1
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
-.TH ECLAT 1 "October 20, 2012" "ECLAT" "Eclat User Reference"
+.TH ECLAT 1 "December 5, 2012" "ECLAT" "Eclat User Reference"
.SH NAME
eclat \- EC2 Command Line Administrator Tool
.SH SYNOPSIS
@@ -208,6 +208,7 @@ in
To get a help on a particular command, refer to \fBeclat\-\fIcommand\fR
(1), where \fIcommand\fR is the command name. Currently the following
commands are implemented:
+.BR allocate\-address ,
.BR associate\-address ,
.BR create\-tags ,
.BR create\-snapshot ,

Return to:

Send suggestions and report system problems to the System administrator.