aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.inc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-11-17 17:54:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-11-17 17:59:40 +0200
commit3e2360d383d8e7503a8afe07291ab8c0b1182a14 (patch)
tree69725e6a523701dd297a7bc5d228dac43371b32d /doc/Makefile.inc
parent966cc92ffcc7e5d070103d33f605bc1691229022 (diff)
downloadeclat-3e2360d383d8e7503a8afe07291ab8c0b1182a14.tar.gz
eclat-3e2360d383d8e7503a8afe07291ab8c0b1182a14.tar.bz2
Implement the terminate-instances command
* TODO: Update. * doc/Makefile.inc: Add new files. * doc/eclat-mkinst.1: Mention the terminate command. * doc/eclat-terminate.1: New file. * etc/Makefile.am: Add new files. * etc/terminate-instances.fln: New file. * src/eclat.c (cmdtab): Register new command. * src/eclat.h (eclat_terminate_instances): New proto. * src/startstop.c (eclat_terminate_instances): New function. * tests/Makefile.am: Add new test. * tests/testsuite.at: Likewise. * tests/terminate-instances.at: New test.
Diffstat (limited to 'doc/Makefile.inc')
-rw-r--r--doc/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.inc b/doc/Makefile.inc
index 143f579..43b62b3 100644
--- a/doc/Makefile.inc
+++ b/doc/Makefile.inc
@@ -58,10 +58,11 @@ MANPAGES1=\
58 eclat-setaattr.1\ 58 eclat-setaattr.1\
59 eclat-setiattr.1\ 59 eclat-setiattr.1\
60 eclat-setsattr.1\ 60 eclat-setsattr.1\
61 eclat-sg.1\ 61 eclat-sg.1\
62 eclat-start.1\ 62 eclat-start.1\
63 eclat-stop.1\ 63 eclat-stop.1\
64 eclat-terminate.1\
64 ispeek.1 65 ispeek.1
65 66
66MANPAGES5=\ 67MANPAGES5=\
67 eclat.conf.5 68 eclat.conf.5

Return to:

Send suggestions and report system problems to the System administrator.