diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-29 21:12:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-29 21:12:27 +0000 |
commit | db4ff0537a285137d22d610a8d229d30955181f3 (patch) | |
tree | a3aef28106e81149d2b46636acee273fb6dc7bf5 /lib/libc/stdio/printf.3 | |
parent | 79c215bbdf655d5e8b7291acc4eefac3ce2cb3b8 (diff) |
man page repairs; aaron@ug.cs.dal.ca
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 653699fd458..7bfde8d32fa 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.10 1998/07/14 21:18:07 deraadt Exp $ +.\" $OpenBSD: printf.3,v 1.11 1998/08/29 21:11:52 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -48,10 +48,10 @@ .Nm asprintf , .Nm asnprintf , .Nm vprintf , -.Nm vfprintf, +.Nm vfprintf , .Nm vsprintf , .Nm vsnprintf , -.Nm vasprintf +.Nm vasprintf , .Nm vansprintf .Nd formatted output conversion .Sh SYNOPSIS |