Fix three embarassing thinkos in the new dmesg.c:
authorRob Landley <rob@landley.net>
Thu, 6 Jul 2006 16:41:56 +0000 (16:41 -0000)
committerRob Landley <rob@landley.net>
Thu, 6 Jul 2006 16:41:56 +0000 (16:41 -0000)
commitaa516a61b994526e1b09fbe863ea34e553e76017
tree357c41c62678006207da83bbbfd32785fc5458cb
parentf296f0b77d1115e7b4056613dfcecac11ec45e79
Fix three embarassing thinkos in the new dmesg.c:
1) the c argument shouldn't have had a : after that, dunno how that got there.
2) the xgetlarg for level was using size
3) because xgetlarg's error message _SUCKS_ (it does a show_usage() rather than giving any specific info about the range that was violated) I dropped the range down to 2 bytes.  (Which works fine, I dunno why we were nit-picking about that...)
util-linux/dmesg.c