This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
As the man pages look just like the pages on the web, it should be possible to use that format to generate the pages in man format (I've used Python to do something similar to download control blocks from html)
it looks like the hard bit will be getting the man command to interpret the data and display it. This might be easier than porting man to z/OS
Saw this on IBM-Main
It's a tough climb: It's hard enough to get IBM to conform to standards, let alone widespread prevailing conventions.
And Single UNIX says <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/man.html#tag_20_77_18>:
RATIONALE
It is recognized that the man utility is only of minimal usefulness as specified. The opinion of the standard developers was strongly divided as to how much or how little information man should be required to provide. They considered, however, that the provision of some portable way of accessing documentation would aid user portability. The arguments against a fuller specification were:
When installing FOSS, I have directed the man pages to an NFS-exported directory, then run a script on Solaris to access every man page, ">/dev/null", rendering the nroff format into the "cat" hierarchy for viewing on MVS. Far from ideal.
Saw this on ibm-main:
It's a tough climb: It's hard enough to get IBM to conform to standards, let alone widespread prevailing conventions.
And Single UNIX says <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/man.html#tag_20_77_18>:
RATIONALE
It is recognized that the man utility is only of minimal usefulness as specified. The opinion of the standard developers was strongly divided as to how much or how little information man should be required to provide. They considered, however, that the provision of some portable way of accessing documentation would aid user portability. The arguments against a fuller specification were:
When installing FOSS, I have directed the man pages to an NFS-exported directory, then run a script on Solaris to access every man page, ">/dev/null", rendering the nroff format into the "cat" hierarchy for viewing on MVS. Far from ideal.