diff options
author | 1998-01-12 06:17:26 +0000 | |
---|---|---|
committer | 1998-01-12 06:17:26 +0000 | |
commit | 9b202795432e1092cb71b65481fd1d70943da3bb (patch) | |
tree | 7e455a8e256eecf4706e106cc6ff4440009d70aa /lib/libc | |
parent | Based on some FreeBSD changes: (diff) | |
download | wireguard-openbsd-9b202795432e1092cb71b65481fd1d70943da3bb.tar.xz wireguard-openbsd-9b202795432e1092cb71b65481fd1d70943da3bb.zip |
typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index a6ff5ecb6f0..46afd207f01 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.6 1998/01/12 06:14:30 millert Exp $ +.\" $OpenBSD: printf.3,v 1.7 1998/01/12 06:17:26 millert Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -664,5 +664,5 @@ Unfortunately, the .Fn snprintf interface is not available on older systems and the -.Fn vasprintf +.Fn asprintf interface is not portable. |