diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-02 13:16:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-02 13:16:54 +0000 |
commit | 161fd6ff45b5773a57efea274926478d2450ef8f (patch) | |
tree | 0ead7f2fe8f5740555c5b78800bae74b500aa10f /textproc/mdoclint | |
parent | 7d0569f2cbab0ce6fe6760b366efacf312d966ae (diff) | |
download | pkgsrc-161fd6ff45b5773a57efea274926478d2450ef8f.tar.gz |
Whitespace, from jmc@openbsd.
Diffstat (limited to 'textproc/mdoclint')
-rwxr-xr-x | textproc/mdoclint/files/mdoclint | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint index 2f9e5c87b07..8b5acdf824f 100755 --- a/textproc/mdoclint/files/mdoclint +++ b/textproc/mdoclint/files/mdoclint @@ -1,7 +1,7 @@ #!@PERL5@ # # $OpenBSD: mdoclint,v 1.14 2009/04/13 12:40:05 espie Exp $ -# $NetBSD: mdoclint,v 1.38 2013/07/30 19:07:23 wiz Exp $ +# $NetBSD: mdoclint,v 1.39 2013/08/02 13:16:54 wiz Exp $ # # Copyright (c) 2001-2013 Thomas Klausner # All rights reserved. @@ -44,7 +44,7 @@ use constant { }; use vars qw( - $opt_A $opt_a $opt_D $opt_d $opt_e $opt_F $opt_f $opt_H $opt_h $opt_l + $opt_A $opt_a $opt_D $opt_d $opt_e $opt_F $opt_f $opt_H $opt_h $opt_l $opt_m $opt_n $opt_o $opt_P $opt_p $opt_r $opt_S $opt_s $opt_v $opt_w $opt_X $opt_x @@ -58,7 +58,7 @@ my $options="AaDdeFfHhlmnoPprSsvwXx"; sub usage { my $default = OPENBSD ? "-AaDdfmnoPprSsXx" : "-AaDdeflmnoPprSsXx"; - + print STDERR <<"EOF"; mdoclint: verify man page correctness usage: mdoclint [-$options] file ... @@ -378,7 +378,7 @@ sub set_section_header $section_header = join(' ', $s->parse_macro_args($section_header)); end_of_section($s); - + if ($section_header eq 'SEE ALSO') { $s->{in_section} = SECTION_SEE_ALSO; } elsif ($section_header eq 'AUTHORS') { |