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:
Peter Pentchev 2004-08-06 11:24:37 +00:00
parent 1575f75dc9
commit a222db0461
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133207

View File

@ -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