summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printf.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-12 13:26:46 +0000
committeraaron <aaron@openbsd.org>1999-05-12 13:26:46 +0000
commit892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch)
treea34d7acad0c105c0435069758dbb89390647eef6 /lib/libc/stdio/printf.3
parentefault -> default; steve@tightrope.demon.co.uk (diff)
downloadwireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.tar.xz
wireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.zip
grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r--lib/libc/stdio/printf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index f2b8b9ff547..49c906125f0 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.15 1999/03/01 20:41:56 deraadt Exp $
+.\" $OpenBSD: printf.3,v 1.16 1999/05/12 13:26:48 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -682,6 +682,6 @@ interface is not portable.
.Pp
There is no way for printf to know the size of each argument passed. If
you use positional arguments you must ensure that all parameters, up to the
-last positionally-specified parameter, are used in the format string. This
+last positionally specified parameter, are used in the format string. This
allows for the format string to be parsed for this information. Failure
to do this will mean your code is non-portable and liable to fail.