aboutsummaryrefslogtreecommitdiffstats
path: root/doc/sdjournal.pod
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2019-01-28 10:52:54 +0000
committerPeter Wu <peter@lekensteyn.nl>2019-01-28 12:24:10 +0000
commit21cbfef532515902b59287875f3852e34e6363ca (patch)
treecadebd818d8a8e4101e02cccca44604db29f64f9 /doc/sdjournal.pod
parent8003c0dd750c7b1da175596bcf8c635d8fb642fb (diff)
doc: Fix sdjournal podpath warning
Use the perpod syntax for manpages to remove this warning: Cannot find "tail" in podpath: cannot find suitable replacement path, cannot resolve link Change-Id: I90cb4fe7d3b019e4bc5f5a8fbc7df347f966badb Reviewed-on: https://code.wireshark.org/review/31770 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'doc/sdjournal.pod')
-rw-r--r--doc/sdjournal.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sdjournal.pod b/doc/sdjournal.pod
index 37738bda10..dbbb96de60 100644
--- a/doc/sdjournal.pod
+++ b/doc/sdjournal.pod
@@ -74,7 +74,7 @@ Save captured packet to file or send it through pipe.
=item --start-from=E<lt>entry countE<gt>
Start from the last E<lt>entry countE<gt> entries, similar to the
-"-n" or "--lines" argument for the L<tail> command. Values prefixed
+"-n" or "--lines" argument for the L<tail(1)> command. Values prefixed
with a B<+> sign start from the beginning of the journal, otherwise
the count starts from the end. The default value is 10. To include
all entries use B<+0>.