diff options
author | rse <rse@FreeBSD.org> | 2000-11-12 15:40:41 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2000-11-12 15:40:41 +0000 |
commit | 29b491343c7f46a070002d9c410e3031f349740a (patch) | |
tree | 586ace2d0b650ce3b651f92b2a56afcdc4159a3c /usr.sbin/apm | |
parent | b529eb36e40512e783c66a0db4c4a68adbcb1980 (diff) | |
download | FreeBSD-src-29b491343c7f46a070002d9c410e3031f349740a.zip FreeBSD-src-29b491343c7f46a070002d9c410e3031f349740a.tar.gz |
Add missing "delta" argument to description headline of "apm" -r option
to be consistent with descriptions of other options which take arguments.
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/apm.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index e3d6a2a..6f1cb4f 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -89,7 +89,7 @@ for details. .It Fl l Display the remaining battery percentage. If your laptop does not support this function, 255 is displayed. -.It Fl r +.It Fl r Ar delta Enable the resume wakeup timer, if the laptop supports it. This doesn't actually suspend the laptop, but if the laptop is suspended, and it supports resume from suspend, then it will be resume after |