diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-04-21 18:53:44 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-04-21 18:53:44 +0000 |
commit | e83603258d2396a2338f5d7a05c9e4294174dc6d (patch) | |
tree | 162efb5e3786a7ea974be8beda4025df2dce84c7 /usr.bin/top/top.1 | |
parent | 6a3f6f455c8b2f630ae4ec0be00ea5ce8664fcb8 (diff) |
Document fractional delays.
Diffstat (limited to 'usr.bin/top/top.1')
-rw-r--r-- | usr.bin/top/top.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index ce5c1aa1c24..c4eb0a8698d 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.18 2001/11/11 01:48:58 fgsch Exp $ +.\" $OpenBSD: top.1,v 1.19 2002/04/21 18:53:43 hugh Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -145,6 +145,7 @@ The default is 1 for dumb terminals. Set the delay between screen updates to .Ar time seconds. +The value may be fractional, to permit delays of less than 1 second. The default delay between updates is 5 seconds. .It Fl o Ar field Sort the process display area using the specified field as the primary key. |