idank / explainshell

match command-line arguments to their help text
GNU General Public License v3.0
12.98k stars 778 forks source link

Some 1posix man pages do not link properly #285

Open wyphan opened 2 years ago

wyphan commented 2 years ago

For instance, you can test this with the following query

set -e

The hyperlink on set leads to https://explainshell.com/explain/1posix/set.1pos when it should have been https://explainshell.com/explain/1posix/set

Another example is

ulimit

which links to https://explainshell.com/explain/1posix/ulimit.1pos instead of the correct https://explainshell.com/explain/1posix/ulimit