diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Misc/mere | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Functions/Misc/mere b/Functions/Misc/mere index a9beb2c10..410be9ab5 100644 --- a/Functions/Misc/mere +++ b/Functions/Misc/mere @@ -21,6 +21,12 @@ if [[ -d /usr/share/lib/term && terminal=lp; fi +# IRIX has no `man' terminal. +if [[ -d /usr/lib/nterm && + ! -e /usr/lib/nterm/tab.$terminal ]]; then + terminal=lp; +fi + # Unixware has no `man' terminal. if [[ -d /usr/ucblib/doctools/nterm && ! -e /usr/ucblib/doctools/nterm/tab.$terminal ]]; then |