diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-04-25 15:15:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-04-25 15:15:11 +0000 |
commit | 86eefc726d29deb1d86ad9b89fd01717f0371f86 (patch) | |
tree | c3f53a9f3eb8bd74e79d811609770c8bb725f9ca /lib/libc/stdio | |
parent | e68452c0628dbe96e8f465d2396c6fbacc44eaff (diff) |
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> |