Module Name: src
Committed By: kre
Date: Sun Oct 1 22:35:23 UTC 2017
Modified Files:
src/usr.bin/tail: tac.1
Log Message:
Remove some unnecessary words.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/tail/tac.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/tac.1
diff -u src/usr.bin/tail/tac.1:1.1 src/usr.bin/tail/tac.1:1.2
--- src/usr.bin/tail/tac.1:1.1 Sun Oct 1 20:49:24 2017
+++ src/usr.bin/tail/tac.1 Sun Oct 1 22:35:23 2017
@@ -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