diff options
author | 2010-08-27 07:50:38 +0000 | |
---|---|---|
committer | 2010-08-27 07:50:38 +0000 | |
commit | e45cc3ef618cc1fef8b36ddcfd48d8a9fdd13483 (patch) | |
tree | ee22c72a06153002426e2711bf47f346e87fcf43 | |
parent | Delete comments about these drivers needing powerhook support; they don't. (diff) | |
download | wireguard-openbsd-e45cc3ef618cc1fef8b36ddcfd48d8a9fdd13483.tar.xz wireguard-openbsd-e45cc3ef618cc1fef8b36ddcfd48d8a9fdd13483.zip |
put .Os in the correct place;
-rw-r--r-- | sbin/wpa-psk/wpa-psk.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wpa-psk/wpa-psk.8 b/sbin/wpa-psk/wpa-psk.8 index c4d1ca9f6e1..22bf4441162 100644 --- a/sbin/wpa-psk/wpa-psk.8 +++ b/sbin/wpa-psk/wpa-psk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wpa-psk.8,v 1.2 2008/04/16 17:27:54 jmc Exp $ +.\" $OpenBSD: wpa-psk.8,v 1.3 2010/08/27 07:50:38 jmc Exp $ .\" .\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,9 +14,9 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 16 2008 $ -.Os +.Dd $Mdocdate: August 27 2010 $ .Dt WPA-PSK 8 +.Os .Sh NAME .Nm wpa-psk .Nd passphrase to WPA pre-shared key mapping |