diff --new-file --unified --recursive bottlerocket-0.04_vanilla/br.c bottlerocket-0.04/br.c --- bottlerocket-0.04_vanilla/br.c Thu Jul 8 02:07:03 1999 +++ bottlerocket-0.04/br.c Fri Jul 9 11:36:18 1999 @@ -121,7 +121,7 @@ fprintf(stderr, "\tis a letter between A and P\n"); fprintf(stderr, "\tis one of ON, OFF, DIM, BRIGHT, " "ALL_ON, ALL_OFF,\n"); - fprintf(stderr, "\t\tLIGHTS_ON or LIGHTS_OFF\n\n"); + fprintf(stderr, "\t\tLAMPS_ON or LAMPS_OFF\n\n"); fprintf(stderr, "For native commands, should only be specified " "for ON or OFF.\n\n"); @@ -315,7 +315,7 @@ return ALL_LAMPS_OFF; fprintf(stderr, "%s: Command must be one of ON, OFF, DIM, BRIGHT, " - "ALLON, ALLOFF, LAMPSON or LAMPSOFF.\n", MyName); + "ALL_ON, ALL_OFF, LAMPS_ON or LAMPS_OFF.\n", MyName); errno = EINVAL; return -1;