From 9e7ca309457396c3b2c24e3feacd21f1d70c761a Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 Dec 2001 19:17:23 +0000 Subject: [PATCH] Sort sections. --- usr.bin/tail/tail.1 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 251be4fc9c32..7b3970c9a74a 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tail.1,v 1.9 2001/12/01 16:43:24 wiz Exp $ +.\" $NetBSD: tail.1,v 1.10 2001/12/08 19:17:23 wiz Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -146,14 +146,6 @@ is the name of the file. The .Nm utility exits 0 on success, and >0 if an error occurs. -.Sh BUGS -When using the -.Fl F -option, -.Nm -will not detect a file truncation if, between the truncation -and the next check of the file size, data written to the file make -it larger than the last known file size. .Sh SEE ALSO .Xr cat 1 , .Xr head 1 , @@ -194,3 +186,11 @@ A .Nm command appeared in .At v7 . +.Sh BUGS +When using the +.Fl F +option, +.Nm +will not detect a file truncation if, between the truncation +and the next check of the file size, data written to the file make +it larger than the last known file size.