aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-22 09:52:28 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-22 09:52:28 +0300
commit17a2f30ccefc973421f18649de1e14cf56456e95 (patch)
treeb58cd7d37cdd0eb12c9da0828bffcf76110b83e7 /doc
parent0e9392af1b684ce67230da5e2bfe4865ed69f055 (diff)
downloadeclat-17a2f30ccefc973421f18649de1e14cf56456e95.tar.gz
eclat-17a2f30ccefc973421f18649de1e14cf56456e95.tar.bz2
Fixes in documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am9
-rw-r--r--doc/eclat-create-snapshot.12
-rw-r--r--doc/eclat-delete-snapshot.12
-rw-r--r--doc/eclat-describe-snapshots.12
-rw-r--r--doc/eclat.131
5 files changed, 33 insertions, 13 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bed3cfe..0f38d80 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with Eclat. If not, see <http://www.gnu.org/licenses/>.
-dist_man_MANS=\
+MANPAGES1=\
eclat.1\
eclat-associate-address.1\
eclat-create-snapshot.1\
@@ -33,5 +33,10 @@ dist_man_MANS=\
eclat-get-console-output.1\
eclat-start-instances.1\
eclat-stop-instances.1\
- eclat-reboot-instances.1\
+ eclat-reboot-instances.1
+
+MANPAGES5=\
eclat.conf.5
+
+dist_man_MANS=$(MANPAGES1) $(MANPAGES5)
+
diff --git a/doc/eclat-create-snapshot.1 b/doc/eclat-create-snapshot.1
index f240bd5..2535f7d 100644
--- a/doc/eclat-create-snapshot.1
+++ b/doc/eclat-create-snapshot.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 15, 2012" "ECLAT" "Eclat User Reference"
+.TH CREATE\-SNAPSHOT 1 "October 15, 2012" "ECLAT" "Eclat User Reference"
.SH NAME
eclat create\-snapshot \- creates a snapshot of an Amazon EBS volume
.SH SYNOPSIS
diff --git a/doc/eclat-delete-snapshot.1 b/doc/eclat-delete-snapshot.1
index 3b0323b..d7231fb 100644
--- a/doc/eclat-delete-snapshot.1
+++ b/doc/eclat-delete-snapshot.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 15, 2012" "ECLAT" "Eclat User Reference"
+.TH DELETE\-SNAPSHOT 1 "October 15, 2012" "ECLAT" "Eclat User Reference"
.SH NAME
eclat delete\-snapshot \- delete a snapshot of an Amazon EBS volume
.SH SYNOPSIS
diff --git a/doc/eclat-describe-snapshots.1 b/doc/eclat-describe-snapshots.1
index 6418be7..57b7b53 100644
--- a/doc/eclat-describe-snapshots.1
+++ b/doc/eclat-describe-snapshots.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 15, 2012" "ECLAT" "Eclat User Reference"
+.TH DESCRIBE\-SNAPSHOTS 1 "October 15, 2012" "ECLAT" "Eclat User Reference"
.SH NAME
eclat describe\-snapshots \- describes available Amazon EBS snapshots
.SH SYNOPSIS
diff --git a/doc/eclat.1 b/doc/eclat.1
index 4645a48..ee2d07b 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 15, 2012" "ECLAT" "Eclat User Reference"
+.TH ECLAT 1 "October 20, 2012" "ECLAT" "Eclat User Reference"
.SH NAME
eclat \- EC2 Command Line Administrator Tool
.SH SYNOPSIS
@@ -182,7 +182,7 @@ will by default select a map named by the resource in question. For
example, when operating on an instance, the \fIInstanceId\fR map will
be used.
.PP
-For commands that support the \fRresource\-id\fB filter, identifiers
+For commands that support the \fBresource\-id\fR filter, identifiers
listed in that filter can be prefixed with the map name in order to
request their translation. For example,
.sp
@@ -212,7 +212,7 @@ commands are implemented:
.BR create\-tags ,
.BR create\-snapshot ,
.BR delete\-tags ,
-.BR delete\-snapshot,
+.BR delete\-snapshot ,
.BR describe\-addresses ,
.BR describe\-instance\-attribute ,
.BR describe\-instance\-status ,
@@ -400,15 +400,30 @@ file cannot be opened because of insufficient permissions.
.BR 78 " (" EX_CONFIG ")"
Error in the configuration file.
.PP
-Another exit code means it has been set as a result of the
+Other exit codes may be returned as a result of calling
.B exit()
-call in the format file.
-.SH EXAMPLE
+from the format file.
.SH "SEE ALSO"
.BR eclat.conf (5),
+.BR eclat\-associate\-address (1),
+.BR eclat\-create\-tags (1),
+.BR eclat\-create\-snapshot (1),
+.BR eclat\-delete\-tags (1),
+.BR eclat\-delete\-snapshot (1),
+.BR eclat\-describe\-addresses (1),
+.BR eclat\-describe\-instance\-attribute (1),
+.BR eclat\-describe\-instance\-status (1),
+.BR eclat\-describe\-instances (1),
+.BR eclat\-describe\-security\-groups (1),
+.BR eclat\-describe\-snapshots (1),
+.BR eclat\-describe\-tags (1),
+.BR eclat\-describe\-volumes (1),
+.BR eclat\-disassociate\-address (1),
+.BR eclat\-get\-console\-output (1),
+.BR eclat\-reboot\-instances (1),
+.BR eclat\-start\-instances (1),
+.BR eclat\-stop\-instances (1),
.BR forlan (5).
-For a detailed description of a particular \fIcommand\fR, see
-\fBeclat\-\fIcommand\fR (1).
.SH AUTHORS
Sergey Poznyakoff
.SH "BUG REPORTS"

Return to:

Send suggestions and report system problems to the System administrator.