diff options
author | 1998-09-27 20:53:24 +0000 | |
---|---|---|
committer | 1998-09-27 20:53:24 +0000 | |
commit | 44417405b9cc61a447157f03fbe8d72482ab1092 (patch) | |
tree | 2def45eeb42d155b2897af687de7005ac798052d /lib/libc/stdio | |
parent | Xr these together (diff) | |
download | wireguard-openbsd-44417405b9cc61a447157f03fbe8d72482ab1092.tar.xz wireguard-openbsd-44417405b9cc61a447157f03fbe8d72482ab1092.zip |
Add a missing note about asprintf
Diffstat (limited to 'lib/libc/stdio')
-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 |