summaryrefslogtreecommitdiffstats
path: root/plugins/urlize.c
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-20 01:20:28 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-20 02:01:55 (GMT)
commita8c9b696f47c8abf777a0a67ee98616bc9a219a9 (patch)
treefb29c9a313969036c0dc1404fa2ceeaf3d813bba /plugins/urlize.c
parent9445ce6f5b7167cfa33e32942412c08a6f4d69ee (diff)
downloadmonitoring-plugins-a8c9b696f47c8abf777a0a67ee98616bc9a219a9.tar.gz
Minor fixes to be amended into "rename" commit
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r--plugins/urlize.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c
index 781569d..6803ddf 100644
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
@@ -10,8 +10,7 @@
10* This file contains the urlize plugin 10* This file contains the urlize plugin
11* 11*
12* This plugin wraps the text output of another command (plugin) in HTML <A> 12* This plugin wraps the text output of another command (plugin) in HTML <A>
13* tags, thus displaying the child plugin's output as a clickable link in compatible 13* tags. This plugin returns the status of the invoked plugin.
14* monitoring status screen. This plugin returns the status of the invoked plugin.
15* 14*
16* 15*
17* This program is free software: you can redistribute it and/or modify 16* This program is free software: you can redistribute it and/or modify