summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-27 16:56:00 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-27 16:56:00 +0100
commit00253b6ae7cde1bbe353e465850c9657d9c840da (patch)
tree67b7a82108f8e6f0edf29d43344b8cd06cf2eafc
parent1647027acdde0c71eda1b781723688f1a53c6076 (diff)
dthumb(1): Add FILES section
-rwxr-xr-xbin/dthumb11
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/dthumb b/bin/dthumb
index 8c96670..91286cf 100755
--- a/bin/dthumb
+++ b/bin/dthumb
@@ -42,9 +42,6 @@ dthumb will create an F<index.xhtml> with a list (thumbnails) of
all images found in the current directory; the thumbnails will link to the
images.
-The F<index.xhtml> file will always be created in the current directory, the
-thumbnails will be saved in F<.thumbs> below it.
-
Note that recursion is not yet supported.
=head1 OPTIONS
@@ -82,6 +79,14 @@ Zero upon success, non-zero otherwise.
None.
+=head1 FILES
+
+B<dthumb> always works in the current working directory. It will create the
+file F<index.xhtml>, in which the HTML code for the thumbnail list is saved.
+
+It also creates two directories: F<.thumbs> for the thumbnail images, and
+F<.dthumb>, which contains various data (so far icons and javascript code).
+
=head1 DEPENDENCIES
=over