From owner-cvs-all Sat Sep 16 13:55: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAC7337B424; Sat, 16 Sep 2000 13:54:59 -0700 (PDT) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15194; Sat, 16 Sep 2000 13:54:59 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200009162054.NAA15194@freefall.freebsd.org> From: Nick Sayer Date: Sat, 16 Sep 2000 13:54:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.8 wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/09/16 13:54:59 PDT Modified files: usr.sbin/wicontrol wicontrol.8 wicontrol.c Log: 1. In key printing routine, the loop variable was j, but inside the loop was referencing i. 2. Print keys in hex rather than ascii by default. 3. Add a -a flag to reverse #2 on demand. Revision Changes Path 1.16 +10 -4 src/usr.sbin/wicontrol/wicontrol.8 1.11 +30 -17 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message