From: Simon Ruderich Date: Mon, 1 Feb 2016 18:37:49 +0000 (+0100) Subject: update indentation X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=f8f4df0cce55635ba729abd26099e5af6f6e14cf update indentation --- diff --git a/bin/fcscs b/bin/fcscs index bbf9794..84d526c 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -742,11 +742,11 @@ The following normal modes are available: =over 4 -=item B select relative/absolute paths +=item B select relative/absolute paths -=item B select URLs +=item B select URLs -=item B select IPv4 and IPv6 addresses +=item B select IPv4 and IPv6 addresses =item B select checksums (MD5, SHA1, SHA256, SHA512) @@ -1286,13 +1286,13 @@ The following handlers are available, defaults in parentheses. =over -=item B used to yank (copy) selection to paste buffer (C<\&handler_yank>) +=item B used to yank (copy) selection to paste buffer (C<\&handler_yank>) -=item B used to paste selection into window (C<\&handler_paste>) +=item B used to paste selection into window (C<\&handler_paste>) -=item B used to open URLs (e.g. in a browser) (C<\&handler_url>) +=item B used to open URLs (e.g. in a browser) (C<\&handler_url>) -=item B used to handle IPs (C<\&handler_yank>) +=item B used to handle IPs (C<\&handler_yank>) =item B 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, );