diff options
author | 1998-06-15 17:54:48 +0000 | |
---|---|---|
committer | 1998-06-15 17:54:48 +0000 | |
commit | a873166d58fd22eb9cd577c46ce7405089f92a17 (patch) | |
tree | 6e7c83c6bbae1198e072a6074b0c8b67649c4395 /lib/libc/stdio/printf.3 | |
parent | add -p opt to usage; form@vs.itam.nsc.ru (diff) | |
download | wireguard-openbsd-a873166d58fd22eb9cd577c46ce7405089f92a17.tar.xz wireguard-openbsd-a873166d58fd22eb9cd577c46ce7405089f92a17.zip |
use Bx macro for BSD versions
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 148fb1f6147..bae119cce12 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.8 1998/03/07 21:53:30 millert Exp $ +.\" $OpenBSD: printf.3,v 1.9 1998/06/15 17:54:48 mickey Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -636,7 +636,8 @@ The functions .Fn snprintf and .Fn vsnprintf -are new to this release. +first appeared in +.Bx 4.4 . .Pp The functions .Fn asprintf |