mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* lib/mc.menu: Add entry for viewing manual pages.
This commit is contained in:
parent
6349237830
commit
2355c67ada
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-04 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.menu: Add entry for viewing manual pages.
|
||||||
|
|
||||||
2003-08-18 Pavel Roskin <proski@gnu.org>
|
2003-08-18 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* lib/mc-wrapper.csh.in: Use "id" command to find the real user
|
* lib/mc-wrapper.csh.in: Use "id" command to find the real user
|
||||||
|
@ -100,6 +100,10 @@ D Delete tagged files if a copy exists in the other directory.
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
m View manual page
|
||||||
|
MAN=%{Enter manual name}
|
||||||
|
%view man -P cat $MAN
|
||||||
|
|
||||||
= f \.gz$ & t r
|
= f \.gz$ & t r
|
||||||
+ ! t t
|
+ ! t t
|
||||||
n Inspect gzip'ed newsbatch file
|
n Inspect gzip'ed newsbatch file
|
||||||
|
Loading…
Reference in New Issue
Block a user