| 835 | } |
| 836 | |
| 837 | static inline void |
| 838 | emit_exec_status (char const *program) |
| 839 | { |
| 840 | printf (_("\n\ |
| 841 | Exit status:\n\ |
| 842 | 125 if the %s command itself fails\n\ |
| 843 | 126 if COMMAND is found but cannot be invoked\n\ |
| 844 | 127 if COMMAND cannot be found\n\ |
| 845 | - the exit status of COMMAND otherwise\n\ |
| 846 | "), program); |
| 847 | } |
| 848 | |
| 849 | static inline void |
| 850 | emit_ancillary_info (char const *program) |