diff options
author | 2001-04-16 06:37:39 +0000 | |
---|---|---|
committer | 2001-04-16 06:37:39 +0000 | |
commit | 1624c7f0a62f8e4fb3ab7528178a29d6f1af930b (patch) | |
tree | 1e9b0a8457ce5c281e447a0666d754853a156ed3 | |
parent | much more cleanup. (diff) | |
download | wireguard-openbsd-1624c7f0a62f8e4fb3ab7528178a29d6f1af930b.tar.xz wireguard-openbsd-1624c7f0a62f8e4fb3ab7528178a29d6f1af930b.zip |
We default to infrastructure mode now; say so in the man page instead of
claiming we do ad-hoc by default. ok ericj@
-rw-r--r-- | sbin/ancontrol/ancontrol.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ancontrol/ancontrol.8 b/sbin/ancontrol/ancontrol.8 index 2e4c141e665..23d6c8cb756 100644 --- a/sbin/ancontrol/ancontrol.8 +++ b/sbin/ancontrol/ancontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ancontrol.8,v 1.9 2001/04/16 00:39:38 tholo Exp $ +.\" $OpenBSD: ancontrol.8,v 1.10 2001/04/16 06:37:39 tholo Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu> All rights reserved. @@ -294,8 +294,7 @@ Valid selections are for ad-hoc mode and .Ar 1 for infrastructure mode. -The default driver setting is for ad-hoc -mode. +The default driver setting is for infrastructure mode. .It Fl p Ar tx power Set the transmit power level in milliwatts. Valid power settings |