From nobody@FreeBSD.org  Tue Aug 15 21:23:32 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 959A816A4DE
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Aug 2006 21:23:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5256043D7C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Aug 2006 21:22:57 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7FLMmwD054966
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Aug 2006 21:22:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k7FLMm01054964;
	Tue, 15 Aug 2006 21:22:48 GMT
	(envelope-from nobody)
Message-Id: <200608152122.k7FLMm01054964@www.freebsd.org>
Date: Tue, 15 Aug 2006 21:22:48 GMT
From: Dominic Fandrey <lon_kamikaze@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch sbin/ifconfig/ifconfig.8] Add -v to the description of 'scan' and 'list scan'
X-Send-Pr-Version: www-2.3

>Number:         102118
>Category:       docs
>Synopsis:       [patch sbin/ifconfig/ifconfig.8] Add -v to the description of 'scan' and 'list scan'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 21:30:40 GMT 2006
>Closed-Date:    Fri Nov 03 09:15:09 GMT 2006
>Last-Modified:  Fri Nov  3 09:20:18 GMT 2006
>Originator:     Dominic Fandrey
>Release:        Releng_6
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug  2 11:24:17 CEST 2006     root@mobileKamikaze.norad:/mnt/homeKamikaze/obj/mnt/homeKamikaze/src/sys/TPR40-6  i386
>Description:
The Manpage ifconfig(8) doesn't mention that the -v flag can be used to read long SSIDs.
>How-To-Repeat:

>Fix:
--- sbin/ifconfig/ifconfig.8.orig	Tue Aug 15 23:03:35 2006
+++ sbin/ifconfig/ifconfig.8	Tue Aug 15 23:16:44 2006
@@ -705,7 +705,9 @@
 (so the ACL is not consulted).
 .It Cm list scan
 Display the access points and/or ad-hoc neighbors
-located in the vicinity.
+located in the vicinity. The
+.Cm -v
+flag may be used to display long SSIDs.
 This information may be updated automatically by the adaptor
 and/or with a
 .Cm scan
@@ -867,6 +869,10 @@
 .Cm list scan
 request can be used to show recent scan results without
 initiating a new scan.
+.Pp
+The
+.Cm -v
+flag may be used to prevent the shortening of long SSIDs.
 .It Cm stationname Ar name
 Set the name of this station.
 It appears that the station name is not really part of the IEEE 802.11
>Release-Note:
>Audit-Trail:

From: Tom Rhodes <trhodes@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: lon_kamikaze@gmx.de
Subject: Re: docs/102118: [PATCH]: ifconfig.8 Add -v to description of -v
Date: Mon, 9 Oct 2006 22:16:43 -0400

 Hi,
 
 I don't have a wireless network available for reconfiguration, so
 this patch has been sent to Sam Leffler:
 
 Index: ifconfig.8
 ===================================================================
 RCS file: /home/ncvs/src/sbin/ifconfig/ifconfig.8,v
 retrieving revision 1.122
 diff -u -r1.122 ifconfig.8
 --- ifconfig.8  2 Oct 2006 08:55:54 -0000       1.122
 +++ ifconfig.8  10 Oct 2006 02:12:21 -0000
 @@ -28,7 +28,7 @@
  .\"     From: @(#)ifconfig.8   8.3 (Berkeley) 1/5/94
  .\" $FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.122 2006/10/02 08:55:54 schweikh Exp $
  .\"
 -.Dd September 6, 2006
 +.Dd October 9, 2006
  .Dt IFCONFIG 8
  .Os
  .Sh NAME
 @@ -744,6 +744,9 @@
  .It Cm list scan
  Display the access points and/or ad-hoc neighbors
  located in the vicinity.
 +The
 +.Cm v
 +flag may be used to display long SSIDs.
  This information may be updated automatically by the adaptor
  and/or with a
  .Cm scan
 @@ -923,6 +926,10 @@
  .Cm list scan
  request can be used to show recent scan results without
  initiating a new scan.
 +.Pp
 +The
 +.Cm Fl v
 +flag may be used to prevent the shortening of long SSIDs.
  .It Cm stationname Ar name
  Set the name of this station.
  It appears that the station name is not really part of the IEEE 802.11
 
 -- 
 Tom Rhodes
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Tue Oct 10 02:20:29 UTC 2006 
State-Changed-Why:  
Patched in CURRENT, slightly different patch committed. 
Thanks for the submission! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue Oct 10 02:20:29 UTC 2006 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102118 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/102118: commit references a PR
Date: Tue, 10 Oct 2006 02:20:38 +0000 (UTC)

 trhodes     2006-10-10 02:20:12 UTC
 
   FreeBSD src repository
 
   Modified files:
     sbin/ifconfig        ifconfig.8 
   Log:
   Note that the -v option may be used to expand long SSIDs.
   
   PR:             102118
   Reviewed by:    sam
   
   Revision  Changes    Path
   1.123     +8 -1      src/sbin/ifconfig/ifconfig.8
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Fri Nov 3 09:14:41 UTC 2006 
State-Changed-Why:  
The changes have been merged into RELENG_6, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102118 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/102118: commit references a PR
Date: Fri,  3 Nov 2006 09:14:57 +0000 (UTC)

 trhodes     2006-11-03 09:14:24 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sbin/ifconfig        ifconfig.8 
   Log:
   MFC:
     Note that the -v option may be used to expand long SSIDs.
     Use .Fl inplace of .Cm (ru change).
   
     PR:             102118
     Reviewed by:    sam
   
   Approved by:    re (hrs)
   
   Revision   Changes    Path
   1.95.2.17  +8 -1      src/sbin/ifconfig/ifconfig.8
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
