summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-19 00:43:13 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-19 00:43:13 +0000
commit7a30f183974d754fc6cdeff060de0bcf8557a753 (patch)
treed40d63a41002f1f346a8c5f8eeb13a7a952297a2 /lib
parent3ce29386aada903b4757dc44b579c026c7a94106 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/err.319
1 files changed, 10 insertions, 9 deletions
diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3
index b2f96fc60580..aa340f65ca97 100644
--- a/lib/libc/gen/err.3
+++ b/lib/libc/gen/err.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)err.3 8.1 (Berkeley) 6/9/93
-.\" $Id$
+.\" $Id: err.3,v 1.6 1997/02/22 14:58:02 peter Exp $
.\"
.Dd April 13, 1995
.Dt ERR 3
@@ -52,23 +52,24 @@
.Ft void
.Fn err "int eval" "const char *fmt" "..."
.Ft void
-.Fn verr "int eval" "const char *fmt" "va_list args"
-.Ft void
.Fn errx "int eval" "const char *fmt" "..."
.Ft void
-.Fn verrx "int eval" "const char *fmt" "va_list args"
-.Ft void
.Fn warn "const char *fmt" "..."
.Ft void
-.Fn vwarn "const char *fmt" "va_list args"
-.Ft void
.Fn warnx "const char *fmt" "..."
.Ft void
-.Fn vwarnx "const char *fmt" "va_list args"
-.Ft void
.Fn err_set_file "void *fp"
.Ft void
.Fn err_set_exit "void (*exitf)(int)"
+.Fd #include <stdarg.h>
+.Ft void
+.Fn verr "int eval" "const char *fmt" "va_list args"
+.Ft void
+.Fn verrx "int eval" "const char *fmt" "va_list args"
+.Ft void
+.Fn vwarn "const char *fmt" "va_list args"
+.Ft void
+.Fn vwarnx "const char *fmt" "va_list args"
.Sh DESCRIPTION
The
.Fn err