]> git.sur5r.net Git - i3/i3/blobdiff - man/i3-msg.man
Add proper return code for i3-msg
[i3/i3] / man / i3-msg.man
index 625131de5855f16cac7b4fc10aeef881c5ef656f..ce9b476d58aabd7b545b1a846a3a016a9a24d74c 100644 (file)
@@ -90,6 +90,15 @@ See the -m option for continuous monitoring.
 i3-msg is a sample implementation for a client using the unix socket IPC
 interface to i3.
 
+=== Exit status:
+
+0:
+if OK,
+1:
+if invalid syntax or unable to connect to ipc-socket
+2:
+if i3 returned an error processing your command(s)
+
 == EXAMPLES
 
 ------------------------------------------------