Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tail Nit-picking: avoid split infinitive



details:   https://anonhg.NetBSD.org/src/rev/012d4353369c
branches:  trunk
changeset: 827112:012d4353369c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Oct 15 03:57:47 2017 +0000

description:
Nit-picking: avoid split infinitive

diffstat:

 usr.bin/tail/tail.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6a4b202b09d -r 012d4353369c usr.bin/tail/tail.1
--- a/usr.bin/tail/tail.1       Sun Oct 15 01:28:32 2017 +0000
+++ b/usr.bin/tail/tail.1       Sun Oct 15 03:57:47 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index