On Mon, Feb 22, 2021 at 07:08:12AM -0500, The Wanderer wrote: > On 2021-02-22 at 07:04, Richard Owlett wrote: > > > I have downloaded a program with a man-page in troff format. > > How do I view it? > > The naive approach would be to try: > > $ man -l /path/to/man-page-file > > There are probably other ways, but since this is specifically a man > page, that'd be my first attempt. > nroff -man /path/to/nrofffile [...] | less -R
-- kevin