mirror of https://gitee.com/bigwinds/arangodb
issue #182: added manpage for rcarangod
This commit is contained in:
parent
e3acdb9d14
commit
ac708b7fec
|
@ -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 \
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
||||
################################################################################
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue