mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Fix a printf("%b", ..) example.
PR: 68849 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 1 week
This commit is contained in:
parent
1575f75dc9
commit
a222db0461
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133207
@ -288,8 +288,8 @@ Thus
|
||||
.Pp
|
||||
.Bd -ragged -offset indent
|
||||
printf(
|
||||
.Qq reg=%b\en
|
||||
3
|
||||
.Qq reg=%b\en ,
|
||||
3,
|
||||
.Qq \e10\e2BITTWO\e1BITONE\en
|
||||
);
|
||||
.Ed
|
||||
|
Loading…
Reference in New Issue
Block a user