summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2007-05-09 21:23:27 +0200
committerOliver Tappe2007-05-09 21:23:27 +0200
commita44cde63e84b63f2c8ca2774982e215f7946c62c (patch)
tree08e6c4096e87d4ee37deba3f597ad1908a90ca41
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
-rwxr-xr-xconfig-db/slxconfig4
-rwxr-xr-xconfig-db/slxconfig-demuxer2
-rwxr-xr-xconfig-db/slxsettings6
-rwxr-xr-xinstaller/slxos-export2
-rwxr-xr-xinstaller/slxos-setup2
5 files changed, 9 insertions, 7 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
diff --git a/installer/slxos-export b/installer/slxos-export
index 81e8157d..6b44d5ef 100755
--- a/installer/slxos-export
+++ b/installer/slxos-export
@@ -152,7 +152,7 @@ if ($action =~ m[^list-ex]i) {
Try '%s --help' for more info.\n", $0);
}
-__END__
+
=head1 NAME
diff --git a/installer/slxos-setup b/installer/slxos-setup
index 16731d43..bd0df5d5 100755
--- a/installer/slxos-setup
+++ b/installer/slxos-setup
@@ -159,7 +159,7 @@ if ($action =~ m[^import]i) {
Try '%s --help' for more info.\n", $0);
}
-__END__
+
=head1 NAME