diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-12 06:17:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-12 06:17:27 +0000 |
commit | 94e5281fc15c5a5216d2320e4fa474cf3986da2f (patch) | |
tree | 525577d5aa20dab2d161560daa0325e541866742 | |
parent | cf7ccc9cb187d0627ce9f7a884e9de25b123975e (diff) |
typo
-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. |