File mpich-mpiman.patch of Package mpich
--- man/man1/mpiman.1 +++ man/man1/mpiman.1 @@ -7,8 +7,7 @@ command gives access to the MPI manual pages in both UNIX man and Web HTML format. By default, .I mpiman -uses xman, the -X Window System manual browser to read the man pages. By providing +uses man to read the man pages. By providing a command-line argument to .I mpiman , you can choose a different browser. --- util/mpiman.in +++ util/mpiman.in @@ -13,8 +13,9 @@ # # Start the appropriate program -program="xman -notopbox -helpfile $mandir/mpiman.help" -docdir=man +# program="xman -notopbox -helpfile $mandir/mpiman.help" +program=man +docdir=$mandir mankind=UNIX MANPATH=$mandir --- www/www1/mpiman.html +++ www/www1/mpiman.html @@ -9,8 +9,7 @@ Starts reader for MPI man pages in Unix man or Web HTML format <H2>Description</H2> The <TT>mpiman</TT> command gives access to the MPI manual pages in both -UNIX man and Web HTML format. By default, <TT>mpiman</TT> uses xman, the -X Window System manual browser to read the man pages. By providing +UNIX man and Web HTML format. By default, <TT>mpiman</TT> uses man to read the man pages. By providing a command-line argument to <TT>mpiman</TT>, you can choose a different browser. The Web HTML format provides hot links between related routines and with the MPI standard.