freebsd-skq/usr.sbin/lpr/lpc
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
..
cmds.c Fix additional warnings. Remove -Werror, since some people have complained 1998-09-11 18:49:33 +00:00
cmdtab.c Mega lpd/lpd upgrade, part I: 1997-12-02 20:46:22 +00:00
extern.h Fix additional warnings. Remove -Werror, since some people have complained 1998-09-11 18:49:33 +00:00
lpc.8 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:12:29 +00:00
lpc.c What the heck was I thinking? Nobody else saw this? Sheesh. 1999-08-20 01:24:35 +00:00
lpc.h Mega lpd/lpd upgrade, part I: 1997-12-02 20:46:22 +00:00
Makefile Add support for command line editing and history. 1999-08-19 03:29:15 +00:00