Page MenuHomeFreeBSD

D39543.diff
No OneTemporary

D39543.diff

diff --git a/share/man/man9/printf.9 b/share/man/man9/printf.9
--- a/share/man/man9/printf.9
+++ b/share/man/man9/printf.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 9, 2020
+.Dd April 14, 2023
.Dt PRINTF 9
.Os
.Sh NAME
@@ -164,14 +164,14 @@
{
printf("reg=%b\en", 3, "\e10\e2BITTWO\e1BITONE");
- printf("out: %4D\en", "AAAA", ":");
+ printf("out: %4D\en", "AAZZ", ":");
}
.Ed
.Pp
will produce the following output:
.Bd -literal -offset indent
reg=3<BITTWO,BITONE>
-out: 41:41:41:41
+out: 41:41:5a:5a
.Ed
.Pp
The call

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 8, 6:04 PM (2 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15724611
Default Alt Text
D39543.diff (544 B)

Event Timeline