** Also affects: cloud-images
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2092673
Title:
minimized system: `man` returns exit code 0
To manage notifica
Public bug reported:
In a minimized Docker container, the man command is a script that needs
an `exit 1` at the end:
Steps:
docker run -it ubuntu:latest bash
man somecommand
echo $?
Expected result:
1
Actual result:
0
Further info:
https://asciinema.org/a/z4r4mnBYBQ3OVIeLtL2G