diff options
author | 1999-05-25 21:16:24 +0000 | |
---|---|---|
committer | 1999-05-25 21:16:24 +0000 | |
commit | 2c0b955bce820b4ef48fffa9001341a91f59d0ed (patch) | |
tree | f1dbb1e88942136c27ef8546c7fa7bc8c6d06f44 /lib/libc/stdio | |
parent | Stub out src/ ports makefile fragments, so that everything is under (diff) | |
download | wireguard-openbsd-2c0b955bce820b4ef48fffa9001341a91f59d0ed.tar.xz wireguard-openbsd-2c0b955bce820b4ef48fffa9001341a91f59d0ed.zip |
kill some old macros
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index ffe868fe31e..de5991617a4 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.14 1999/05/16 19:55:09 alex Exp $ +.\" $OpenBSD: mktemp.3,v 1.15 1999/05/25 21:16:26 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -298,7 +298,7 @@ A .Fn mktemp function appeared in .At v7 . -.br +.Pp The .Fn mkdtemp function appeared in 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 |