|
@@ -21,7 +21,7 @@ shell_patterns=0
|
|
|
|
|
|
=+ f \.1$ | f \.3$ | f \.4$ | f \.5$ | f \.6$ | f \.7$ | f \.8$ | f \.man$ & t r
|
|
|
1 Display the file with roff -man
|
|
|
- nroff -man %f | less
|
|
|
+ %view{ascii,nroff} roff @MAN_FLAGS@ @MANDOC@ %f
|
|
|
|
|
|
2 Call the info hypertext browser
|
|
|
info
|
|
@@ -121,7 +121,7 @@ D Delete tagged files if a copy exists in the other directory.
|
|
|
|
|
|
m View manual page
|
|
|
MAN=%{Enter manual name}
|
|
|
- %view man -P cat $MAN
|
|
|
+ %view{ascii,nroff} MANROFFOPT='@MAN_FLAGS@' MAN_KEEP_FORMATTING=1 man -P cat $MAN
|
|
|
|
|
|
= f \.gz$ & t r
|
|
|
+ ! t t
|