23 lines
671 B
Plaintext
23 lines
671 B
Plaintext
$OpenBSD: patch-man_i3-dump-log_man,v 1.1 2016/11/13 20:46:23 dcoppa Exp $
|
|
--- 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
|
|
|