diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:58:02 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:58:02 +0000 |
commit | 29e5383f53d6c31513512511f4ef639c1140c6bc (patch) | |
tree | ab9e7c2fedfab62f2c62e981f580a8b2849a762f /lib/libc/stdio/printf.3 | |
parent | 22b6e92aae6ea0d23546dba723905f488492149d (diff) |
remove redundant .Pp macros
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 3 |
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 |