diff options
author | Wayne Davison <wayned@samba.org> | 2005-03-04 16:11:09 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-03-04 16:11:09 +0000 |
commit | 8a513e55b096afd3492dd9b9150b96e928c9135c (patch) | |
tree | 474609bb0cd182ec2c3061f20777500c9eb522db /rsyncd.conf.yo | |
parent | a314f7c155436a431bbe95f8cf021ca64b7032e3 (diff) | |
download | rsync-8a513e55b096afd3492dd9b9150b96e928c9135c.tar.gz rsync-8a513e55b096afd3492dd9b9150b96e928c9135c.tar.bz2 rsync-8a513e55b096afd3492dd9b9150b96e928c9135c.zip |
Document the new value of %L.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r-- | rsyncd.conf.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 22fad009..6eb387b3 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -392,7 +392,8 @@ quote(itemize( (the latter includes the trailing period) it() %f for the filename (long form on sender; no trailing "/") it() %n for the filename (short form; trailing "/" on dir) - it() %L either the string " -> SYMLINK" or "" if not a symlink + it() %L either the string " -> SYMLINK", or " => HARDLINK" or an + empty string (where bf(SYMLINK) or bf(HARDLINK) is a filename) it() %P for the module path it() %m for the module name it() %t for the current date time |