diff options
Diffstat (limited to 'usr/src/cmd/mdb/test/options/tst.autowrap.mdb')
| -rw-r--r-- | usr/src/cmd/mdb/test/options/tst.autowrap.mdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/test/options/tst.autowrap.mdb b/usr/src/cmd/mdb/test/options/tst.autowrap.mdb index 5c62e288d3..5904cbf4c7 100644 --- a/usr/src/cmd/mdb/test/options/tst.autowrap.mdb +++ b/usr/src/cmd/mdb/test/options/tst.autowrap.mdb @@ -2,7 +2,14 @@ ::typedef -c lp32 0::printf "Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts! Amazingly few discotheques provide jukeboxes.%d" int . +0::printf "%-79d%d" int . . +0::printf "%-80d%d" int . . +0::printf "%-81d%d" int . . + ::set -o autowrap 0::printf "Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts! Amazingly few discotheques provide jukeboxes.%d" int . +0::printf "%-79d%d" int . . +0::printf "%-80d%d" int . . +0::printf "%-81d%d" int . . |
