From: seb Date: Sat, 27 Apr 2013 06:55:20 +0000 (+0200) Subject: Typos fixed. README file updated. X-Git-Tag: v10.1.6~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c50b702d31534495a72a39b398698e1a1cbb561;p=sysstat Typos fixed. README file updated. Fixed some typos in code comments. Also updated README file where some information were outdated. --- diff --git a/CHANGES b/CHANGES index 53a1f97..5e3dd62 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ Changes: xxxx/xx/xx: Version 10.1.6 - Sebastien Godard (sysstat orange.fr) + * Typos fixed. README file updated. * Yet another cosmetic fix in pidstat manual page. 2013/03/31: Version 10.1.5 - Sebastien Godard (sysstat orange.fr) diff --git a/README b/README index beabe7d..a068535 100644 --- a/README +++ b/README @@ -1,16 +1,11 @@ sysstat: System performance tools for the Linux operating system... -- -(C) 1999-2012 Sebastien GODARD (sysstat orange.fr) +(C) 1999-2013 Sebastien GODARD (sysstat orange.fr) The latest version of sysstat can always be found on my web site at: http://pagesperso-orange.fr/sebastien.godard/ -sysstat package is also available at ibiblio's Linux archive -in the following directory: - -ftp://ibiblio.org/pub/Linux/system/status/ - See the CHANGES file to know the new features/improvements/bug fixes added in this release of sysstat. @@ -88,25 +83,15 @@ ${PREFIX}/share/locale/*/LC_MESSAGES/sysstat.mo ${PREFIX}/share/doc/sysstat-x.y.z/* /var/log/sa ${INIT_DIR}/sysstat -/lib/systemd/system/sysstat.service if OS uses systemd +/lib/systemd/system/sysstat.service if OS uses systemd /etc/sysconfig/sysstat /etc/sysconfig/sysstat.ioconf /etc/cron.d/sysstat -/etc/rc.d/rc.sysstat for [SLACKWARE] +/etc/rc.d/rc.sysstat (depending on your distro) ${RC_DIR}/rc2.d/S03sysstat ${RC_DIR}/rc3.d/S03sysstat ${RC_DIR}/rc5.d/S03sysstat -with: - -${INIT_DIR}=/etc/rc.d/init.d/ for [REDHAT] [CALDERA] [MANDRIVA] [TURBOLINUX] [KONDARA] -${INIT_DIR}=/sbin/init.d/ for [SUSE <= 7.0] -${INIT_DIR}=/etc/init.d/ for [SUSE >= 7.1] [DEBIAN] -${RC_DIR}=/etc/rc.d/ for [REDHAT] [CALDERA] [MANDRIVA] [TURBOLINUX] [KONDARA] [SLACKWARE] -${RC_DIR}=/sbin/init.d/ for [SUSE <= 7.0] -${RC_DIR}=/etc/init.d/ for [SUSE >= 7.1] -${RC_DIR}=/etc/ for [DEBIAN] - sysstat may also install some links in ${RC_DIR}/rc[0146].d/ directory if chkconfig is used. diff --git a/sa.h b/sa.h index 54e7a4e..4a5038d 100644 --- a/sa.h +++ b/sa.h @@ -1,6 +1,6 @@ /* * sar/sadc: Report system activity - * (C) 1999-2012 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_H @@ -650,7 +650,7 @@ struct record_header { * Macro functions definitions. * * Note: Using 'do ... while' makes the macros safer to use - * (remember that macro use are followed by a semicolon). + * (remember that macro use is followed by a semicolon). *************************************************************************** */ diff --git a/sa_common.c b/sa_common.c index 67c55db..b7ef6ad 100644 --- a/sa_common.c +++ b/sa_common.c @@ -1,6 +1,6 @@ /* * sar and sadf common routines. - * (C) 1999-2012 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * @@ -1342,7 +1342,7 @@ int parse_sar_opt(char *argv[], int *opt, struct activity *act[], /* * Check sar option -t here (as it can be combined * with other ones, eg. "sar -rtu ..." - * But sadf option -t is check in sadf.c as it won't + * But sadf option -t is checked in sadf.c as it won't * be entered as a sar option after "--". */ if (caller == C_SAR) {