Usage: man [-m <mode>] [-b <browser>]
--m: Set output format (text, roff or html). Default: text.
+-m: Set output format (text, roff or html). Default: roff.
-b: Use the specified browser. Implies html mode.
If stdout is not associated with a terminal device, the command
the command stored in the $BROWSER environment variable is executed
with the path to the temporary file as an argument. If $BROWSER is
unset, elinks(1) is assumed.
-
-It is recommended to specify the output format with -m as the default
-mode might change in future versions of gsu.
'
_gsu_read_line()
o_m='html'
browser="$o_b"
elif [[ -z "$o_m" ]]; then
- o_m='text'
+ o_m='roff'
fi
_gsu_isatty && isatty='true' || isatty='false'