Module Name:    src
Committed By:   wiz
Date:           Thu Jan 31 23:09:06 UTC 2013

Modified Files:
        src/usr.bin/tail: tail.1 tail.c

Log Message:
Add comma after i.e.
>From Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/tail/tail.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tail/tail.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/tail/tail.1
diff -u src/usr.bin/tail/tail.1:1.13 src/usr.bin/tail/tail.1:1.14
--- src/usr.bin/tail/tail.1:1.13	Thu Aug  7 11:16:02 2003
+++ src/usr.bin/tail/tail.1	Thu Jan 31 23:09:06 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tail.1,v 1.13 2003/08/07 11:16:02 agc Exp $
+.\"	$NetBSD: tail.1,v 1.14 2013/01/31 23:09:06 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -172,7 +172,7 @@ and
 .Fl n
 options modify the
 .Fl r
-option, i.e. ``-r -c 4'' displays the last 4 characters of the last line
+option, i.e., ``-r -c 4'' displays the last 4 characters of the last line
 of the input, while the historic tail (using the historic syntax ``-4cr'')
 would ignore the
 .Fl c

Index: src/usr.bin/tail/tail.c
diff -u src/usr.bin/tail/tail.c:1.16 src/usr.bin/tail/tail.c:1.17
--- src/usr.bin/tail/tail.c:1.16	Sat Sep  3 10:59:11 2011
+++ src/usr.bin/tail/tail.c	Thu Jan 31 23:09:06 2013
@@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 19
 #if 0
 static char sccsid[] = "@(#)tail.c	8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: tail.c,v 1.16 2011/09/03 10:59:11 christos Exp $");
+__RCSID("$NetBSD: tail.c,v 1.17 2013/01/31 23:09:06 wiz Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -78,7 +78,7 @@ main(int argc, char *argv[])
 	 * get displayed, not the starting point in the file.  The one major
 	 * incompatibility in this version as compared to historical versions
 	 * is that the 'r' option couldn't be modified by the -lbc options,
-	 * i.e. it was always done in lines.  This version treats -rc as a
+	 * i.e., it was always done in lines.  This version treats -rc as a
 	 * number of characters in reverse order.  Finally, the default for
 	 * -r is the entire file, not 10 lines.
 	 */

Reply via email to