INN commit: branches/2.5 (3 files)

INN Commit rra at isc.org
Sun Sep 21 12:55:57 UTC 2014


    Date: Sunday, September 21, 2014 @ 05:55:56
  Author: iulius
Revision: 9714

Typos

Modified:
  branches/2.5/backends/Makefile
  branches/2.5/backends/inndf.c
  branches/2.5/doc/pod/inn.conf.pod

----------------------+
 backends/Makefile    |    2 +-
 backends/inndf.c     |    4 ++--
 doc/pod/inn.conf.pod |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: backends/Makefile
===================================================================
--- backends/Makefile	2014-09-21 12:55:22 UTC (rev 9713)
+++ backends/Makefile	2014-09-21 12:55:56 UTC (rev 9714)
@@ -71,7 +71,7 @@
 
 ##  Compilation rules.
 
-BOTH		= $(LIBSTORAGE) $(LIBHIST) $(LIBSTORAGE) $(LIBINN)
+BOTH		= $(LIBSTORAGE) $(LIBHIST) $(LIBINN)
 
 LINK 		= $(LIBLD) $(LDFLAGS) -o $@
 INNLIBS		= $(LIBINN) $(LIBS)

Modified: backends/inndf.c
===================================================================
--- backends/inndf.c	2014-09-21 12:55:22 UTC (rev 9713)
+++ backends/inndf.c	2014-09-21 12:55:56 UTC (rev 9714)
@@ -60,8 +60,8 @@
    df_declare declares a variable of the appropriate type to pass to df_stat
    along with a path; df_stat will return true on success, false on failure.
    df_avail gives the number of free blocks, the size of those blocks given
-   in df_bsize (which handles SysV's weird fragment vs. preferred block size
-   thing).  df_inodes returns the free inodes. */
+   in df_scale (which handles SysV's weird fragment vs. preferred block size
+   thing).  df_favail returns the free inodes. */
 #if HAVE_STATVFS
 # include <sys/statvfs.h>
 # define df_stat(p, s)  (statvfs((p), (s)) == 0)

Modified: doc/pod/inn.conf.pod
===================================================================
--- doc/pod/inn.conf.pod	2014-09-21 12:55:22 UTC (rev 9713)
+++ doc/pod/inn.conf.pod	2014-09-21 12:55:56 UTC (rev 9714)
@@ -757,7 +757,7 @@
 
 Whether to enable the tracking system for client behavior.  Tracked
 information is recorded to I<pathlog>/tracklogs/log-I<ID>, where ID is
-determined by nnrpd's PID and launch time.)  Currently the information
+determined by nnrpd's PID and launch time.  Currently the information
 recorded includes initial connection and posting; only information about
 clients listed in F<nnrpd.track> is recorded.  In addition, every posted
 article will be saved in I<pathlog>/trackposts/track.I<message-id>, where



More information about the inn-committers mailing list