]> granicus.if.org Git - sysstat/commitdiff
Typos fixed. README file updated.
authorseb <sysstat@orange.fr.fake>
Sat, 27 Apr 2013 06:55:20 +0000 (08:55 +0200)
committerseb <sysstat@orange.fr.fake>
Sat, 27 Apr 2013 06:55:20 +0000 (08:55 +0200)
Fixed some typos in code comments. Also updated README file where some
information were outdated.

CHANGES
README
sa.h
sa_common.c

diff --git a/CHANGES b/CHANGES
index 53a1f97f691952c7d50e03609dcf65293a0009bb..5e3dd6233cc6918896948dd31445dbbce055713e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
 Changes:
 
 xxxx/xx/xx: Version 10.1.6 - Sebastien Godard (sysstat <at> 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 <at> orange.fr)
diff --git a/README b/README
index beabe7d6055dc91474d4f31cb6cfc5aa1e90ad40..a068535d83a411533c0baeec9de4ffd4e335ee6d 100644 (file)
--- a/README
+++ b/README
@@ -1,16 +1,11 @@
 sysstat: System performance tools for the Linux operating system...
 --
-(C) 1999-2012 Sebastien GODARD (sysstat <at> orange.fr)
+(C) 1999-2013 Sebastien GODARD (sysstat <at> 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 54e7a4e20e4e2e36015527a602f121ed6f07c044..4a5038de09abbd9038a3e98d97ba9505995f3089 100644 (file)
--- a/sa.h
+++ b/sa.h
@@ -1,6 +1,6 @@
 /*
  * sar/sadc: Report system activity
- * (C) 1999-2012 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 1999-2013 by Sebastien Godard (sysstat <at> 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).
  ***************************************************************************
  */
 
index 67c55db7511a1f088383b2ac2fc03e1c682349d3..b7ef6ad9983d8941732493e010120962fefe8be1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * sar and sadf common routines.
- * (C) 1999-2012 by Sebastien GODARD (sysstat <at> orange.fr)
+ * (C) 1999-2013 by Sebastien GODARD (sysstat <at> 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) {