summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2007-05-09 21:23:27 +0200
committerOliver Tappe2007-05-09 21:23:27 +0200
commita44cde63e84b63f2c8ca2774982e215f7946c62c (patch)
tree08e6c4096e87d4ee37deba3f597ad1908a90ca41 /config-db
parent* obsoleted ld4-inst (diff)
downloadcore-a44cde63e84b63f2c8ca2774982e215f7946c62c.tar.gz
core-a44cde63e84b63f2c8ca2774982e215f7946c62c.tar.xz
core-a44cde63e84b63f2c8ca2774982e215f7946c62c.zip
* minor cleanup of PODs with respect to Eclipse syntax highlighting
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1036 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig4
-rwxr-xr-xconfig-db/slxconfig-demuxer2
-rwxr-xr-xconfig-db/slxsettings6
3 files changed, 7 insertions, 5 deletions
diff --git a/config-db/slxconfig b/config-db/slxconfig
index 715754a1..d8c90e42 100755
--- a/config-db/slxconfig
+++ b/config-db/slxconfig
@@ -574,7 +574,7 @@ sub removeSystemFromConfigDB
$systemName);
}
-__END__
+
=head1 NAME
@@ -828,4 +828,4 @@ which can be used to overrule the OpenSLX settings:
Please refer to the C<slxsettings>-manpage for a more detailed description
of these options.
-=cut \ No newline at end of file
+=cut
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index cd1307bd..55917e0b 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -527,7 +527,7 @@ sub writeConfigurations
}
}
-__END__
+
=head1 NAME
diff --git a/config-db/slxsettings b/config-db/slxsettings
index b01d3f12..a95623c0 100755
--- a/config-db/slxsettings
+++ b/config-db/slxsettings
@@ -143,7 +143,7 @@ sub externalKeyFor
return "SLX_".uc($key);
}
-__END__
+
=head1 NAME
@@ -361,4 +361,6 @@ Prints the version and exits.
=head1 SEE ALSO
-slxos-setup, slxos-export, slxconfig, slxconfig-demuxer \ No newline at end of file
+slxos-setup, slxos-export, slxconfig, slxconfig-demuxer
+
+=cut \ No newline at end of file