Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/ifconfig document that if you are using a hex wep key, ...



details:   https://anonhg.NetBSD.org/src/rev/516da3ba9230
branches:  trunk
changeset: 558861:516da3ba9230
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Feb 29 23:32:15 2004 +0000

description:
document that if you are using a hex wep key, you need to put 0x in
front of it.

diffstat:

 sbin/ifconfig/ifconfig.8 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 69555821aad2 -r 516da3ba9230 sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Sun Feb 29 23:27:28 2004 +0000
+++ b/sbin/ifconfig/ifconfig.8  Sun Feb 29 23:32:15 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.67 2004/02/29 23:27:28 perry Exp $
+.\"    $NetBSD: ifconfig.8,v 1.68 2004/02/29 23:32:15 perry Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -322,8 +322,9 @@
 .Ar key .
 The
 .Ar key
-can either be a string, a series of hexadecimal digits, or a set of keys
-in the form
+can either be a string, a series of hexadecimal digits preceded by
+.Dq 0x ,
+or a set of keys in the form
 .Ar n:k1,k2,k3,k4 ,
 where
 .Ar n



Home | Main Index | Thread Index | Old Index