summaryrefslogtreecommitdiffstats
path: root/web/input
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-29 16:08:12 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-29 16:08:12 (GMT)
commit1be3ab6dda985241de826d311a2bbb1da9315c80 (patch)
tree1f3b6337631d083dfa0024c3cb7608a80f8c6ab1 /web/input
parent1758bd4dcf44b249342c22b4a726b095d9eaf2bd (diff)
downloadsite-1be3ab6dda985241de826d311a2bbb1da9315c80.tar.gz
Add expandtab to vim modeline
Diffstat (limited to 'web/input')
-rw-r--r--web/input/development.md2
-rw-r--r--web/input/doc/check-many.md2
-rw-r--r--web/input/doc/extra-opts.md2
-rw-r--r--web/input/doc/faq/build-perl-module.md2
-rw-r--r--web/input/doc/faq/compilation.md2
-rw-r--r--web/input/doc/faq/configure-hangs.md2
-rw-r--r--web/input/doc/faq/contribute.md2
-rw-r--r--web/input/doc/faq/control.md2
-rw-r--r--web/input/doc/faq/donations.md2
-rw-r--r--web/input/doc/faq/extra-tests.md2
-rw-r--r--web/input/doc/faq/fork.md2
-rw-r--r--web/input/doc/faq/git.md2
-rw-r--r--web/input/doc/faq/gnulib.md2
-rw-r--r--web/input/doc/faq/guidelines.md2
-rw-r--r--web/input/doc/faq/index.md2
-rw-r--r--web/input/doc/faq/installation.md2
-rw-r--r--web/input/doc/faq/libtap.md2
-rw-r--r--web/input/doc/faq/license.md2
-rw-r--r--web/input/doc/faq/mixing-compilers.md2
-rw-r--r--web/input/doc/faq/nagiosmib.md2
-rw-r--r--web/input/doc/faq/nptest.md2
-rw-r--r--web/input/doc/faq/ownership.md2
-rw-r--r--web/input/doc/faq/packages.md2
-rw-r--r--web/input/doc/faq/private-c-api.md2
-rw-r--r--web/input/doc/faq/ps-on-solaris.md2
-rw-r--r--web/input/doc/faq/reuse.md2
-rw-r--r--web/input/doc/faq/root-plugins.md2
-rw-r--r--web/input/doc/faq/ssl.md2
-rw-r--r--web/input/doc/faq/use-perl-module.md2
-rw-r--r--web/input/doc/index.md2
-rw-r--r--web/input/doc/man/index.md2
-rw-r--r--web/input/doc/new-threshold-syntax.md2
-rw-r--r--web/input/doc/state-retention.md2
-rw-r--r--web/input/doc/writing-perl-plugins.md2
-rw-r--r--web/input/download.md2
-rw-r--r--web/input/impressum.md2
-rw-r--r--web/input/index.md2
-rw-r--r--web/input/news/domain-transfer.md2
-rw-r--r--web/input/news/new-project-name.md2
-rw-r--r--web/input/news/release-1-4-15.md2
-rw-r--r--web/input/news/release-1-4-16.md2
-rw-r--r--web/input/news/release-1-5.md2
-rw-r--r--web/input/news/ton-voon-resigns.md2
-rw-r--r--web/input/support.md2
-rw-r--r--web/input/team.md2
-rw-r--r--web/input/tests.md2
46 files changed, 46 insertions, 46 deletions
diff --git a/web/input/development.md b/web/input/development.md
index 17972b9..0d6c81f 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -50,4 +50,4 @@ platforms, the results can be [viewed online][tests].
50[dev-faq]: doc/faq/#development "Development FAQs" 50[dev-faq]: doc/faq/#development "Development FAQs"
51[tests]: tests.html "Test Results" 51[tests]: tests.html "Test Results"
52 52
53<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 53<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/check-many.md b/web/input/doc/check-many.md
index b34869c..a2fc324 100644
--- a/web/input/doc/check-many.md
+++ b/web/input/doc/check-many.md
@@ -87,4 +87,4 @@ Using a delimiter:
87 /path/check_bar:-H:example.com:-s:$string with special chars;' \ 87 /path/check_bar:-H:example.com:-s:$string with special chars;' \
88 | /path/check_many -d: 88 | /path/check_many -d:
89 89
90<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 90<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/extra-opts.md b/web/input/doc/extra-opts.md
index 1ea4251..6c96c3a 100644
--- a/web/input/doc/extra-opts.md
+++ b/web/input/doc/extra-opts.md
@@ -71,4 +71,4 @@ options won't appear in the command line.
71 71
72[module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin" 72[module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin"
73 73
74<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 74<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/build-perl-module.md b/web/input/doc/faq/build-perl-module.md
index fe9e85d..dda111e 100644
--- a/web/input/doc/faq/build-perl-module.md
+++ b/web/input/doc/faq/build-perl-module.md
@@ -12,4 +12,4 @@ Then, `make`, `make` `install`, `make` `test`, and `make` `clean` will include
12the Perl modules that are in the `perlmods/` directory as expected. They are 12the Perl modules that are in the `perlmods/` directory as expected. They are
13installed into `$prefix/perl`. 13installed into `$prefix/perl`.
14 14
15<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 15<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/compilation.md b/web/input/doc/faq/compilation.md
index 45df8a2..c4cfc12 100644
--- a/web/input/doc/faq/compilation.md
+++ b/web/input/doc/faq/compilation.md
@@ -15,4 +15,4 @@ You can then [install the plugins][installation].
15 15
16[installation]: doc/faq/installation.html "Installation" 16[installation]: doc/faq/installation.html "Installation"
17 17
18<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 18<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/configure-hangs.md b/web/input/doc/faq/configure-hangs.md
index 7c934cd..c512997 100644
--- a/web/input/doc/faq/configure-hangs.md
+++ b/web/input/doc/faq/configure-hangs.md
@@ -18,4 +18,4 @@ and 50%.
18To force the workaround and ignore the test, run `./configure` with the 18To force the workaround and ignore the test, run `./configure` with the
19`--enable-redhat-pthread-workaround` switch. 19`--enable-redhat-pthread-workaround` switch.
20 20
21<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 21<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/contribute.md b/web/input/doc/faq/contribute.md
index 026b939..b41305d 100644
--- a/web/input/doc/faq/contribute.md
+++ b/web/input/doc/faq/contribute.md
@@ -23,4 +23,4 @@ to the list of contributors in the [THANKS][thanks] file.
23[list]: list/listinfo/devel/ "Development Mailing List" 23[list]: list/listinfo/devel/ "Development Mailing List"
24[thanks]: repositories/monitoring-plugins/plain/THANKS.in "THANKS File" 24[thanks]: repositories/monitoring-plugins/plain/THANKS.in "THANKS File"
25 25
26<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 26<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/control.md b/web/input/doc/faq/control.md
index 59636a0..0026c3b 100644
--- a/web/input/doc/faq/control.md
+++ b/web/input/doc/faq/control.md
@@ -9,4 +9,4 @@ volunteers.
9 9
10[team]: team.html "Monitoring Plugins Development Team" 10[team]: team.html "Monitoring Plugins Development Team"
11 11
12<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 12<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/donations.md b/web/input/doc/faq/donations.md
index bc15968..802ebe1 100644
--- a/web/input/doc/faq/donations.md
+++ b/web/input/doc/faq/donations.md
@@ -16,4 +16,4 @@ donation.
16 16
17[team]: team.html "Monitoring Plugins Development Team" 17[team]: team.html "Monitoring Plugins Development Team"
18 18
19<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 19<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/extra-tests.md b/web/input/doc/faq/extra-tests.md
index b508195..89db225 100644
--- a/web/input/doc/faq/extra-tests.md
+++ b/web/input/doc/faq/extra-tests.md
@@ -23,4 +23,4 @@ because:
23[test-simple]: http://search.cpan.org/dist/Test-Simple/lib/Test/Simple.pm "Test::Simple Module" 23[test-simple]: http://search.cpan.org/dist/Test-Simple/lib/Test/Simple.pm "Test::Simple Module"
24[compilation]: doc/faq/compilation.html "Compilation" 24[compilation]: doc/faq/compilation.html "Compilation"
25 25
26<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 26<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/fork.md b/web/input/doc/faq/fork.md
index 4aab4f9..635fb3f 100644
--- a/web/input/doc/faq/fork.md
+++ b/web/input/doc/faq/fork.md
@@ -62,4 +62,4 @@ differences to most other forks, which make this case less obvious:
62[support]: support.html#mailing-lists "Mailing Lists" 62[support]: support.html#mailing-lists "Mailing Lists"
63[tests]: tests.html "Test Results" 63[tests]: tests.html "Test Results"
64 64
65<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 65<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/git.md b/web/input/doc/faq/git.md
index f47cfca..23989d2 100644
--- a/web/input/doc/faq/git.md
+++ b/web/input/doc/faq/git.md
@@ -197,4 +197,4 @@ on the [Git web site][git]).
197[book-home]: http://www.apress.com/9781430218333 "Pro Git at Apress" 197[book-home]: http://www.apress.com/9781430218333 "Pro Git at Apress"
198[book-free]: http://git-scm.com/book "Pro Git for Free" 198[book-free]: http://git-scm.com/book "Pro Git for Free"
199 199
200<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 200<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/gnulib.md b/web/input/doc/faq/gnulib.md
index cc7d96b..1c4a65b 100644
--- a/web/input/doc/faq/gnulib.md
+++ b/web/input/doc/faq/gnulib.md
@@ -37,4 +37,4 @@ using `gnulib-tool`, e.g. (in order to add the `strcase` module):
37[gnulib]: http://www.gnu.org/software/gnulib/ "Gnulib" 37[gnulib]: http://www.gnu.org/software/gnulib/ "Gnulib"
38[modules]: http://www.gnu.org/software/gnulib/MODULES.html "Gnulib Modules" 38[modules]: http://www.gnu.org/software/gnulib/MODULES.html "Gnulib Modules"
39 39
40<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 40<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/guidelines.md b/web/input/doc/faq/guidelines.md
index 9d0a5a0..535caab 100644
--- a/web/input/doc/faq/guidelines.md
+++ b/web/input/doc/faq/guidelines.md
@@ -9,4 +9,4 @@ specifications for writing a plugin.
9 9
10[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" 10[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines"
11 11
12<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 12<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/index.md b/web/input/doc/faq/index.md
index e67e7a5..bd60afa 100644
--- a/web/input/doc/faq/index.md
+++ b/web/input/doc/faq/index.md
@@ -70,4 +70,4 @@ Plugins.
70[nagiosmib]: doc/faq/nagiosmib.html 70[nagiosmib]: doc/faq/nagiosmib.html
71[reuse]: doc/faq/reuse.html 71[reuse]: doc/faq/reuse.html
72 72
73<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 73<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/installation.md b/web/input/doc/faq/installation.md
index f13a9f9..949ef10 100644
--- a/web/input/doc/faq/installation.md
+++ b/web/input/doc/faq/installation.md
@@ -11,4 +11,4 @@ to install them:
11 11
12[compilation]: doc/faq/compilation.html "Compilation" 12[compilation]: doc/faq/compilation.html "Compilation"
13 13
14<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 14<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/libtap.md b/web/input/doc/faq/libtap.md
index 4bd115f..1f4ba11 100644
--- a/web/input/doc/faq/libtap.md
+++ b/web/input/doc/faq/libtap.md
@@ -24,4 +24,4 @@ which is used if you run `./configure` `--enable-libtap`.
24 24
25[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "libtap" 25[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "libtap"
26 26
27<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 27<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/license.md b/web/input/doc/faq/license.md
index 0818b3e..0ea40e6 100644
--- a/web/input/doc/faq/license.md
+++ b/web/input/doc/faq/license.md
@@ -16,4 +16,4 @@ the GPLv3.
16[gpl]: http://www.gnu.org/licenses/gpl.html "GPLv3" 16[gpl]: http://www.gnu.org/licenses/gpl.html "GPLv3"
17[gnulib]: http://www.gnu.org/software/gnulib/ "Gnulib" 17[gnulib]: http://www.gnu.org/software/gnulib/ "Gnulib"
18 18
19<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 19<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/mixing-compilers.md b/web/input/doc/faq/mixing-compilers.md
index 8c7bad6..75cb5cf 100644
--- a/web/input/doc/faq/mixing-compilers.md
+++ b/web/input/doc/faq/mixing-compilers.md
@@ -17,4 +17,4 @@ There are various options:
17* Use Sun's C compiler to compile the plugins. 17* Use Sun's C compiler to compile the plugins.
18* Use a GCC-compiled version of MySQL. 18* Use a GCC-compiled version of MySQL.
19 19
20<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 20<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/nagiosmib.md b/web/input/doc/faq/nagiosmib.md
index 13fcb9d..fcad744 100644
--- a/web/input/doc/faq/nagiosmib.md
+++ b/web/input/doc/faq/nagiosmib.md
@@ -42,4 +42,4 @@ Link back to here from the tarball release.
42 42
43[libsmi]: http://www.ibr.cs.tu-bs.de/projects/libsmi/ "libsmi" 43[libsmi]: http://www.ibr.cs.tu-bs.de/projects/libsmi/ "libsmi"
44 44
45<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 45<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/nptest.md b/web/input/doc/faq/nptest.md
index 71fda44..da21c46 100644
--- a/web/input/doc/faq/nptest.md
+++ b/web/input/doc/faq/nptest.md
@@ -39,4 +39,4 @@ data to test against expected values.
39 39
40See `plugins/t/check_disk.t` as an example test script. 40See `plugins/t/check_disk.t` as an example test script.
41 41
42<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 42<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/ownership.md b/web/input/doc/faq/ownership.md
index 7fb8ca8..fbc32df 100644
--- a/web/input/doc/faq/ownership.md
+++ b/web/input/doc/faq/ownership.md
@@ -22,4 +22,4 @@ fakeroot. If not, the setuid bit is still set, but the plugin may not work
22correctly. This is the behaviour used by coreutils for the `su` binary and is 22correctly. This is the behaviour used by coreutils for the `su` binary and is
23duplicated in this project. 23duplicated in this project.
24 24
25<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 25<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/packages.md b/web/input/doc/faq/packages.md
index d3c1643..c19483a 100644
--- a/web/input/doc/faq/packages.md
+++ b/web/input/doc/faq/packages.md
@@ -17,4 +17,4 @@ for package maintainers, for those users who'd like to test them, and for the
17rare occasions where using a binary package is not feasible for one reason or 17rare occasions where using a binary package is not feasible for one reason or
18another. 18another.
19 19
20<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 20<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/private-c-api.md b/web/input/doc/faq/private-c-api.md
index 3e9199d..41694f2 100644
--- a/web/input/doc/faq/private-c-api.md
+++ b/web/input/doc/faq/private-c-api.md
@@ -113,4 +113,4 @@ unimplemented.*
113[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" 113[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines"
114[extra-opts]: doc/extra-opts.html "Extra-Opts" 114[extra-opts]: doc/extra-opts.html "Extra-Opts"
115 115
116<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 116<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/ps-on-solaris.md b/web/input/doc/faq/ps-on-solaris.md
index 1fd4d66..8aa90df 100644
--- a/web/input/doc/faq/ps-on-solaris.md
+++ b/web/input/doc/faq/ps-on-solaris.md
@@ -35,4 +35,4 @@ If you are comfortable with the limitations, it is possible to use a Solaris
35The `--with-ps-varlist` should be on one line - separated here for 35The `--with-ps-varlist` should be on one line - separated here for
36readability. 36readability.
37 37
38<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 38<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/reuse.md b/web/input/doc/faq/reuse.md
index f7fe8a6..4b9566d 100644
--- a/web/input/doc/faq/reuse.md
+++ b/web/input/doc/faq/reuse.md
@@ -41,4 +41,4 @@ and does not usually include:
41[aggregation]: http://www.gnu.org/licenses/gpl-faq.html#MereAggregation "GPL FAQ: Mere Aggregation" 41[aggregation]: http://www.gnu.org/licenses/gpl-faq.html#MereAggregation "GPL FAQ: Mere Aggregation"
42[gpl]: http://www.gnu.org/licenses/gpl.html "GPLv3" 42[gpl]: http://www.gnu.org/licenses/gpl.html "GPLv3"
43 43
44<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 44<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/root-plugins.md b/web/input/doc/faq/root-plugins.md
index 09b4c25..37c875d 100644
--- a/web/input/doc/faq/root-plugins.md
+++ b/web/input/doc/faq/root-plugins.md
@@ -24,4 +24,4 @@ packaging.
24This behaviour is used by coreutils for the `su` binary and is duplicated for 24This behaviour is used by coreutils for the `su` binary and is duplicated for
25this project. 25this project.
26 26
27<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 27<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/ssl.md b/web/input/doc/faq/ssl.md
index 4f8b2cc..3f9a4cb 100644
--- a/web/input/doc/faq/ssl.md
+++ b/web/input/doc/faq/ssl.md
@@ -12,4 +12,4 @@ Check the `./configure` output to see if the SSL libraries have been detected.
12[openssl]: http://www.openssl.org/ "OpenSSL" 12[openssl]: http://www.openssl.org/ "OpenSSL"
13[gnutls]: http://www.gnutls.org/ "GnuTLS" 13[gnutls]: http://www.gnutls.org/ "GnuTLS"
14 14
15<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 15<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/faq/use-perl-module.md b/web/input/doc/faq/use-perl-module.md
index 3ac5674..dd64d29 100644
--- a/web/input/doc/faq/use-perl-module.md
+++ b/web/input/doc/faq/use-perl-module.md
@@ -34,4 +34,4 @@ of the plugins.
34[configure-module]: doc/faq/build-perl-module.html "configure with Monitoring::Plugin" 34[configure-module]: doc/faq/build-perl-module.html "configure with Monitoring::Plugin"
35[cpan-module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin on CPAN" 35[cpan-module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin on CPAN"
36 36
37<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 37<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/index.md b/web/input/doc/index.md
index 667abce..7b6a98a 100644
--- a/web/input/doc/index.md
+++ b/web/input/doc/index.md
@@ -55,4 +55,4 @@ The following ideas are not yet implemented (and might never be):
55[retention-rfc]: doc/state-retention.html "Proposal for State Retention Routines" 55[retention-rfc]: doc/state-retention.html "Proposal for State Retention Routines"
56[retention-api]: doc/faq/private-c-api.html#state-information "State Retention API" 56[retention-api]: doc/faq/private-c-api.html#state-information "State Retention API"
57 57
58<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 58<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/man/index.md b/web/input/doc/man/index.md
index d3c60c8..8d23c02 100644
--- a/web/input/doc/man/index.md
+++ b/web/input/doc/man/index.md
@@ -17,4 +17,4 @@ You can also access the most recent `--help` output for each plugin online:
17 17
18<!--% list_kids() %--> 18<!--% list_kids() %-->
19 19
20<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 20<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/new-threshold-syntax.md b/web/input/doc/new-threshold-syntax.md
index 3edb11e..812ccbe 100644
--- a/web/input/doc/new-threshold-syntax.md
+++ b/web/input/doc/new-threshold-syntax.md
@@ -252,4 +252,4 @@ If there are multiple metrics, the alert will be on an OR basis, that is, any
252single metric which passes its threshold will cause the plugin to return a 252single metric which passes its threshold will cause the plugin to return a
253failed state. 253failed state.
254 254
255<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 255<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/state-retention.md b/web/input/doc/state-retention.md
index cf60877..e4cd24e 100644
--- a/web/input/doc/state-retention.md
+++ b/web/input/doc/state-retention.md
@@ -123,4 +123,4 @@ Cleanup.
123[extra-opts]: doc/extra-opts.html "Extra-Opts" 123[extra-opts]: doc/extra-opts.html "Extra-Opts"
124[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" 124[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines"
125 125
126<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 126<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/doc/writing-perl-plugins.md b/web/input/doc/writing-perl-plugins.md
index e8175e6..15eb70d 100644
--- a/web/input/doc/writing-perl-plugins.md
+++ b/web/input/doc/writing-perl-plugins.md
@@ -25,4 +25,4 @@ page][download].
25[script]: https://www.monitoring-plugins.org/download/presentation/check_weather.pl "check_weather" 25[script]: https://www.monitoring-plugins.org/download/presentation/check_weather.pl "check_weather"
26[download]: download.html "Download" 26[download]: download.html "Download"
27 27
28<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 28<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/download.md b/web/input/download.md
index 2b4a2cc..1c389f8 100644
--- a/web/input/download.md
+++ b/web/input/download.md
@@ -75,4 +75,4 @@ Old versions can be found [within][mib] the [download area][download].
75[tar3]: download/mib/nagiosmib-{{mib_release}}.tar.gz "Current NagiosMIB Tarball" 75[tar3]: download/mib/nagiosmib-{{mib_release}}.tar.gz "Current NagiosMIB Tarball"
76[sum3]: download/mib/nagiosmib-{{mib_release}}.tar.gz.sha1 "SHA-1 Sum" 76[sum3]: download/mib/nagiosmib-{{mib_release}}.tar.gz.sha1 "SHA-1 Sum"
77 77
78<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 78<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/impressum.md b/web/input/impressum.md
index 1fba23b..83984cb 100644
--- a/web/input/impressum.md
+++ b/web/input/impressum.md
@@ -24,4 +24,4 @@ Germany
24 24
25[law]: http://www.gesetze-im-internet.de/tmg/__5.html 25[law]: http://www.gesetze-im-internet.de/tmg/__5.html
26 26
27<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 27<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/index.md b/web/input/index.md
index 7542f4c..a735607 100644
--- a/web/input/index.md
+++ b/web/input/index.md
@@ -54,4 +54,4 @@ You can get the latest releases from the [download page][download].
54[folks]: http://www.nagios.org/about/team "Nagios Team" 54[folks]: http://www.nagios.org/about/team "Nagios Team"
55[download]: download.html "Download" 55[download]: download.html "Download"
56 56
57<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 57<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/news/domain-transfer.md b/web/input/news/domain-transfer.md
index b30f817..d41e618 100644
--- a/web/input/news/domain-transfer.md
+++ b/web/input/news/domain-transfer.md
@@ -11,4 +11,4 @@ Plugins Development Team][team]. <!--% # More details in the [FAQ][faq]. #
11 11
12[team]: team.html 12[team]: team.html
13 13
14<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 14<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/news/new-project-name.md b/web/input/news/new-project-name.md
index 9a4e5a1..419cade 100644
--- a/web/input/news/new-project-name.md
+++ b/web/input/news/new-project-name.md
@@ -33,4 +33,4 @@ contributions, which made the plugins what they are today. You guys are
33awesome. We're looking forward to the next chapter of Monitoring Plugins 33awesome. We're looking forward to the next chapter of Monitoring Plugins
34development, and we hope you are, too! 34development, and we hope you are, too!
35 35
36<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 36<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/news/release-1-4-15.md b/web/input/news/release-1-4-15.md
index e0af748..d46b2a6 100644
--- a/web/input/news/release-1-4-15.md
+++ b/web/input/news/release-1-4-15.md
@@ -52,4 +52,4 @@ You can get the tarball from:
52* `check_http` 1.4.14 introduced SSL SNI support - you now have to enable it explicitly with `--sni` 52* `check_http` 1.4.14 introduced SSL SNI support - you now have to enable it explicitly with `--sni`
53* `check_snmp` `-l` label option is also used for the performance label. This could change history from previous uses 53* `check_snmp` `-l` label option is also used for the performance label. This could change history from previous uses
54 54
55<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 55<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/news/release-1-4-16.md b/web/input/news/release-1-4-16.md
index 19dac30..f378335 100644
--- a/web/input/news/release-1-4-16.md
+++ b/web/input/news/release-1-4-16.md
@@ -43,4 +43,4 @@ You can get the tarball from:
43* Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions 43* Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions
44* Fix performance data label containing spaces in `check_snmp` 44* Fix performance data label containing spaces in `check_snmp`
45 45
46<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 46<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/news/release-1-5.md b/web/input/news/release-1-5.md
index 8972f79..587eed1 100644
--- a/web/input/news/release-1-5.md
+++ b/web/input/news/release-1-5.md
@@ -89,4 +89,4 @@ You can get the tarball from our [download page][download].
89[nag-exchange]: http://exchange.nagios.org/ 89[nag-exchange]: http://exchange.nagios.org/
90[mon-exchange]: https://www.monitoringexchange.org/ 90[mon-exchange]: https://www.monitoringexchange.org/
91 91
92<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 92<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/news/ton-voon-resigns.md b/web/input/news/ton-voon-resigns.md
index 7130c55..04526a6 100644
--- a/web/input/news/ton-voon-resigns.md
+++ b/web/input/news/ton-voon-resigns.md
@@ -36,4 +36,4 @@ chapter of the Nagios Plugins.
36Regards, 36Regards,
37Ton 37Ton
38 38
39<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 39<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/support.md b/web/input/support.md
index 4fa385b..a7822dd 100644
--- a/web/input/support.md
+++ b/web/input/support.md
@@ -56,4 +56,4 @@ Plugin usage and development issues can be discussed in the
56[announce-arch]: https://www.monitoring-plugins.org/archive/announce/ 56[announce-arch]: https://www.monitoring-plugins.org/archive/announce/
57[announce-gmane]: http://dir.gmane.org/gmane.network.monitoring.plugins.announce 57[announce-gmane]: http://dir.gmane.org/gmane.network.monitoring.plugins.announce
58 58
59<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 59<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/team.md b/web/input/team.md
index db4336e..d2f8168 100644
--- a/web/input/team.md
+++ b/web/input/team.md
@@ -30,4 +30,4 @@ Previous team members:
30* Stanley Hopcroft 30* Stanley Hopcroft
31* Subhendu Ghosh 31* Subhendu Ghosh
32 32
33<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 33<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
diff --git a/web/input/tests.md b/web/input/tests.md
index 88ecc91..a5f1de9 100644
--- a/web/input/tests.md
+++ b/web/input/tests.md
@@ -18,4 +18,4 @@ employer][consol] for providing the resources.
18[results]: http://labs.consol.de/monitoring-plugins/logs/HEADER.html "Test Results" 18[results]: http://labs.consol.de/monitoring-plugins/logs/HEADER.html "Test Results"
19[consol]: http://www.consol.com/ "ConSol Software GmbH" 19[consol]: http://www.consol.com/ "ConSol Software GmbH"
20 20
21<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 21<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->