aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-21 00:02:08 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-21 00:02:08 +0200
commit638b2414a3f3cb2b972bcddb68e4b06ac48386c2 (patch)
tree0adedd85b66b7ffa0c25a7241bf5c3be18cf14eb /doc
parenta03f5cda990a0543e1e206c9675aefdb05008484 (diff)
downloadeclat-638b2414a3f3cb2b972bcddb68e4b06ac48386c2.tar.gz
eclat-638b2414a3f3cb2b972bcddb68e4b06ac48386c2.tar.bz2
Add missing manpages to the repository.
Diffstat (limited to 'doc')
-rw-r--r--doc/eclat-mksg.175
-rw-r--r--doc/eclat-rmsg.175
2 files changed, 150 insertions, 0 deletions
diff --git a/doc/eclat-mksg.1 b/doc/eclat-mksg.1
new file mode 100644
index 0000000..3483bdd
--- /dev/null
+++ b/doc/eclat-mksg.1
@@ -0,0 +1,75 @@
+.\" This file is part of Eclat -*- nroff -*-
+.\" Copyright (C) 2012, 2013 Sergey Poznyakoff
+.\"
+.\" Eclat is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 3, or (at your option)
+.\" any later version.
+.\"
+.\" Eclat is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
+.TH MKSG 1 "December 19, 2013" "ECLAT" "Eclat User Reference"
+.SH NAME
+eclat mksg \- create security group
+.br
+eclat create\-security\-group
+.SH SYNOPSIS
+\fBeclat mksg\fR [\fB\-i\fR \fIID\fR] [\fB\-\-vpc\-id\fR \fIID\fR] \fIGROUPNAME\fR \fIDESCR\fR
+.br
+\fBeclat mksg\fR \fB\-h\fR
+.br
+\fBeclat mksg\fR \fB\-\-help\fR
+.br
+\fBeclat mksg\fR \fB\-\-usage\fR
+.SH DESCRIPTION
+Creates EC2 security group. The arguments supply the desired group
+name and its description.
+.SH OUTPUT
+Upon successful creation, the group ID of the newly created group is
+printed on the standard output.
+.SH OPTIONS
+.TP
+\fB\-i\fR, \fB\-\-vpc\-id\fR \fIID\fR
+Create security group in the given VPC.
+.TP
+.BR \-h , \-\-help
+Give a terse help summary.
+.TP
+.BR \-\-usage
+List command line syntax and available options.
+.SH EXAMPLE
+.EX
+$ eclat mksg dbs "Security group for Database Servers"
+sg-0123abcd
+.EE
+.SH "SEE ALSO"
+.BR eclat (1),
+.BR eclat\-rmsg (1),
+.BR eclat\-lssg (1),
+.BR eclat\-sg (1).
+.SH AUTHORS
+Sergey Poznyakoff
+.SH "BUG REPORTS"
+Report bugs to <bug\-eclat@gnu.org.ua>.
+.SH COPYRIGHT
+Copyright \(co 2012, 2013 Sergey Poznyakoff
+.br
+.na
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+.ad
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+.\" Local variables:
+.\" eval: (add-hook 'write-file-hooks 'time-stamp)
+.\" time-stamp-start: ".TH [A-Z_][A-Z0-9_.\\-]* [0-9] \""
+.\" time-stamp-format: "%:B %:d, %:y"
+.\" time-stamp-end: "\""
+.\" time-stamp-line-limit: 20
+.\" end:
+
diff --git a/doc/eclat-rmsg.1 b/doc/eclat-rmsg.1
new file mode 100644
index 0000000..d6dc174
--- /dev/null
+++ b/doc/eclat-rmsg.1
@@ -0,0 +1,75 @@
+.\" This file is part of Eclat -*- nroff -*-
+.\" Copyright (C) 2012, 2013 Sergey Poznyakoff
+.\"
+.\" Eclat is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 3, or (at your option)
+.\" any later version.
+.\"
+.\" Eclat is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
+.TH MKSG 1 "December 19, 2013" "ECLAT" "Eclat User Reference"
+.SH NAME
+eclat rmsg \- delete security group
+.br
+eclat delete\-security\-group
+.SH SYNOPSIS
+\fBeclat rmsg\fR [\fB\-n\fR] [\fB\-\-name\fR] \fIGROUP\fR
+.br
+\fBeclat rmsg\fR \fB\-h\fR
+.br
+\fBeclat rmsg\fR \fB\-\-help\fR
+.br
+\fBeclat rmsg\fR \fB\-\-usage\fR
+.SH DESCRIPTION
+Deletes existing EC2 security group. The \fIGROUP\fR argument
+supplies the ID or name (if the \fB\-\-name\fR option is given) of the
+group.
+.PP
+If ID translation is enabled (see the section \fBMAPS\fR
+in
+.BR eclat (1)),
+this command uses the \fBGroupId\fR (or \fBGroupName\fR, if the
+\fB\-\-name\fR option is given) map to translate the \fIGROUP\fR
+argument.
+.SH OPTIONS
+.TP
+.BR \-n , \-\-name
+Treat \fIGROUP\fR as the name of the group to be deleted.
+.TP
+.BR \-h , \-\-help
+Give a terse help summary.
+.TP
+.BR \-\-usage
+List command line syntax and available options.
+.SH "SEE ALSO"
+.BR eclat (1),
+.BR eclat\-mksg (1),
+.BR eclat\-lssg (1),
+.BR eclat\-sg (1).
+.SH AUTHORS
+Sergey Poznyakoff
+.SH "BUG REPORTS"
+Report bugs to <bug\-eclat@gnu.org.ua>.
+.SH COPYRIGHT
+Copyright \(co 2012, 2013 Sergey Poznyakoff
+.br
+.na
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+.br
+.ad
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+.\" Local variables:
+.\" eval: (add-hook 'write-file-hooks 'time-stamp)
+.\" time-stamp-start: ".TH [A-Z_][A-Z0-9_.\\-]* [0-9] \""
+.\" time-stamp-format: "%:B %:d, %:y"
+.\" time-stamp-end: "\""
+.\" time-stamp-line-limit: 20
+.\" end:
+

Return to:

Send suggestions and report system problems to the System administrator.