diff --git a/misc/mc.menu b/misc/mc.menu
index 577f927..c10e442 100644
a
|
b
|
D Delete tagged files if a copy exists in the other directory. |
121 | 121 | |
122 | 122 | m View manual page |
123 | 123 | MAN=%{Enter manual name} |
124 | | %view man -P cat $MAN |
| 124 | %view{ascii,nroff} MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat $MAN |
125 | 125 | |
126 | 126 | = f \.gz$ & t r |
127 | 127 | + ! t t |
diff --git a/misc/mc.menu.sr b/misc/mc.menu.sr
index 6a505f4..0c5a8af 100644
a
|
b
|
D Обриши означене датотеке ако постоји к |
102 | 102 | |
103 | 103 | m Погледај страницу упутства |
104 | 104 | MAN=%{Унесите назив упутства} |
105 | | %view man -P cat $MAN |
| 105 | %view{ascii,nroff} MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat $MAN |
106 | 106 | |
107 | 107 | = f \.gz$ & t r |
108 | 108 | + ! t t |
diff --git a/misc/mcedit.menu b/misc/mcedit.menu
index 3d11d96..cc890c4 100644
a
|
b
|
s Invoke `shell' |
459 | 459 | |
460 | 460 | m view `man' |
461 | 461 | MAN=%{Enter name of man:} |
462 | | TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/mcview.$MAN.XXXXXX` || exit 1 |
463 | | man -Pcat $MAN >$TMPFILE |
464 | | mcview $TMPFILE |
465 | | rm -f $TMPFILE |
| 462 | %view{ascii,nroff} MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat $MAN |
466 | 463 | |
467 | 464 | i Insert a out of command to cursor. |
468 | 465 | CMD=%{ Enter command: } |