aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-02 13:10:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-02 13:10:10 +0300
commite6c1514f5de4df45e9bf9839be66fcf5c31a9146 (patch)
treebbbdeb29e0c72a1734e1616148afd8e57ef7c7d5
parentc7484f585d3bdaa2f2da93de43904427b341d924 (diff)
downloadeclat-e6c1514f5de4df45e9bf9839be66fcf5c31a9146.tar.gz
eclat-e6c1514f5de4df45e9bf9839be66fcf5c31a9146.tar.bz2
Rename allocaddr to mkaddr
-rw-r--r--doc/Makefile.inc2
-rw-r--r--doc/eclat-assocaddr.12
-rw-r--r--doc/eclat-lsaddr.12
-rw-r--r--doc/eclat-mkaddr.1 (renamed from doc/eclat-allocaddr.1)10
-rw-r--r--doc/eclat-rmaddr.14
-rw-r--r--src/eclat.c2
6 files changed, 11 insertions, 11 deletions
diff --git a/doc/Makefile.inc b/doc/Makefile.inc
index 4e1dafc..0e619cd 100644
--- a/doc/Makefile.inc
+++ b/doc/Makefile.inc
@@ -22,3 +22,3 @@ MANPAGES1=\
eclat.1\
- eclat-allocaddr.1\
+ eclat-mkaddr.1\
eclat-assocaddr.1\
diff --git a/doc/eclat-assocaddr.1 b/doc/eclat-assocaddr.1
index da22421..0e2aee0 100644
--- a/doc/eclat-assocaddr.1
+++ b/doc/eclat-assocaddr.1
@@ -74,3 +74,3 @@ Associate an IP address with an instance in the VPC:
.BR eclat (1),
-.BR eclat\-allocaddr (1),
+.BR eclat\-mkaddr (1),
.BR eclat\-rmaddr (1),
diff --git a/doc/eclat-lsaddr.1 b/doc/eclat-lsaddr.1
index 3efd0d2..2b43959 100644
--- a/doc/eclat-lsaddr.1
+++ b/doc/eclat-lsaddr.1
@@ -76,3 +76,3 @@ standard 198.51.100.2
.BR eclat (1),
-.BR eclat\-allocaddr (1),
+.BR eclat\-mkaddr (1),
.BR eclat\-rmaddr (1),
diff --git a/doc/eclat-allocaddr.1 b/doc/eclat-mkaddr.1
index 23abed6..427645d 100644
--- a/doc/eclat-allocaddr.1
+++ b/doc/eclat-mkaddr.1
@@ -15,12 +15,12 @@
.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
-.TH ALLOCADDR 1 "April 20, 2013" "ECLAT" "Eclat User Reference"
+.TH MKADDR 1 "April 20, 2013" "ECLAT" "Eclat User Reference"
.SH NAME
-eclat allocaddr or allocate\-address \- allocate an Elastic IP address
+eclat mkaddr or allocate\-address \- allocate an Elastic IP address
.SH SYNOPSIS
-\fBeclat allocaddr\fR [\fB\-v\fR] [\f\--vpc\fR]
+\fBeclat mkaddr\fR [\fB\-v\fR] [\f\--vpc\fR]
-\fBeclat allocaddr\fR \fB\-\-help\fR
+\fBeclat mkaddr\fR \fB\-\-help\fR
.SH DESCRIPTION
The
-.B allocaddr
+.B mkaddr
command allocates an Elastic IP address. It does not take arguments.
diff --git a/doc/eclat-rmaddr.1 b/doc/eclat-rmaddr.1
index 8deb962..16aeb4f 100644
--- a/doc/eclat-rmaddr.1
+++ b/doc/eclat-rmaddr.1
@@ -25,3 +25,3 @@ This command releases an Elastic IP address. The address must have been
previously allocated using the
-.B allocaddr
+.B mkaddr
command.
@@ -65,3 +65,3 @@ Release the VPC Elastic IP:
.BR eclat (1),
-.BR eclat\-allocaddr (1),
+.BR eclat\-mkaddr (1),
.BR eclat\-assocaddr (1),
diff --git a/src/eclat.c b/src/eclat.c
index 7048fe5..5523f0d 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -94,3 +94,3 @@ struct eclat_command cmdtab[] = {
eclat_describe_volumes },
- { "allocaddr", "allocate-address", "AllocateAddress",
+ { "mkaddr", "allocate-address", "AllocateAddress",
eclat_allocate_address, CMD_MOD },

Return to:

Send suggestions and report system problems to the System administrator.