| FMTMSG(1) | User Commands | FMTMSG(1) |
fmtmsg - display a message in standard format
fmtmsg [-a action]
[-c class] [-l label]
[-s severity] [-t tag]
[-u subclass[,subclass[,...]]] [text]
The fmtmsg command writes a message either to standard error, to /dev/console, or to both. The text argument specifies the actual message.
The following options are accepted:
| appl | The message originates from an application. |
| util | The message originates from a utility. |
| opsys | The message originates from the operating system. |
| recov | The problem is recoverable. |
| nrecov | The problem is not recoverable. |
| Print the message to standard error. | |
| console | Print the message to /dev/console . |
Unless at least one of `-u print' or `-u console' is given, fmtmsg produces no output.
| 9/25/05 | Heirloom Toolchest |