Skip to content

Commit 2e11808

Browse files
committed
deploy: c249eba
1 parent 152d427 commit 2e11808

File tree

4 files changed

+40
-8
lines changed

4 files changed

+40
-8
lines changed

user/print.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7563,24 +7563,40 @@ <h2 id="options-96"><a class="header" href="#options-96">Options</a></h2>
75637563
</dd>
75647564
<dt><code>--pid</code></dt>
75657565
<dd>
7566-
<p>with -f, terminate after process ID, PID dies</p>
7566+
<p>With -f, terminate after process ID, PID dies</p>
75677567
</dd>
75687568
<dt><code>--quiet</code>, <code>--silent</code>, <code>-q</code></dt>
75697569
<dd>
7570-
<p>never output headers giving file names</p>
7570+
<p>Never output headers giving file names</p>
75717571
</dd>
75727572
<dt><code>--sleep-interval</code>, <code>-s</code></dt>
75737573
<dd>
75747574
<p>Number of seconds to sleep between polling the file when running with -f</p>
75757575
</dd>
7576+
<dt><code>--max-unchanged-stats</code></dt>
7577+
<dd>
7578+
<p>Reopen a FILE which has not changed size after N (default 5) iterations to see if it has been unlinked or renamed (this is the usual case of rotated log files); This option is meaningful only when polling (i.e., with --use-polling) and when --follow=name</p>
7579+
</dd>
75767580
<dt><code>--verbose</code>, <code>-v</code></dt>
75777581
<dd>
7578-
<p>always output headers giving file names</p>
7582+
<p>Always output headers giving file names</p>
75797583
</dd>
75807584
<dt><code>--zero-terminated</code>, <code>-z</code></dt>
75817585
<dd>
75827586
<p>Line delimiter is NUL, not newline</p>
75837587
</dd>
7588+
<dt><code>--use-polling</code></dt>
7589+
<dd>
7590+
<p>Disable 'inotify' support and use polling instead</p>
7591+
</dd>
7592+
<dt><code>--retry</code></dt>
7593+
<dd>
7594+
<p>Keep trying to open a file if it is inaccessible</p>
7595+
</dd>
7596+
<dt><code>-F</code></dt>
7597+
<dd>
7598+
<p>Same as --follow=name --retry</p>
7599+
</dd>
75847600
<dt><code>--presume-input-pipe</code></dt>
75857601
<dd>
75867602
</dd>

user/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

user/utils/tail.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,24 +206,40 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
206206
</dd>
207207
<dt><code>--pid</code></dt>
208208
<dd>
209-
<p>with -f, terminate after process ID, PID dies</p>
209+
<p>With -f, terminate after process ID, PID dies</p>
210210
</dd>
211211
<dt><code>--quiet</code>, <code>--silent</code>, <code>-q</code></dt>
212212
<dd>
213-
<p>never output headers giving file names</p>
213+
<p>Never output headers giving file names</p>
214214
</dd>
215215
<dt><code>--sleep-interval</code>, <code>-s</code></dt>
216216
<dd>
217217
<p>Number of seconds to sleep between polling the file when running with -f</p>
218218
</dd>
219+
<dt><code>--max-unchanged-stats</code></dt>
220+
<dd>
221+
<p>Reopen a FILE which has not changed size after N (default 5) iterations to see if it has been unlinked or renamed (this is the usual case of rotated log files); This option is meaningful only when polling (i.e., with --use-polling) and when --follow=name</p>
222+
</dd>
219223
<dt><code>--verbose</code>, <code>-v</code></dt>
220224
<dd>
221-
<p>always output headers giving file names</p>
225+
<p>Always output headers giving file names</p>
222226
</dd>
223227
<dt><code>--zero-terminated</code>, <code>-z</code></dt>
224228
<dd>
225229
<p>Line delimiter is NUL, not newline</p>
226230
</dd>
231+
<dt><code>--use-polling</code></dt>
232+
<dd>
233+
<p>Disable 'inotify' support and use polling instead</p>
234+
</dd>
235+
<dt><code>--retry</code></dt>
236+
<dd>
237+
<p>Keep trying to open a file if it is inaccessible</p>
238+
</dd>
239+
<dt><code>-F</code></dt>
240+
<dd>
241+
<p>Same as --follow=name --retry</p>
242+
</dd>
227243
<dt><code>--presume-input-pipe</code></dt>
228244
<dd>
229245
</dd>

0 commit comments

Comments
 (0)