aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2016-02-01 09:42:55 +0100
committerMichael Stapelberg <michael@stapelberg.de>2016-02-06 10:36:43 +0100
commitfbfbdb8e124480bc90bbd6a8b59c1692c4ebd531 (patch)
treeeebf7b973fa4e6c31650ed8907072bd82eb1c752 /man
parent065ce6b8fcd3510033d81f5f3731a765e1324b91 (diff)
downloadi3-fbfbdb8e124480bc90bbd6a8b59c1692c4ebd531.tar.gz
i3-fbfbdb8e124480bc90bbd6a8b59c1692c4ebd531.zip
travis: check spelling of binaries and manpages, use docker
We now build a docker base container based on debian sid (where the very latest packages are available). That base container is updated once a month, or whenever travis-build.Dockerfile or debian/control change, but re-used for subsequent travis runs. While the initial build might take up to 15 minutes, subsequent builds typically run in a minute or two. All the different steps that we run on travis are now factored into separate scripts in the travis/ directory. Switching to docker should also help with issue #2174.
Diffstat (limited to 'man')
-rw-r--r--man/i3-input.man2
-rw-r--r--man/i3-msg.man2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/i3-input.man b/man/i3-input.man
index b67a1403..07a91783 100644
--- a/man/i3-input.man
+++ b/man/i3-input.man
@@ -26,7 +26,7 @@ Specify the path to the i3 IPC socket (it should not be necessary to use this
option, i3-input will figure out the path on its own).
-F <format>::
-Every occurence of "%s" in the <format> string is replaced by the user input,
+Every occurrence of "%s" in the <format> string is replaced by the user input,
and the result is sent to i3 as a command. Default value is "%s".
-l <limit>::
diff --git a/man/i3-msg.man b/man/i3-msg.man
index 911fc995..e0c70c44 100644
--- a/man/i3-msg.man
+++ b/man/i3-msg.man
@@ -89,7 +89,7 @@ i3-msg -t get_tree
=== I3SOCK
If no ipc-socket is specified on the commandline, this variable is used
-to determine the path, at wich the unix domain socket is expected, on which
+to determine the path, at which the unix domain socket is expected, on which
to connect to i3.
== SEE ALSO