From 1be3ab6dda985241de826d311a2bbb1da9315c80 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Wed, 29 Jan 2014 11:08:12 -0500 Subject: Add expandtab to vim modeline --- web/input/doc/faq/build-perl-module.md | 2 +- web/input/doc/faq/compilation.md | 2 +- web/input/doc/faq/configure-hangs.md | 2 +- web/input/doc/faq/contribute.md | 2 +- web/input/doc/faq/control.md | 2 +- web/input/doc/faq/donations.md | 2 +- web/input/doc/faq/extra-tests.md | 2 +- web/input/doc/faq/fork.md | 2 +- web/input/doc/faq/git.md | 2 +- web/input/doc/faq/gnulib.md | 2 +- web/input/doc/faq/guidelines.md | 2 +- web/input/doc/faq/index.md | 2 +- web/input/doc/faq/installation.md | 2 +- web/input/doc/faq/libtap.md | 2 +- web/input/doc/faq/license.md | 2 +- web/input/doc/faq/mixing-compilers.md | 2 +- web/input/doc/faq/nagiosmib.md | 2 +- web/input/doc/faq/nptest.md | 2 +- web/input/doc/faq/ownership.md | 2 +- web/input/doc/faq/packages.md | 2 +- web/input/doc/faq/private-c-api.md | 2 +- web/input/doc/faq/ps-on-solaris.md | 2 +- web/input/doc/faq/reuse.md | 2 +- web/input/doc/faq/root-plugins.md | 2 +- web/input/doc/faq/ssl.md | 2 +- web/input/doc/faq/use-perl-module.md | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'web/input/doc/faq') 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 the Perl modules that are in the `perlmods/` directory as expected. They are installed into `$prefix/perl`. - + 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]. [installation]: doc/faq/installation.html "Installation" - + 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%. To force the workaround and ignore the test, run `./configure` with the `--enable-redhat-pthread-workaround` switch. - + 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. [list]: list/listinfo/devel/ "Development Mailing List" [thanks]: repositories/monitoring-plugins/plain/THANKS.in "THANKS File" - + 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. [team]: team.html "Monitoring Plugins Development Team" - + 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. [team]: team.html "Monitoring Plugins Development Team" - + 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: [test-simple]: http://search.cpan.org/dist/Test-Simple/lib/Test/Simple.pm "Test::Simple Module" [compilation]: doc/faq/compilation.html "Compilation" - + 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: [support]: support.html#mailing-lists "Mailing Lists" [tests]: tests.html "Test Results" - + 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]). [book-home]: http://www.apress.com/9781430218333 "Pro Git at Apress" [book-free]: http://git-scm.com/book "Pro Git for Free" - + 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): [gnulib]: http://www.gnu.org/software/gnulib/ "Gnulib" [modules]: http://www.gnu.org/software/gnulib/MODULES.html "Gnulib Modules" - + 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. [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" - + 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. [nagiosmib]: doc/faq/nagiosmib.html [reuse]: doc/faq/reuse.html - + 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: [compilation]: doc/faq/compilation.html "Compilation" - + 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`. [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "libtap" - + 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. [gpl]: http://www.gnu.org/licenses/gpl.html "GPLv3" [gnulib]: http://www.gnu.org/software/gnulib/ "Gnulib" - + 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: * Use Sun's C compiler to compile the plugins. * Use a GCC-compiled version of MySQL. - + 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. [libsmi]: http://www.ibr.cs.tu-bs.de/projects/libsmi/ "libsmi" - + 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. See `plugins/t/check_disk.t` as an example test script. - + 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 correctly. This is the behaviour used by coreutils for the `su` binary and is duplicated in this project. - + 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 rare occasions where using a binary package is not feasible for one reason or another. - + 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.* [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" [extra-opts]: doc/extra-opts.html "Extra-Opts" - + 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 The `--with-ps-varlist` should be on one line - separated here for readability. - + 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: [aggregation]: http://www.gnu.org/licenses/gpl-faq.html#MereAggregation "GPL FAQ: Mere Aggregation" [gpl]: http://www.gnu.org/licenses/gpl.html "GPLv3" - + 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. This behaviour is used by coreutils for the `su` binary and is duplicated for this project. - + 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. [openssl]: http://www.openssl.org/ "OpenSSL" [gnutls]: http://www.gnutls.org/ "GnuTLS" - + 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. [configure-module]: doc/faq/build-perl-module.html "configure with Monitoring::Plugin" [cpan-module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin on CPAN" - + -- cgit v1.2.3-74-g34f1