Document that when $SHELL is not set, the shell from the user's
passwd(5) entry is used before falling back to /bin/sh.
Addresses: https://github.com/util-linux/util-linux/issues/4242
Signed-off-by: Karel Zak <kzak@redhat.com>
Disable exit-on-eof (see option *-e* for more details).
*SHELL*::
-Override the default shell.
+Override the default shell. If *SHELL* is not set, the shell from the user's passwd(5) entry is used. If no shell is defined there either, _/bin/sh_ is used as the fallback.
*TERM*::
Specify the terminal type used by *more* to get the terminal characteristics necessary to manipulate the screen.