summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2018-05-03 00:10:20 -0400
committerAllan McRae <allan@archlinux.org>2018-05-14 09:59:15 +1000
commit860e4c4943ad062bd0eff99f28e7d64804b3c08e (patch)
tree161b0a4096b2f4bfce79e468d7c7cb133d70e7b9 /doc
parent9aec7c3c7225ec9a2ae1124eca612a709f7abddf (diff)
downloadpacman-860e4c4943ad062bd0eff99f28e7d64804b3c08e.tar.xz
Remove all modelines from the project
Many of these are pointless (e.g. there is no need to explicitly turn on spellchecking and language dictionaries for the manpages by default). The only useful modelines are the ones enforcing the project coding standards for indentation style (and "maybe" filetype/syntax, but everything except the asciidoc manpages and makepkg.conf is already autodetected), and indent style can be applied more easily with .editorconfig Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/PKGBUILD.5.txt3
-rw-r--r--doc/alpm-hooks.5.txt3
-rw-r--r--doc/footer.txt3
-rw-r--r--doc/index.txt4
-rw-r--r--doc/libalpm.3.txt3
-rw-r--r--doc/makepkg-template.1.txt3
-rw-r--r--doc/makepkg.8.txt3
-rw-r--r--doc/makepkg.conf.5.txt3
-rw-r--r--doc/pacman-key.8.txt3
-rw-r--r--doc/pacman.8.txt3
-rw-r--r--doc/pacman.conf.5.txt3
-rw-r--r--doc/pkgdelta.8.txt3
-rw-r--r--doc/repo-add.8.txt3
-rw-r--r--doc/submitting-patches.txt4
-rw-r--r--doc/translation-help.txt4
-rw-r--r--doc/vercmp.8.txt3
17 files changed, 0 insertions, 53 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bbf2af66..3eff9194 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -176,5 +176,3 @@ install-data-hook:
uninstall-hook:
$(RM) $(DESTDIR)$(mandir)/man8/repo-remove.8
-
-# vim:set noet:
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index cbd02e88..795dde45 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
PKGBUILD(5)
===========
diff --git a/doc/alpm-hooks.5.txt b/doc/alpm-hooks.5.txt
index 7c523e2d..eb56054e 100644
--- a/doc/alpm-hooks.5.txt
+++ b/doc/alpm-hooks.5.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
alpm-hooks(5)
=============
diff --git a/doc/footer.txt b/doc/footer.txt
index 12b07150..5812aa72 100644
--- a/doc/footer.txt
+++ b/doc/footer.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
See the pacman website at https://www.archlinux.org/pacman/[] for current
information on pacman and its related tools.
diff --git a/doc/index.txt b/doc/index.txt
index 6461e34f..48510830 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -259,7 +259,3 @@ pacman is Copyright (C) 2006-2018 Pacman Development Team
<pacman-dev@archlinux.org> and Copyright (C) 2002-2006 Judd Vinet
<jvinet@zeroflux.org> and is licensed through the GNU General Public License,
version 2 or later.
-
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
diff --git a/doc/libalpm.3.txt b/doc/libalpm.3.txt
index aa667a11..e75fb880 100644
--- a/doc/libalpm.3.txt
+++ b/doc/libalpm.3.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
libalpm(3)
==========
diff --git a/doc/makepkg-template.1.txt b/doc/makepkg-template.1.txt
index 99637d43..fcb19b07 100644
--- a/doc/makepkg-template.1.txt
+++ b/doc/makepkg-template.1.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
makepkg-template(1)
===================
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index a065b795..58e9b27a 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
makepkg(8)
==========
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index 5417aa0e..27ca3d9d 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
makepkg.conf(5)
===============
diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt
index 3c947f7a..0b46f919 100644
--- a/doc/pacman-key.8.txt
+++ b/doc/pacman-key.8.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
pacman-key(8)
=============
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index a395b777..ebe16e61 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
pacman(8)
=========
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt
index f401193f..db8fe740 100644
--- a/doc/pacman.conf.5.txt
+++ b/doc/pacman.conf.5.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
pacman.conf(5)
==============
diff --git a/doc/pkgdelta.8.txt b/doc/pkgdelta.8.txt
index 49b3460b..6d93a67a 100644
--- a/doc/pkgdelta.8.txt
+++ b/doc/pkgdelta.8.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
pkgdelta(8)
=========
diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt
index 564ee758..4c6d8d5a 100644
--- a/doc/repo-add.8.txt
+++ b/doc/repo-add.8.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
repo-add(8)
==========
diff --git a/doc/submitting-patches.txt b/doc/submitting-patches.txt
index 77ec771f..73c7487d 100644
--- a/doc/submitting-patches.txt
+++ b/doc/submitting-patches.txt
@@ -99,7 +99,3 @@ aren't their own. When resubmitting patches, update the subject line to reflect
the version number ('[PATCHv2]'), and send it as a reply to the original thread.
--
-
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
diff --git a/doc/translation-help.txt b/doc/translation-help.txt
index 99ce3d82..67117bcc 100644
--- a/doc/translation-help.txt
+++ b/doc/translation-help.txt
@@ -151,7 +151,3 @@ the pacman codebase. However, this is not to say translations are unwelcome. If
someone has experience with i18n man pages and how to best include them with our
source, please contact the pacman-dev mailing list at
mailto:pacman-dev@archlinux.org[].
-
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
diff --git a/doc/vercmp.8.txt b/doc/vercmp.8.txt
index 18819953..f8328a6b 100644
--- a/doc/vercmp.8.txt
+++ b/doc/vercmp.8.txt
@@ -1,6 +1,3 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
vercmp(8)
=========