1
0
Fork 0

issue #182: added manpage for rcarangod

This commit is contained in:
Jan Steemann 2012-09-03 15:34:30 +02:00
parent e3acdb9d14
commit ac708b7fec
17 changed files with 44 additions and 10 deletions

View File

@ -128,7 +128,7 @@ latex: Doxygen/.setup-directories Doxygen/arango-latex.doxy $(DOXYGEN)
.PHONY: man
man: Doxygen/.setup-directories
for section in 1 8; do for i in `ls arangod/Documentation/man$$section`; do sed -f Documentation/man.sed -e "s/\<SECTION\>/$$section/" -e "s/\<COMMAND\>/$$i/g" -e "s/DATE/`date`/g" arangod/Documentation/man$$section/$$i > Doxygen/man/man$$section/$$i.$$section; done; done
for section in 1 8; do for i in `ls Documentation/man$$section`; do sed -f Documentation/Scripts/man.sed -e "s/\<SECTION\>/$$section/" -e "s/\<COMMAND\>/$$i/g" -e "s/DATE/`date`/g" Documentation/man$$section/$$i > Doxygen/man/man$$section/$$i.$$section; done; done
################################################################################
### @brief install man pages
@ -137,6 +137,7 @@ man: Doxygen/.setup-directories
dist_man_MANS += \
Doxygen/man/man1/arangoimp.1 \
Doxygen/man/man1/arangosh.1 \
Doxygen/man/man8/rcarangod.8 \
Doxygen/man/man8/arangod.8 \
Doxygen/man/man8/arango-dfdb.8 \
Doxygen/man/man8/arango-password.8 \

View File

@ -6,6 +6,7 @@
/\<EXAMPLES\>/s/^\(.*\)$/\.SH \1/
/FILES/s/^\(.*\)$/\.SH \1/
/AUTHOR/s/^\(.*\)$/\.SH \1/
/SEE ALSO/s/^\(.*\)$/\.SH \1/
s/\<OPTION\>/\.IP/g
s/\<ENDOPTION\>//g
s/\<EXAMPLE\>/\.EX\nshell>/g

View File

@ -0,0 +1,15 @@
COMMAND SECTION "DATE" "" "ArangoDB"
NAME
COMMAND - control script for the ArangoDB database server
SYNOPSIS
COMMAND start|stop
DESCRIPTION
The COMMAND script controls the operation of the ArangoDB
database server daemon running on the system. The COMMAND script
is normally run at system boot time with the "start" argument, and
at system shutdown time with the "stop" argument.
It can also be invoked manually at any time to start or stop the
ArangoDB database server.
SEE ALSO
arangod(8)
AUTHOR

View File

@ -1,4 +1,4 @@
.TH arangoimp 1 "Mo 3. Sep 13:44:52 CEST 2012" "" "ArangoDB"
.TH arangoimp 1 "Mo 3. Sep 15:33:27 CEST 2012" "" "ArangoDB"
.SH NAME
arangoimp - a bulk importer for the ArangoDB database
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH arangosh 1 "Mo 3. Sep 13:44:52 CEST 2012" "" "ArangoDB"
.TH arangosh 1 "Mo 3. Sep 15:33:27 CEST 2012" "" "ArangoDB"
.SH NAME
arangosh - the ArangoDB shell
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH arango-dfdb 8 "Mo 3. Sep 13:44:52 CEST 2012" "" "ArangoDB"
.TH arango-dfdb 8 "Mo 3. Sep 15:33:27 CEST 2012" "" "ArangoDB"
.SH NAME
arango-dfdb - a datafile debugger for ArangoDB
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH arango-password 8 "Mo 3. Sep 13:44:52 CEST 2012" "" "ArangoDB"
.TH arango-password 8 "Mo 3. Sep 15:33:27 CEST 2012" "" "ArangoDB"
.SH NAME
arango-password - user setup utility for the ArangoDB database server
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH arango-upgrade 8 "Mo 3. Sep 13:44:52 CEST 2012" "" "ArangoDB"
.TH arango-upgrade 8 "Mo 3. Sep 15:33:27 CEST 2012" "" "ArangoDB"
.SH NAME
arango-upgrade - upgrade script for the ArangoDB database server
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH arangod 8 "Mo 3. Sep 13:44:52 CEST 2012" "" "ArangoDB"
.TH arangod 8 "Mo 3. Sep 15:33:27 CEST 2012" "" "ArangoDB"
.SH NAME
arangod - the ArangoDB database server
.SH SYNOPSIS

View File

@ -0,0 +1,17 @@
.TH rcarangod 8 "Mo 3. Sep 15:33:27 CEST 2012" "" "ArangoDB"
.SH NAME
rcarangod - control script for the ArangoDB database server
.SH SYNOPSIS
rcarangod start|stop
.SH DESCRIPTION
The rcarangod script controls the operation of the ArangoDB
database server daemon running on the system. The rcarangod script
is normally run at system boot time with the "start" argument, and
at system shutdown time with the "stop" argument.
It can also be invoked manually at any time to start or stop the
ArangoDB database server.
.SH SEE ALSO
.BR arangod "(8), "
.SH AUTHOR
Copyright 2012, triAGENS GmbH, Cologne, Germany

View File

@ -1053,8 +1053,8 @@ BUILT_SOURCES = build.h $(JAVASCRIPT_HEADER) $(JAVASCRIPT_BROWSER) \
### @brief install man pages
################################################################################
dist_man_MANS = Doxygen/man/man1/arangoimp.1 \
Doxygen/man/man1/arangosh.1 Doxygen/man/man8/arangod.8 \
Doxygen/man/man8/arango-dfdb.8 \
Doxygen/man/man1/arangosh.1 Doxygen/man/man8/rcarangod.8 \
Doxygen/man/man8/arangod.8 Doxygen/man/man8/arango-dfdb.8 \
Doxygen/man/man8/arango-password.8 \
Doxygen/man/man8/arango-upgrade.8
@ -5828,7 +5828,7 @@ latex: Doxygen/.setup-directories Doxygen/arango-latex.doxy $(DOXYGEN)
.PHONY: man
man: Doxygen/.setup-directories
for section in 1 8; do for i in `ls arangod/Documentation/man$$section`; do sed -f Documentation/man.sed -e "s/\<SECTION\>/$$section/" -e "s/\<COMMAND\>/$$i/g" -e "s/DATE/`date`/g" arangod/Documentation/man$$section/$$i > Doxygen/man/man$$section/$$i.$$section; done; done
for section in 1 8; do for i in `ls Documentation/man$$section`; do sed -f Documentation/Scripts/man.sed -e "s/\<SECTION\>/$$section/" -e "s/\<COMMAND\>/$$i/g" -e "s/DATE/`date`/g" Documentation/man$$section/$$i > Doxygen/man/man$$section/$$i.$$section; done; done
################################################################################
################################################################################