diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-27 20:53:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-27 20:53:25 +0000 |
commit | 13939eae6191771bdcfc465b883c4738d9310d25 (patch) | |
tree | bdd709d1cd6aefa53cdac1b8cedd40222f59b3a0 | |
parent | 1de738aaee109c91ead2bc5657915e8229522cf9 (diff) |
Add a missing note about asprintf
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index fb7262c941c..d4c753935d7 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.12 1998/08/30 22:19:37 millert Exp $ +.\" $OpenBSD: printf.3,v 1.13 1998/09/27 20:53:24 millert Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -135,6 +135,8 @@ will return -1 and set to be a NULL pointer. .Pp If +.Fn asprintf +or .Fn vasprintf are given a .Fa size |