summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-08-06 11:24:37 +0000
committerroam <roam@FreeBSD.org>2004-08-06 11:24:37 +0000
commitf20c39459b20f6c58364f2a1f8758449cd979da8 (patch)
tree894436fd3a550c3a14e3092424a1ea0dc6ca1513 /lib/libstand
parent6cbbe8f71938644a3e7c57a003834f992f40b553 (diff)
downloadFreeBSD-src-f20c39459b20f6c58364f2a1f8758449cd979da8.zip
FreeBSD-src-f20c39459b20f6c58364f2a1f8758449cd979da8.tar.gz
Fix a printf("%b", ..) example.
PR: 68849 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> MFC after: 1 week
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/libstand.34
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud