|
5 | 5 | <meta name="generator" content="pandoc" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> |
7 | 7 | <meta name="author" content="Written by Yaroslav Nikitenko" /> |
8 | | - <title>YARSYNC(1) yarsync 0.1 | YARsync Manual</title> |
| 8 | + <title>YARsync 0.1 manual</title> |
9 | 9 | <style> |
10 | 10 | html { |
11 | 11 | line-height: 1.5; |
|
161 | 161 | </head> |
162 | 162 | <body> |
163 | 163 | <header id="title-block-header"> |
164 | | -<h1 class="title">YARSYNC(1) yarsync 0.1</h1> |
| 164 | +<h1 class="title">YARsync 0.1 manual</h1> |
165 | 165 | <p class="author">Written by Yaroslav Nikitenko</p> |
166 | 166 | <p class="date">June 2022</p> |
167 | 167 | </header> |
@@ -800,10 +800,10 @@ <h2 id="user-configuration-files">User configuration files</h2> |
800 | 800 | his presentations in "tex/" in a separate repository. Instead of having |
801 | 801 | a different directory "~/work_tex", he adds such rules to |
802 | 802 | <strong>rsync-filter</strong>:</p> |
803 | | -<pre><code>\# all are in git repositories |
804 | | -\- /repos |
805 | | -\# take care to sync separately |
806 | | -\- /tex</code></pre> |
| 803 | +<pre><code># all are in git repositories |
| 804 | +- /repos |
| 805 | +# take care to sync separately |
| 806 | +- /tex</code></pre> |
807 | 807 | <p>In this way, "~/work/tex" and contained git repositories will be |
808 | 808 | excluded from "~/work" synchronization. Lines starting with |
809 | 809 | '<strong>#</strong>' are ignored, as well as empty lines. To complicate |
@@ -909,10 +909,9 @@ <h1 id="bugs">BUGS</h1> |
909 | 909 | <p>Requires a filesystem with hard links, rsync version at least 3.1.0 |
910 | 910 | (released 28 September 2013) and Python >= 3.6.</p> |
911 | 911 | <p>Always do a <strong>--dry-run</strong> before actual changes.</p> |
912 | | -<p>Some corner cases are not fully handled yet and raise Python errors |
913 | | -instead of correct return codes. The output messages deserve to be |
914 | | -improved. Please be patient and please report any bugs or make feature |
915 | | -requests to <a href="https://github.com/ynikitenko/yarsync/issues" |
| 912 | +<p>Occasionally Python errors are raised instead of correct return |
| 913 | +codes. Please report any bugs or make feature requests to <a |
| 914 | +href="https://github.com/ynikitenko/yarsync/issues" |
916 | 915 | class="uri">https://github.com/ynikitenko/yarsync/issues</a>.</p> |
917 | 916 | <h1 id="copyright">COPYRIGHT</h1> |
918 | 917 | <p>Copyright © 2021-2022 Yaroslav Nikitenko. License GPLv3: GNU GPL |
|
0 commit comments