]> ruderich.org/simon Gitweb - fcscs/fcscs.git/blobdiff - bin/fcscs
update indentation
[fcscs/fcscs.git] / bin / fcscs
index bbf97940452b7b6952b919e317d76307a6965201..84d526cdefcffd9df2fa43dd3e9bf8b107c5e8ff 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -742,11 +742,11 @@ The following normal modes are available:
 
 =over 4
 
-=item B<path mode> select relative/absolute paths
+=item B<path mode>     select relative/absolute paths
 
-=item B<url mode>  select URLs
+=item B<url mode>      select URLs
 
-=item B<ip mode>   select IPv4 and IPv6 addresses
+=item B<ip mode>       select IPv4 and IPv6 addresses
 
 =item B<checksum mode> select checksums (MD5, SHA1, SHA256, SHA512)
 
@@ -1286,13 +1286,13 @@ The following handlers are available, defaults in parentheses.
 
 =over
 
-=item B<yank>  used to yank (copy) selection to paste buffer (C<\&handler_yank>)
+=item B<yank>     used to yank (copy) selection to paste buffer (C<\&handler_yank>)
 
-=item B<paste> used to paste selection into window (C<\&handler_paste>)
+=item B<paste>    used to paste selection into window (C<\&handler_paste>)
 
-=item B<url>   used to open URLs (e.g. in a browser) (C<\&handler_url>)
+=item B<url>      used to open URLs (e.g. in a browser) (C<\&handler_url>)
 
-=item B<ip>    used to handle IPs (C<\&handler_yank>)
+=item B<ip>       used to handle IPs (C<\&handler_yank>)
 
 =item B<checksum> used to handle checksums (C<\&handler_yank>)
 
@@ -1315,10 +1315,10 @@ Example:
 
 =cut
 my %handler = (
-    yank  => \&handler_yank,
-    paste => \&handler_paste,
-    url   => \&handler_url,
-    ip    => \&handler_yank,
+    yank     => \&handler_yank,
+    paste    => \&handler_paste,
+    url      => \&handler_url,
+    ip       => \&handler_yank,
     checksum => \&handler_yank,
 );