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
@@ -20,7 +20,7 @@
20 20
21MANPAGES1=\ 21MANPAGES1=\
22 eclat.1\ 22 eclat.1\
23 eclat-allocaddr.1\ 23 eclat-mkaddr.1\
24 eclat-assocaddr.1\ 24 eclat-assocaddr.1\
25 eclat-atvol.1\ 25 eclat-atvol.1\
26 eclat-clrsattr.1\ 26 eclat-clrsattr.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
@@ -72,7 +72,7 @@ Associate an IP address with an instance in the VPC:
72.fi 72.fi
73.SH "SEE ALSO" 73.SH "SEE ALSO"
74.BR eclat (1), 74.BR eclat (1),
75.BR eclat\-allocaddr (1), 75.BR eclat\-mkaddr (1),
76.BR eclat\-rmaddr (1), 76.BR eclat\-rmaddr (1),
77.BR eclat\-disassaddr (1). 77.BR eclat\-disassaddr (1).
78.SH AUTHORS 78.SH AUTHORS
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
@@ -74,7 +74,7 @@ standard 198.51.100.2
74.fi 74.fi
75.SH "SEE ALSO" 75.SH "SEE ALSO"
76.BR eclat (1), 76.BR eclat (1),
77.BR eclat\-allocaddr (1), 77.BR eclat\-mkaddr (1),
78.BR eclat\-rmaddr (1), 78.BR eclat\-rmaddr (1),
79.BR eclat\-assocaddr (1), 79.BR eclat\-assocaddr (1),
80.BR eclat\-disassaddr (1). 80.BR eclat\-disassaddr (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
@@ -13,16 +13,16 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>. 15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
16.TH ALLOCADDR 1 "April 20, 2013" "ECLAT" "Eclat User Reference" 16.TH MKADDR 1 "April 20, 2013" "ECLAT" "Eclat User Reference"
17.SH NAME 17.SH NAME
18eclat allocaddr or allocate\-address \- allocate an Elastic IP address 18eclat mkaddr or allocate\-address \- allocate an Elastic IP address
19.SH SYNOPSIS 19.SH SYNOPSIS
20\fBeclat allocaddr\fR [\fB\-v\fR] [\f\--vpc\fR] 20\fBeclat mkaddr\fR [\fB\-v\fR] [\f\--vpc\fR]
21 21
22\fBeclat allocaddr\fR \fB\-\-help\fR 22\fBeclat mkaddr\fR \fB\-\-help\fR
23.SH DESCRIPTION 23.SH DESCRIPTION
24The 24The
25.B allocaddr 25.B mkaddr
26command allocates an Elastic IP address. It does not take arguments. 26command allocates an Elastic IP address. It does not take arguments.
27.PP 27.PP
28.SH OPTIONS 28.SH OPTIONS
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
@@ -23,7 +23,7 @@ eclat rmaddr, release\-address \- release Elastic IP address.
23.SH DESCRIPTION 23.SH DESCRIPTION
24This command releases an Elastic IP address. The address must have been 24This command releases an Elastic IP address. The address must have been
25previously allocated using the 25previously allocated using the
26.B allocaddr 26.B mkaddr
27command. 27command.
28.SH OPTIONS 28.SH OPTIONS
29.TP 29.TP
@@ -63,7 +63,7 @@ Release the VPC Elastic IP:
63.fi 63.fi
64.SH "SEE ALSO" 64.SH "SEE ALSO"
65.BR eclat (1), 65.BR eclat (1),
66.BR eclat\-allocaddr (1), 66.BR eclat\-mkaddr (1),
67.BR eclat\-assocaddr (1), 67.BR eclat\-assocaddr (1),
68.BR eclat\-disassaddr (1). 68.BR eclat\-disassaddr (1).
69.SH AUTHORS 69.SH AUTHORS
diff --git a/src/eclat.c b/src/eclat.c
index 7048fe5..5523f0d 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -92,7 +92,7 @@ struct eclat_command cmdtab[] = {
92 eclat_describe_instances }, 92 eclat_describe_instances },
93 { "lsvol", "describe-volumes", "DescribeVolumes", 93 { "lsvol", "describe-volumes", "DescribeVolumes",
94 eclat_describe_volumes }, 94 eclat_describe_volumes },
95 { "allocaddr", "allocate-address", "AllocateAddress", 95 { "mkaddr", "allocate-address", "AllocateAddress",
96 eclat_allocate_address, CMD_MOD }, 96 eclat_allocate_address, CMD_MOD },
97 { "rmaddr", "release-address", "ReleaseAddress", 97 { "rmaddr", "release-address", "ReleaseAddress",
98 eclat_release_address, CMD_MOD|CMD_DESTR }, 98 eclat_release_address, CMD_MOD|CMD_DESTR },

Return to:

Send suggestions and report system problems to the System administrator.