~ubuntu-branches/ubuntu/vivid/sysstat/vivid-proposed

« back to all changes in this revision

Viewing changes to sar.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2011-06-15 07:27:46 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110615072746-jqcpj6mlchjuaax9
Tags: 10.0.1-1
* New upstream (stable) release.
* Add Danish translation of debconf templates (closes: #621367).
* Standards-Version: 3.9.2 (no changes).
* sysstat.{postinst,postrm}: register the ucf-managed file with ucfr.
* Sort dependency fields with wrap-and-sort command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
                 "\t\tFAN\tFans speed\n"
138
138
                 "\t\tFREQ\tCPU average clock frequency\n"
139
139
                 "\t\tIN\tVoltage inputs\n"
140
 
                 "\t\tTEMP\tDevices temperature\n"));
 
140
                 "\t\tTEMP\tDevices temperature\n"
 
141
                 "\t\tUSB\tUSB devices plugged into the system\n"));
141
142
        printf(_("\t-n { <keyword> [,...] | ALL }\n"
142
143
                 "\t\tNetwork statistics\n"
143
144
                 "\t\tKeywords are:\n"
377
378
        else
378
379
                itv = g_itv;
379
380
 
380
 
        strcpy(timestamp[curr], _("Average:"));
 
381
        strncpy(timestamp[curr], _("Average:"), TIMESTAMP_LEN);
 
382
        timestamp[curr][TIMESTAMP_LEN - 1] = '\0';
381
383
        strcpy(timestamp[!curr], timestamp[curr]);
382
384
        
383
385
        /* Test stdout */