From 352f4feb0ba8b23845f5581393c066bf7ede5905 Mon Sep 17 00:00:00 2001 From: bescoto Date: Wed, 17 Aug 2005 04:07:27 +0000 Subject: 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 --- rdiff-backup/rdiff-backup.1 | 8 ++++---- 1 file 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 , -- cgit v1.2.1