Skip to content

Commit

Permalink
[manpage] Fixed paths in rules examples
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed Jun 16, 2015
1 parent d9a12e3 commit 821a9ba
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions man/man1/clsync.1
Expand Up @@ -2319,21 +2319,21 @@ Syncing pwdb files and sshd_config (non-rsync case):
.br
# which files to sync:
.br
+f^/passwd$
+f^passwd$
.br
+f^/group$
+f^group$
.br
+f^/shadow$
+f^shadow$
.br
+f^/ssh/sshd_config$
+f^ssh/sshd_config$
.br

.br
# walk and monitor next directories:
.br
+W^$
.br
+W^/ssh$
+W^ssh$
.br

.br
Expand All @@ -2345,30 +2345,30 @@ Syncing pwdb files and sshd_config (non-rsync case):
.\" Syncing pwdb files and sshd_config (non-rsync case with option
.\" .IR \-\-auto\-add\-rules\-w ):
.\" .RS
.\" +f^/passwd$
.\" +f^passwd$
.\" .br
.\" +f^/group$
.\" +f^group$
.\" .br
.\" +f^/shadow$
.\" +f^shadow$
.\" .br
.\" +f^/ssh/sshd_config$
.\" +f^ssh/sshd_config$
.\" .br
.\" \-*
.\" .RE

Syncing pwdb files and sshd_config (rsync case):
.RS
+f^/passwd$
+f^passwd$
.br
+f^/group$
+f^group$
.br
+f^/shadow$
+f^shadow$
.br
+f^/ssh/sshd_config$
+f^ssh/sshd_config$
.br
+d^$
.br
+d^/ssh$
+d^ssh$
.br
\-*
.RE
Expand Down

0 comments on commit 821a9ba

Please sign in to comment.