diff options
author | steve <steve@FreeBSD.org> | 1998-01-25 16:22:22 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-01-25 16:22:22 +0000 |
commit | d934dd8e2d43a4565818fa15acfaa203225b8b56 (patch) | |
tree | 21719f37ab126b8a2099b9840509e1963cfb2510 | |
parent | 42f3b538cd6152e78b184808ea886994364cfac8 (diff) | |
download | FreeBSD-src-d934dd8e2d43a4565818fa15acfaa203225b8b56.zip FreeBSD-src-d934dd8e2d43a4565818fa15acfaa203225b8b56.tar.gz |
Fix a couple of typos.
PR: 5561
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
-rw-r--r-- | usr.sbin/apm/apm.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 4b299ff..94ac4b8 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -58,7 +58,7 @@ status, status respectively. .It Fl d Disable/enable suspending of the display separately from a normal suspend -using using the values +using the values .Ar 1 or .Ar 0 @@ -78,10 +78,11 @@ Display the estimated remaining battery lifetime in seconds. If it is unknown, -1 is displayed. .It Fl z Suspend the system. It is equivalent to -.Nm zzz. +.Nm zzz . +.El .Sh BUGS Some APM implementations do not support parameters needed by -.Nm apm. +.Nm apm . On such systems, .Nm apm displays them as unknown. @@ -94,7 +95,7 @@ be suspended by using .Nm apm or -.Nm zzz. +.Nm zzz . .Sh SEE ALSO .Xr apm 4 , .Xr apmconf 8 |