From 8b0d3111dd6d10b94323bb67f450277975f630cd Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Sun, 29 Jan 2006 13:09:45 +0000 Subject: [PATCH] Fix WEP examples. Bump copyright year. --- share/man/man4/iwi.4 | 8 ++++---- share/man/man4/ural.4 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index 2348af56da4d..d87b0ecf0f85 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 diff --git a/share/man/man4/ural.4 b/share/man/man4/ural.4 index ae83230717bf..68ac01fe3390 100644 --- a/share/man/man4/ural.4 +++ b/share/man/man4/ural.4 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2005 +.\" Copyright (c) 2005, 2006 .\" Damien Bergamini .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 16, 2005 +.Dd January 29, 2006 .Os .Dt URAL 4 .Sh NAME @@ -101,13 +101,13 @@ Join a specific BSS network with network name Join a specific BSS network with 40-bit WEP encryption: .Bd -literal -offset indent ifconfig ural0 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 104-bit WEP encryption: .Bd -literal -offset indent ifconfig ural0 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