You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
304 B
Groff
15 lines
304 B
Groff
.TH msg 3
|
|
.SH NAME
|
|
msg \- print diagnostic
|
|
.SH SYNTAX
|
|
.B #include <libowfat/errmsg.h>
|
|
|
|
void \fBmsg\fP(const char *\fImessage\fR, ...);
|
|
.SH DESCRIPTION
|
|
|
|
\fImsgsys\fP is like \fImsg\fP, but it will also print a string
|
|
representation of the system error code (from errno).
|
|
|
|
.SH "SEE ALSO"
|
|
errmsg(7), msg(3)
|