diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-02 07:50:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-02 07:50:26 +0000 |
commit | e748409618a6c92c05ca0fe2b06877171561197c (patch) | |
tree | 1705f6223b354a377ff91354ecc7d9b0f2923b01 /usr.bin/tail | |
parent | f9d0641715a2e062c9d1e1a4d0acdc24d0f85195 (diff) |
reword a clunky sentence;
Diffstat (limited to 'usr.bin/tail')
-rw-r--r-- | usr.bin/tail/tail.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index aec1a113973..a059210432e 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tail.1,v 1.11 2003/06/03 02:56:17 millert Exp $ +.\" $OpenBSD: tail.1,v 1.12 2006/10/02 07:50:25 jmc Exp $ .\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 @@ -91,7 +91,7 @@ The location is .Ar number lines. .It Fl f -Do not stop when end-of-file is reached, but rather to wait for additional +Do not stop when end-of-file is reached; instead, wait for additional data to be appended to the input. If the file is replaced (i.e., the inode number changes), .Nm |