summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
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
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')
-rw-r--r--lib/libc/stdio/printf.33
-rw-r--r--lib/libc/stdio/scanf.33
2 files changed, 2 insertions, 4 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
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index 49e5fe48832..e316a158c1a 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scanf.3,v 1.3 1999/05/16 19:55:09 alex Exp $
+.\" $OpenBSD: scanf.3,v 1.4 1999/07/02 20:58:00 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -352,7 +352,6 @@ and a `conversion' of
.Ql %\e0
causes an immediate return of
.Dv EOF .
-.Pp
.Sh RETURN VALUES
These
functions