Decrease formatted man page size to 80 columns
I've found 90 to be a tiny bit too wide - it makes the contents overlap with the selection box in not-very-wide windows.
This commit is contained in:
parent
7c9dbffd6a
commit
f30c372f51
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ sub fmt {
|
|||
|
||||
# Call grog to figure out which preprocessors to use.
|
||||
# $MANWIDTH works by using the following groff options: -rLL=100n -rLT=100n
|
||||
my $grog = run_cmd [qw|grog -Tutf8 -P-c -DUTF-8 -rLL=90n -rLT=90n -|],
|
||||
my $grog = run_cmd [qw|grog -Tutf8 -P-c -DUTF-8 -rLL=80n -rLT=80n -|],
|
||||
'<' => \$input,
|
||||
'>' => \my $cmd,
|
||||
'2>' => sub { $_[0] && push @$errors, "grog: $_[0]" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue