freebsd-dev/usr.sbin/cdcontrol
Matthew N. Dodd 0b2d7c2ffc 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 (1) Make usage() and SYNOPSIS agree with each other. 1999-01-31 15:30:21 +00:00
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