Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173453499
D39543.id120302.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D39543.id120302.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 27, 1:41 AM (2 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39708506
Default Alt Text
D39543.id120302.diff (544 B)
Attached To
Mode
D39543: printf.9: Update the example for %D conversion specifier
Attached
Detach File
Event Timeline
Log In to Comment