From 178d92eed03541ae192ac5b91427fe3c0b3cb4d6 Mon Sep 17 00:00:00 2001 From: damien Date: Sun, 29 Jan 2006 13:09:45 +0000 Subject: Fix WEP examples. Bump copyright year. --- share/man/man4/iwi.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/man/man4/iwi.4') diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index 2348af5..d87b0ec 100644 --- a/share/man/man4/iwi.4 +++ b/share/man/man4/iwi.4 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2004, 2005 +.\" Copyright (c) 2004-2006 .\" Damien Bergamini . All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 16, 2005 +.Dd January 29, 2006 .Os .Dt IWI 4 .Sh NAME @@ -81,13 +81,13 @@ Join a specific BSS network with network name Join a specific BSS network with 64-bit WEP encryption: .Bd -literal -offset indent ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e - wepmode on wepkey 0x1234567890 + wepmode on wepkey 0x1234567890 weptxkey 1 .Ed .Pp Join a specific BSS network with 128-bit WEP encryption: .Bd -literal -offset indent ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e - wepmode on wepkey 0x01020304050607080910111213 + wepmode on wepkey 0x01020304050607080910111213 weptxkey 1 .Ed .Sh DIAGNOSTICS .Bl -diag -- cgit v1.1