summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printf.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-07-02 20:58:00 +0000
committeraaron <aaron@openbsd.org>1999-07-02 20:58:00 +0000
commit5a0c168d490fb095937a962ec5629e06f87e97c6 (patch)
tree0a9df12999e884bf03dee2d255fced7945e5d67d /lib/libc/stdio/printf.3
parent.Pp macros are not necessary before .Sh macros, either (diff)
downloadwireguard-openbsd-5a0c168d490fb095937a962ec5629e06f87e97c6.tar.xz
wireguard-openbsd-5a0c168d490fb095937a962ec5629e06f87e97c6.zip
remove redundant .Pp macros
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r--lib/libc/stdio/printf.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 36e14e1a0a4..07813230280 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.17 1999/05/25 21:16:26 aaron Exp $
+.\" $OpenBSD: printf.3,v 1.18 1999/07/02 20:58:00 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -563,7 +563,6 @@ is
In no case does a non-existent or small field width cause truncation of
a field; if the result of a conversion is wider than the field width, the
field is expanded to contain the conversion result.
-.Pp
.Sh EXAMPLES
To print a date and time in the form `Sunday, July 3, 10:02',
where