From 4487f89fb14fdb8b00cd4107b05c2834793da952 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 10 Mar 2008 08:32:51 +0100 Subject: [PATCH] update manpages --- doc/man/ccollect.text | 10 ++++++---- doc/man/ccollect_add_source.text | 8 ++++---- doc/man/ccollect_delete_source.text | 7 ++++--- doc/man/ccollect_list_intervals.text | 6 +++--- doc/man/ccollect_logwrapper.text | 13 +++++++------ 5 files changed, 24 insertions(+), 20 deletions(-) diff --git a/doc/man/ccollect.text b/doc/man/ccollect.text index a246dbf..d824717 100644 --- a/doc/man/ccollect.text +++ b/doc/man/ccollect.text @@ -20,7 +20,8 @@ It does not depend on a specific shell, only `/bin/sh` needs to be bourne shell compatibel (like 'dash', 'ksh', 'zsh', 'bash', ...). For more information refer to the manual titled -"ccollect - Installing, Configuring and Using" (available as texinfo or html). +"ccollect - Installing, Configuring and Using" (available as text (asciidoc), +texinfo or html). OPTIONS @@ -37,10 +38,11 @@ OPTIONS -v, --verbose:: Be very verbose (uses set -x). + SEE ALSO -------- -add_ccollect_source(1), ccollect-logwrapper(1) -delete_ccollect_source(1), list_ccollect_intervals(1) +ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1) +ccollect_delete_source(1), ccollect_list_intervals(1) AUTHOR @@ -55,5 +57,5 @@ Main web site: http://unix.schottelius.org/ccollect/[] COPYING ------- -Copyright \(C) 2006-2007 Nico Schottelius. Free use of this software is +Copyright \(C) 2006-2008 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License Version 3 (GPLv3). diff --git a/doc/man/ccollect_add_source.text b/doc/man/ccollect_add_source.text index ba070d9..25e58a3 100644 --- a/doc/man/ccollect_add_source.text +++ b/doc/man/ccollect_add_source.text @@ -1,4 +1,4 @@ -add_ccollect_source(1) +ccollect_add_source(1) ====================== Nico Schottelius @@ -55,8 +55,8 @@ source_postfix:: SEE ALSO -------- -ccollect(1), ccollect-logwrapper(1), -ccollect_delete_source(1), ccollect_list_intervals(1) +ccollect(1), ccollect_analyse_logs.sh, ccollect_delete_source(1), +ccollect_list_intervals(1), ccollect_logwrapper(1), AUTHOR @@ -71,5 +71,5 @@ Main web site: http://unix.schottelius.org/ccollect/[] COPYING ------- -Copyright \(C) 2007 Nico Schottelius. Free use of this software is +Copyright \(C) 2007-2008 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License Version 3 (GPLv3). diff --git a/doc/man/ccollect_delete_source.text b/doc/man/ccollect_delete_source.text index 36bdf9c..9656271 100644 --- a/doc/man/ccollect_delete_source.text +++ b/doc/man/ccollect_delete_source.text @@ -18,6 +18,7 @@ DESCRIPTION ccollect_delete_source.sh deletes backup sources from ccollect(1) and optional also the backups created for that source. + OPTIONS ------- -d: @@ -26,7 +27,7 @@ OPTIONS it recursively. -f: Force deletion. Do not ask. Very handy for people who know what they do. - Very dangerous for everyone. + Very dangerous for everyone else. FILES @@ -36,8 +37,8 @@ $CCOLLECT_CONF/sources:: SEE ALSO -------- -ccollect_add_source(1), ccollect(1), -ccollect-logwrapper(1), ccollect_list_intervals(1) +ccollect(1), ccollect_add_source(1), ccollect_add_source(1), +ccollect_logwrapper(1), ccollect_list_intervals(1) AUTHOR diff --git a/doc/man/ccollect_list_intervals.text b/doc/man/ccollect_list_intervals.text index 1e6b0a9..051b087 100644 --- a/doc/man/ccollect_list_intervals.text +++ b/doc/man/ccollect_list_intervals.text @@ -10,7 +10,7 @@ ccollect_list_intervals - list available intervals from ccollect(1) SYNOPSIS -------- -'list_ccollect_intervals.sh' +'ccollect_list_intervals.sh' DESCRIPTION @@ -28,8 +28,8 @@ $CCOLLECT_CONF/intervals:: SEE ALSO -------- -ccollect_add_source(1), ccollect_analyse_logs(1), -ccollect_logwrapper(1), ccollect_delete_source(1), ccollect(1) +collect(1), ccollect_add_source(1), ccollect_analyse_logs(1), +ccollect_delete_source(1), ccollect_logwrapper(1) AUTHOR diff --git a/doc/man/ccollect_logwrapper.text b/doc/man/ccollect_logwrapper.text index e1a4d6c..6dca801 100644 --- a/doc/man/ccollect_logwrapper.text +++ b/doc/man/ccollect_logwrapper.text @@ -5,17 +5,17 @@ Nico Schottelius NAME ---- -ccollect-logwrapper - start ccollect(1) and create a unique log +ccollect_logwrapper - start ccollect(1) and create a unique logfile SYNOPSIS -------- -'ccollect-logwrapper.sh' +'ccollect_logwrapper.sh' DESCRIPTION ----------- -ccollect-logwrapper.sh creates a unique logfile below +ccollect_logwrapper.sh creates a unique logfile below '$CCOLLECT_CONF/logwrapper' and redirects ccollect(1) output (stdout and stderr) to it. @@ -33,10 +33,11 @@ $CCOLLECT_CONF/logwrapper:: $CCOLLECT_CONF/logwrapper/destination:: Link to the destination directory for the logfiles + SEE ALSO -------- -add_ccollect_source(1), ccollect(1), -delete_ccollect_source(1), list_ccollect_intervals(1) +ccollect(1), ccollect_add_source(1), ccollect_analyse_logs(1), +ccollect_delete_source(1), ccollect_list_intervals(1) AUTHOR @@ -51,5 +52,5 @@ Main web site: http://unix.schottelius.org/ccollect/[] COPYING ------- -Copyright \(C) 2007 Nico Schottelius. Free use of this software is +Copyright \(C) 2007-2008 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License Version 3 (GPLv3).