diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/err.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index 413441b..ba3ec76 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -97,7 +97,9 @@ In all cases, the last component of the program name, a colon character, and a space are output. If the .Fa fmt -argument is not NULL, the formatted error message is output. +argument is not NULL, the +.Xr printf 3 +-like formatted error message is output. The output is terminated by a newline character. .Pp The @@ -205,6 +207,7 @@ if (error != 0) .Ed .Sh SEE ALSO .Xr exit 3 , +.Xr printf 3 , .Xr strerror 3 .Sh HISTORY The |