diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/stdio/printf.3 | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index d4c753935d7..dd3a4f24054 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.13 1998/09/27 20:53:24 millert Exp $ +.\" $OpenBSD: printf.3,v 1.14 1999/02/27 21:55:46 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -82,7 +82,7 @@ The family of functions produces output according to a .Fa format as described below. -.Fn Printf +.Fn printf and .Fn vprintf write output to @@ -119,7 +119,7 @@ the number of characters printed .Ql \e0 used to end output to strings). .Pp -.Fn Asprintf +.Fn asprintf and .Fn vasprintf return a pointer to a buffer sufficiently large to hold the @@ -144,7 +144,7 @@ of 0, they set .Fa ret to be a NULL pointer. .Pp -.Fn Snprintf +.Fn snprintf and .Fn vsnprintf will write at most @@ -159,7 +159,7 @@ if the return value is greater than or equal to the argument, the string was too short and some of the printed characters were discarded. .Pp -.Fn Sprintf +.Fn sprintf and .Fn vsprintf effectively assume an infinite |