summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wouters <[email protected]>2015-08-18 12:12:12 +0200
committerThomas Wouters <[email protected]>2015-08-18 12:12:12 +0200
commit233ab740fef5ac8977e6879a470b1ffcbb2dd2e2 (patch)
tree4181f1e5887339f54a6fa545db07d1bca3f87243
parente9c3a9016f1df5877404721043967431afb2f5c7 (diff)
disable tilde subscripting to fix manpage
Asciidoc uses tildes to subscript and carets to superscript text. The first tilde can be escaped to fix this, but looks weird because the second tilde may not be escaped. It doesn't seem like subscripting will be used in the man page so it makes sense to disable it altogether.
-rw-r--r--sway.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway.1.txt b/sway.1.txt
index 75344f27..36586e1d 100644
--- a/sway.1.txt
+++ b/sway.1.txt
@@ -1,6 +1,8 @@
/////
vim:set ts=4 sw=4 tw=82 noet:
/////
+:quotes.~:
+
sway (1)
========