man lsFor help on using man, type
man man
In OMVS, help for standard commands is extracted from the Unix System Services Command Reference publication using the BookManager API.
In a standard UNIX environment, man pages are formatted using nroff. At the moment, nroff is not provided with OMVS. However, you can download "groff" which supports nroff functions from IBM's Tools and Toys page - groff is included with "Open Source software".
Once you have groff, you can format an unformatted man page with the command
nroff -man input_file | col -b >.output_file
Visit the OpenEdition page here.