We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have one of the conflicting tools installed, like coreutils, performing a man on them will result in the following error:
man df FSUMF061 Cannot format /usr/local/zopen/usr/local/share/man/man1/df.1
The workaround is to use a function like so:
function oldman { (export MANPATH=/usr/man/%L; /bin/man $1) } oldman df
We should also move the man pages to a altman or zotman directory similar to what was done for bin.
The text was updated successfully, but these errors were encountered:
Would it make sense to have a prefix on the command name, so that man gsed works? That way it would be a better out-of-the-box experience.
man gsed
Sorry, something went wrong.
that would depend on if the altbin is active or not and if active then perhaps having an altman is also required.
altbin
altman
IgorTodorovskiIBM
No branches or pull requests
If you have one of the conflicting tools installed, like coreutils, performing a man on them will result in the following error:
The workaround is to use a function like so:
We should also move the man pages to a altman or zotman directory similar to what was done for bin.
The text was updated successfully, but these errors were encountered: