summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2000-04-25 15:15:10 +0000
committerespie <espie@openbsd.org>2000-04-25 15:15:10 +0000
commit9e796353dec1e46cd7ea42b914f320c1ce1781e9 (patch)
tree8dd598279ddb9485704f0f2a23ce3ce2e135b06a /lib/libc
parentcorrect boundary check. XXX should avoid code duplicate here... (diff)
downloadwireguard-openbsd-9e796353dec1e46cd7ea42b914f320c1ce1781e9.tar.xz
wireguard-openbsd-9e796353dec1e46cd7ea42b914f320c1ce1781e9.zip
C deals with complex functions, but not imaginary ones yet.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/printf.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index c064bed7f73..ce49b321ecc 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.26 2000/04/20 01:39:32 aaron Exp $
+.\" $OpenBSD: printf.3,v 1.27 2000/04/25 15:15:10 espie Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -50,8 +50,7 @@
.Nm vfprintf ,
.Nm vsprintf ,
.Nm vsnprintf ,
-.Nm vasprintf ,
-.Nm vansprintf
+.Nm vasprintf
.Nd formatted output conversion
.Sh SYNOPSIS
.Fd #include <stdio.h>