diff options
author | 2000-11-09 23:49:04 +0000 | |
---|---|---|
committer | 2000-11-09 23:49:04 +0000 | |
commit | b1a8159c9a0f3ae91210645eba33123f34909177 (patch) | |
tree | ea08ed06bb651feaa2118511ae1e09c6a9a74848 | |
parent | Insert some missing commas. (diff) | |
download | wireguard-openbsd-b1a8159c9a0f3ae91210645eba33123f34909177.tar.xz wireguard-openbsd-b1a8159c9a0f3ae91210645eba33123f34909177.zip |
typo
-rw-r--r-- | sbin/wicontrol/wicontrol.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8 index 009f9da51bb..e5d937d1e55 100644 --- a/sbin/wicontrol/wicontrol.8 +++ b/sbin/wicontrol/wicontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wicontrol.8,v 1.17 2000/11/09 17:53:09 aaron Exp $ +.\" $OpenBSD: wicontrol.8,v 1.18 2000/11/09 23:49:04 deraadt Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved. @@ -275,7 +275,7 @@ Legal values for this parameter are 0 (off) and 1 (on). .It Fl S Ar max sleep interval Specify the sleep interval to use when power management is enabled. The -.Are max sleep interval +.Ar max sleep interval is specified in milliseconds. The default is 100. .El |