Module Name: src
Committed By: pgoyette
Date: Sun Oct 15 03:57:47 UTC 2017
Modified Files:
src/usr.bin/tail: tail.1
Log Message:
Nit-picking: avoid split infinitive
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/tail/tail.1
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.19 src/usr.bin/tail/tail.1:1.20
--- src/usr.bin/tail/tail.1:1.19 Mon Oct 2 08:23:23 2017
+++ src/usr.bin/tail/tail.1 Sun Oct 15 03:57:47 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: tail.1,v 1.19 2017/10/02 08:23:23 wiz Exp $
+.\" $NetBSD: tail.1,v 1.20 2017/10/15 03:57:47 pgoyette Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -89,7 +89,7 @@ The
.Fl f
option causes
.Nm
-to not stop when end of file is reached, but rather to wait for additional
+not to stop when end of file is reached, but rather to wait for additional
data to be appended to the input.
The
.Fl f