summaryrefslogtreecommitdiff
path: root/usr.bin/tail
diff options
context:
space:
mode:
authorVadim Zhukov <zhuk@cvs.openbsd.org>2015-10-25 21:50:33 +0000
committerVadim Zhukov <zhuk@cvs.openbsd.org>2015-10-25 21:50:33 +0000
commita5e11ab0e12889d8046b61725788fbe7f3f86a0a (patch)
tree062e8e9400561a2bea1c20bc1ee68af3dc67c90a /usr.bin/tail
parent90a9738abac5d4b7b73509246c316678dda847ba (diff)
Unify & improve paragraphs talking about "==> file <==" headers in
head(1) and tail(1). Input & okay from jmc@
Diffstat (limited to 'usr.bin/tail')
-rw-r--r--usr.bin/tail/tail.116
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index 4e26dbc9af8..9d5744f86af 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tail.1,v 1.22 2015/09/15 19:15:32 schwarze Exp $
+.\" $OpenBSD: tail.1,v 1.23 2015/10/25 21:50:32 zhuk Exp $
.\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tail.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: September 15 2015 $
+.Dd $Mdocdate: October 25 2015 $
.Dt TAIL 1
.Os
.Sh NAME
@@ -125,12 +125,12 @@ The default for the
option is to display all of the input.
.El
.Pp
-If more than a single file is specified, each file is preceded by a
-header consisting of the string
-.Dq ==> XXX <==
-where
-.Dq XXX
-is the name of the file.
+If more than one file is specified,
+.Nm
+precedes the output of each file with the following, in order
+to distinguish files:
+.Pp
+.Dl ==> Ar file No <==
.Sh EXIT STATUS
.Ex -std tail
.Sh EXAMPLES