<div dir="ltr"><div><div><div><div><div><div>      Under tmux type "man man",press "space" to read page after page,when it reachs the end,then  man will quit and clear the screen,the same as "more" command.<br>
</div>      How to keep the info when read and reach the end under tmux like FreeBSD does?<br><br></div>Here is an example(under tmux):<br></div>#man man<br></div>(press "space" to read,until reach end)<br></div>
#<br><br></div><div>no info left on the screen<br><br><br></div><div>In FreeBSD<br></div><div>#man man<br></div><div>(press "space" to read,until reach end)<br>.....<br>EXAMPLES<br>     Normally, to look at the relevant manpage information for ``getopt'', one<br>
     would use:<br><br>           man getopt<br><br>     However, when referring to a specific section of the manual, such as<br>     getopt(3), one would use:<br><br>           man 3 getopt<br><br>SEE ALSO<br>     apropos(1), groff(1), manpath(1), more(1), whatis(1), man(7), mdoc(7)<br>
<br>BUGS<br>     The -t option only works if the troff(1)-like program is installed.<br><br>FreeBSD 8.2                    December 3, 2005                    FreeBSD 8.2<br>#<br><br></div><div>the man info still left on the screen<br>
</div><div><br><br></div></div>