diff options
author | roam <roam@FreeBSD.org> | 2004-08-06 11:24:37 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-08-06 11:24:37 +0000 |
commit | f20c39459b20f6c58364f2a1f8758449cd979da8 (patch) | |
tree | 894436fd3a550c3a14e3092424a1ea0dc6ca1513 /lib | |
parent | 6cbbe8f71938644a3e7c57a003834f992f40b553 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libstand/libstand.3 | 4 |
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 |