=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/systat/main.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- src/usr.bin/systat/main.c 2011/03/31 06:12:34 1.58 +++ src/usr.bin/systat/main.c 2011/04/05 07:35:32 1.59 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.58 2011/03/31 06:12:34 lum Exp $ */ +/* $Id: main.c,v 1.59 2011/04/05 07:35:32 mpf Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -326,6 +326,10 @@ break; case 's': command_set(&cm_delay, NULL); + break; + case ',': + separate_thousands = !separate_thousands; + gotsig_alarm = 1; break; case ':': command_set(&cm_compat, NULL);