From 233ab740fef5ac8977e6879a470b1ffcbb2dd2e2 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Tue, 18 Aug 2015 12:12:12 +0200 Subject: 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. --- sway.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway.1.txt') 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) ======== -- cgit v1.2.3-54-g00ecf