diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-04 22:56:26 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-04 22:56:26 (GMT) |
commit | 84c4a5d24cbef536b8248a3d8ff72bb2b4248c29 (patch) | |
tree | aa5eaf24f84315ea5fa143bf287c9fcf7857391f /web/content/doc/man | |
parent | 45d3e695be499cf9f9956c223883073fc20d48b4 (diff) | |
download | site-84c4a5d24cbef536b8248a3d8ff72bb2b4248c29.tar.gz |
Add test instance of the web site
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
Diffstat (limited to 'web/content/doc/man')
-rw-r--r-- | web/content/doc/man/index.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/web/content/doc/man/index.md b/web/content/doc/man/index.md deleted file mode 100644 index d3c60c8..0000000 --- a/web/content/doc/man/index.md +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | title: Manpages | ||
2 | parent: Documentation | ||
3 | --- | ||
4 | |||
5 | # Manual Pages | ||
6 | |||
7 | There are two levels of documentation for each plugin: | ||
8 | |||
9 | 1. **`check_dummy --usage`** | ||
10 | Basic usage, with the most common command line options. | ||
11 | |||
12 | 2. **`check_dummy --help`** | ||
13 | More text, listing all the options available for a plugin. This text is | ||
14 | usually translated. | ||
15 | |||
16 | You can also access the most recent `--help` output for each plugin online: | ||
17 | |||
18 | <!--% list_kids() %--> | ||
19 | |||
20 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | ||