ports/x11/i3/patches/patch-man_i3-dump-log_man

21 lines
596 B
Text

--- man/i3-dump-log.man.orig Fri Nov 11 11:05:52 2016
+++ man/i3-dump-log.man Fri Nov 11 11:07:08 2016
@@ -9,7 +9,7 @@ i3-dump-log - dumps the i3 SHM log
== SYNOPSIS
-i3-dump-log [-s <socketpath>] [-f]
+i3-dump-log [-hVv]
== DESCRIPTION
@@ -18,9 +18,6 @@ full debug log output. This is extremely helpful for b
figuring out what is going on, without permanently logging to a file.
With i3-dump-log, you can dump the SHM log to stdout.
-
-The -f flag works like tail -f, i.e. the process does not terminate after
-dumping the log, but prints new lines as they appear.
== EXAMPLE