summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-12-30 18:33:46 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-12-30 18:33:46 +0000
commit882edcbef43d87b24cf36549bfd6c2e9d094efbd (patch)
treeca1e487cdc986e1fd3cbdf610c882a19a1be761a
parent07f8b02bfd650b7660bb91dd889f44bd19ec28c6 (diff)
downloadrdiff-backup-882edcbef43d87b24cf36549bfd6c2e9d094efbd.tar.gz
Clarify exit status
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@733 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff-backup.16
1 files changed, 3 insertions, 3 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index 3fe687e..b0a31bc 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -987,9 +987,9 @@ rdiff-backup is run with high verbosity.
.SH EXIT STATUS
If rdiff-backup finishes successfully, the exit status will be 0. If
-there is an error, it will be non-zero (usually 1, but don't depend on
-this specific value). When setting up rdiff-backup to run
-automatically (as from
+there is an unrecoverable (critical) error, it will be non-zero
+(usually 1, but don't depend on this specific value). When setting up
+rdiff-backup to run automatically (as from
.BR cron (8)
or similar) it is probably a good idea to check the exit code.