From d61f7e1fda66a1f994b65c80b9f96c0c0b605982 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Aug 2007 10:48:33 +0200 Subject: [PATCH] Minor corrections in documentation --- doc/man/add_ccollect_source.text | 2 +- doc/man/ccollect.text | 5 +++++ doc/man/delete_ccollect_source.text | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/man/add_ccollect_source.text b/doc/man/add_ccollect_source.text index 8e5f639..8421d69 100644 --- a/doc/man/add_ccollect_source.text +++ b/doc/man/add_ccollect_source.text @@ -53,7 +53,7 @@ source_postfix:: SEE ALSO -------- -ccollect(1), delete_ccollect_source(1) +ccollect(1), delete_ccollect_source(1), list_ccollect_intervals(1) AUTHOR diff --git a/doc/man/ccollect.text b/doc/man/ccollect.text index 9960cd6..abe4ebe 100644 --- a/doc/man/ccollect.text +++ b/doc/man/ccollect.text @@ -37,6 +37,11 @@ OPTIONS -v, --verbose:: Be very verbose (uses set -x). +SEE ALSO +-------- +add_ccollect_source(1), delete_ccollect_source(1), list_ccollect_intervals(1) + + AUTHOR ------ Nico Schottelius diff --git a/doc/man/delete_ccollect_source.text b/doc/man/delete_ccollect_source.text index efd1473..9401418 100644 --- a/doc/man/delete_ccollect_source.text +++ b/doc/man/delete_ccollect_source.text @@ -10,7 +10,7 @@ delete_ccollect_source - delete sources from ccollect(1) SYNOPSIS -------- -'add_ccollect_source.sh' [-d] [-f] +'delete_ccollect_source.sh' [-d] [-f] DESCRIPTION @@ -21,7 +21,7 @@ also the backups created for that source. OPTIONS ------- -d: - Delete also the destination directory. `'add_ccollect_source.sh` will change + Delete also the destination directory. `add_ccollect_source.sh` will change to the source/'name'/destination directory, get the absolute name and delete it recursively. -f: @@ -36,7 +36,7 @@ $CCOLLECT_CONF/sources:: SEE ALSO -------- -add_ccollect_source(1), ccollect(1) +add_ccollect_source(1), ccollect(1), list_ccollect_intervals(1) AUTHOR