1 synopsis: `cabal man` handles $PAGER containing arguments now
2 packages: cabal-install
8 Things like `PAGER="less -FX" cabal man` work now.
10 There's a slight change in the default behavior. We still use `less -R` as the default,
11 but if the user passes `PAGER=less`, we won't add -R to that, unlike before. This is
12 reasonable, as the user should be able to set the variable as they see fit.