summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
committerlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
commitce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch)
tree450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/stdio/printf.3
parented88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff)
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r--lib/libc/stdio/printf.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index fd7a4484b71..3a0c82ccd47 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: printf.3,v 1.11 1998/08/28 22:21:23 perry Exp $
+.\" $NetBSD: printf.3,v 1.12 1998/08/29 08:32:34 lukem Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -83,7 +83,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
@@ -120,7 +120,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
@@ -135,7 +135,7 @@ will return -1 and set
.Fa ret
to be a NULL pointer.
.Pp
-.Fn Snprintf
+.Fn snprintf
and
.Fn vsnprintf
will write at most
@@ -150,7 +150,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