diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 21:16:28 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 21:16:28 +0000 |
commit | 7c983533d3b7679ec8a5d6b1ef8508d67b352fda (patch) | |
tree | 743276abfb3ecd9ac3303b0111685a20105bb508 /lib/libc/stdio/printf.3 | |
parent | 79778de77bf5929faa26c8b41fdb13395dab7345 (diff) |
kill some old 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 49c906125f0..36e14e1a0a4 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.16 1999/05/12 13:26:48 aaron Exp $ +.\" $OpenBSD: printf.3,v 1.17 1999/05/25 21:16:26 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -565,7 +565,6 @@ 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 -.br To print a date and time in the form `Sunday, July 3, 10:02', where .Em weekday |