summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-17 04:07:27 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-17 04:07:27 +0000
commit352f4feb0ba8b23845f5581393c066bf7ede5905 (patch)
tree19df64b47a9abe4d584cf5072c62660bc2c86fcf
parentceaea7ce2c5da8e293dfa5ead86544323825455b (diff)
downloadrdiff-backup-352f4feb0ba8b23845f5581393c066bf7ede5905.tar.gz
Fixed --exclude-fifos and --exclude-sockets in man page (thanks to Mark Polamus)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@617 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff-backup.18
1 files changed, 4 insertions, 4 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index a6ad325..f338777 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -109,7 +109,7 @@ section for more information.
Exclude all device files. This can be useful for security/permissions
reasons or if rdiff-backup is not handling device files correctly.
.TP
-.B "--exclude-fifo-files"
+.B "--exclude-fifos"
Exclude all fifo files.
.TP
.BI "--exclude-filelist " filename
@@ -154,7 +154,7 @@ section for more information.
.B --exclude-special-files
Exclude all device files, fifo files, socket files, and symbolic links.
.TP
-.B "--exclude-socket-files"
+.B "--exclude-sockets"
Exclude all socket files.
.TP
.B "--exclude-symbolic-links"
@@ -570,8 +570,8 @@ The file selection system comprises a number of file
selection conditions, which are set using one of the following command
line options:
.BR --exclude , --exclude-filelist ,
-.BR --exclude-device-files , --exclude-fifo-files ,
-.BR --exclude-socket-files , --exclude-symbolic-links ,
+.BR --exclude-device-files , --exclude-fifos ,
+.BR --exclude-sockets , --exclude-symbolic-links ,
.BR --exclude-globbing-filelist ,
.BR --exclude-filelist-stdin , --exclude-regexp , --exclude-special-files ,
.BR --include ,