From f20c39459b20f6c58364f2a1f8758449cd979da8 Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 6 Aug 2004 11:24:37 +0000 Subject: Fix a printf("%b", ..) example. PR: 68849 Submitted by: Michel Lavondes MFC after: 1 week --- lib/libstand/libstand.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index 17c18d7..e013d8f 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -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 -- cgit v1.1