=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tail/tail.1,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/tail/tail.1 1998/09/06 22:23:17 1.4 +++ src/usr.bin/tail/tail.1 1998/10/30 00:24:38 1.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tail.1,v 1.4 1998/09/06 22:23:17 aaron Exp $ +.\" $OpenBSD: tail.1,v 1.5 1998/10/30 00:24:38 aaron Exp $ .\" $NetBSD: tail.1,v 1.4 1994/11/23 07:42:13 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 @@ -89,7 +89,7 @@ .Fl f option causes .Nm -to not stop when end of file is reached, but rather to wait for additional +to not stop when end-of-file is reached, but rather to wait for additional data to be appended to the input. If the file is replaced (ie. the inode number changes), .Nm @@ -134,7 +134,7 @@ .Pp The .Nm -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr cat 1 , .Xr head 1 ,