Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tail Remove some unnecessary words.



details:   https://anonhg.NetBSD.org/src/rev/9813989ba383
branches:  trunk
changeset: 826832:9813989ba383
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Oct 01 22:35:23 2017 +0000

description:
Remove some unnecessary words.

diffstat:

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

diffs (18 lines):

diff -r aabaf8a14d7a -r 9813989ba383 usr.bin/tail/tac.1
--- a/usr.bin/tail/tac.1        Sun Oct 01 21:49:20 2017 +0000
+++ b/usr.bin/tail/tac.1        Sun Oct 01 22:35:23 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tac.1,v 1.1 2017/10/01 20:49:24 maya Exp $
+.\"    $NetBSD: tac.1,v 1.2 2017/10/01 22:35:23 kre Exp $
 .\"
 .\" Copyright (c) 2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,7 +43,7 @@
 .Nm
 .Pq cat backwards
 outputs the contents of each of each of the specified files,
-or of the standard input if no files are specified its standard input,
+or the standard input if no files are specified,
 in reverse line order to the standard output.
 .Sh EXIT STATUS
 .Ex -std tac



Home | Main Index | Thread Index | Old Index