diff options
author | 2000-04-25 15:15:10 +0000 | |
---|---|---|
committer | 2000-04-25 15:15:10 +0000 | |
commit | 9e796353dec1e46cd7ea42b914f320c1ce1781e9 (patch) | |
tree | 8dd598279ddb9485704f0f2a23ce3ce2e135b06a /lib/libc/stdio | |
parent | correct boundary check. XXX should avoid code duplicate here... (diff) | |
download | wireguard-openbsd-9e796353dec1e46cd7ea42b914f320c1ce1781e9.tar.xz wireguard-openbsd-9e796353dec1e46cd7ea42b914f320c1ce1781e9.zip |
C deals with complex functions, but not imaginary ones yet.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 5 |
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> |