freebsd-skq/usr.sbin/cdcontrol
mdodd add3f6325f What the heck was I thinking? Nobody else saw this? Sheesh.
(num > MAX) ? MAX : num

rather than

(MAX > num) ? MAX : num

Also, make things a little easier to read while I'm here.
1999-08-20 01:24:35 +00:00
..
cdcontrol.1
cdcontrol.c What the heck was I thinking? Nobody else saw this? Sheesh. 1999-08-20 01:24:35 +00:00
Makefile Add support for command line editing and history. 1999-08-19 03:29:15 +00:00