artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd80cf
)
C deals with complex functions, but not imaginary ones yet.
author
espie
<espie@openbsd.org>
Tue, 25 Apr 2000 15:15:10 +0000
(15:15 +0000)
committer
espie
<espie@openbsd.org>
Tue, 25 Apr 2000 15:15:10 +0000
(15:15 +0000)
lib/libc/stdio/printf.3
patch
|
blob
|
history
diff --git
a/lib/libc/stdio/printf.3
b/lib/libc/stdio/printf.3
index
c064bed
..
ce49b32
100644
(file)
--- a/
lib/libc/stdio/printf.3
+++ b/
lib/libc/stdio/printf.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: printf.3,v 1.2
6 2000/04/20 01:39:32 aaron
Exp $
+.\" $OpenBSD: printf.3,v 1.2
7 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>