diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-05 06:33:31 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-05 06:33:31 +0000 |
commit | 8978244592b36a9f59faf9f2b5e25b6f42c90fd6 (patch) | |
tree | 29b8f689cb58b904c0aa3520c392de258b35ebff /sbin | |
parent | 55f5bdbdd8f33be9212d9945b5fca20e5d1afe23 (diff) |
clarify nwkey usage; ok millert@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index c2f7ed0abac..c35cc3b7c21 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.55 2002/04/08 09:12:36 deraadt Exp $ +.\" $OpenBSD: ifconfig.8,v 1.56 2002/06/05 06:33:30 jsyn Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -399,7 +399,9 @@ using the specified .Ar key . The .Ar key -can either be a string, a series of hexadecimal digits, or a set of keys +can either be a string, a series of hexadecimal digits (preceded by +.So 0x Sc Ns ), +or a set of keys of the form .Ar n:k1,k2,k3,k4 , where |