[Bug 2092673] Re: minimized system: `man` returns exit code 0

2024-12-29 Thread Gareth Davidson
** 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

[Bug 2092673] [NEW] minimized system: `man` returns exit code 0

2024-12-29 Thread Gareth Davidson
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