summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-08 11:12:43 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-08 11:12:43 +0200
commitad615941a28e0a382c93bebc2852c1812ce12c07 (patch)
treec90a4c026abc0cc39a6660f20e285da747226597 /doc/userscripts.asciidoc
parent0de0bbfa712d7b537b8be030b051f9d2b6b57c6c (diff)
downloadqutebrowser-ad615941a28e0a382c93bebc2852c1812ce12c07.tar.gz
qutebrowser-ad615941a28e0a382c93bebc2852c1812ce12c07.zip
Replace OS X with macOS
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index b44a6b8ff..85811266d 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -60,7 +60,7 @@ Sending commands
Normal qutebrowser commands can be written to `$QUTE_FIFO` and will be
executed.
-On Unix/OS X, this is a named pipe and commands written to it will get executed
+On Unix/macOS, this is a named pipe and commands written to it will get executed
immediately.
On Windows, this is a regular file, and the commands in it will be executed as