diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-22 11:06:34 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-28 11:42:08 -0500 |
commit | cd8747ba6d6b4068331c921ee65260424c6d9699 (patch) | |
tree | c6b0178ea3bd041b7c8917f123c2f224dbbd0456 /doc/pacman-key.8.txt | |
parent | 804e2505cf4474791537a9f0ae8e9b6c274cb0c2 (diff) | |
download | pacman-cd8747ba6d6b4068331c921ee65260424c6d9699.tar.xz |
Unify modelines in Asciidoc files
This gets us close to using the same modeline in all files we run
through Asciidoc, as well as adding the spell and spelllang
declarations, just as we had in NEWS already.
The choice of 'en_us' is mainly for consistency and because the body of
work already uses these spellings.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman-key.8.txt')
-rw-r--r-- | doc/pacman-key.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index 14f3cb9e..6bb0ee58 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -1,5 +1,5 @@ ///// -vim:set ts=4 sw=4 syntax=asciidoc noet: +vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: ///// pacman-key(8) ============= |