Commit 0ca738aa authored by bescoto's avatar bescoto

Fixed --exclude-fifos and --exclude-sockets in man page (thanks to Mark Polamus)


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@617 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 6f1ce80c
...@@ -109,7 +109,7 @@ section for more information. ...@@ -109,7 +109,7 @@ section for more information.
Exclude all device files. This can be useful for security/permissions Exclude all device files. This can be useful for security/permissions
reasons or if rdiff-backup is not handling device files correctly. reasons or if rdiff-backup is not handling device files correctly.
.TP .TP
.B "--exclude-fifo-files" .B "--exclude-fifos"
Exclude all fifo files. Exclude all fifo files.
.TP .TP
.BI "--exclude-filelist " filename .BI "--exclude-filelist " filename
...@@ -154,7 +154,7 @@ section for more information. ...@@ -154,7 +154,7 @@ section for more information.
.B --exclude-special-files .B --exclude-special-files
Exclude all device files, fifo files, socket files, and symbolic links. Exclude all device files, fifo files, socket files, and symbolic links.
.TP .TP
.B "--exclude-socket-files" .B "--exclude-sockets"
Exclude all socket files. Exclude all socket files.
.TP .TP
.B "--exclude-symbolic-links" .B "--exclude-symbolic-links"
...@@ -570,8 +570,8 @@ The file selection system comprises a number of file ...@@ -570,8 +570,8 @@ The file selection system comprises a number of file
selection conditions, which are set using one of the following command selection conditions, which are set using one of the following command
line options: line options:
.BR --exclude , --exclude-filelist , .BR --exclude , --exclude-filelist ,
.BR --exclude-device-files , --exclude-fifo-files , .BR --exclude-device-files , --exclude-fifos ,
.BR --exclude-socket-files , --exclude-symbolic-links , .BR --exclude-sockets , --exclude-symbolic-links ,
.BR --exclude-globbing-filelist , .BR --exclude-globbing-filelist ,
.BR --exclude-filelist-stdin , --exclude-regexp , --exclude-special-files , .BR --exclude-filelist-stdin , --exclude-regexp , --exclude-special-files ,
.BR --include , .BR --include ,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment