diff options
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 |