Since https://github.com/uutils/coreutils/pull/4459 we have now manpage generations `$ ./target/debug/coreutils manpage ls` we should do that a build time. Meaning that our binaries should not keep this capability.
Since #4459
we have now manpage generations
$ ./target/debug/coreutils manpage lswe should do that a build time. Meaning that our binaries should not keep this capability.