NetBSD Problem Report #49514

From www@NetBSD.org  Mon Dec 29 09:38:49 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 408FFA654D
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 29 Dec 2014 09:38:49 +0000 (UTC)
Message-Id: <20141229093848.35727A65D4@mollari.NetBSD.org>
Date: Mon, 29 Dec 2014 09:38:48 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Replace space with tabs in urtw.4
X-Send-Pr-Version: www-1.0

>Number:         49514
>Category:       misc
>Synopsis:       Replace space with tabs in urtw.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 29 09:40:00 +0000 2014
>Closed-Date:    Mon Jan 12 09:52:15 +0000 2015
>Last-Modified:  Mon Jan 12 09:55:00 +0000 2015
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Replace spaces with tabs in urtw.4.
>How-To-Repeat:

>Fix:
diff -u -p -r1.4 urtw.4
--- share/man/man4/urtw.4	31 Jul 2013 13:34:04 -0000	1.4
+++ share/man/man4/urtw.4	29 Dec 2014 07:45:12 -0000
@@ -54,17 +54,17 @@ The
 driver supports Realtek RTL8187B/L based wireless network devices, including:
 .Pp
 .Bl -column "Shuttle XPC Accessory PN20" "RTL8225" "USB" -compact -offset 6n
-.It Em "Card Radio Bus"
-.It "Belkin F5D7050E RTL8225 USB"
-.It "Linksys WUSB54GCv2 RTL8225 USB"
-.It "Netgear WG111v2 RTL8225 USB"
-.It "Netgear WG111v3 RTL8225 USB"
-.It "Safehome WLG-1500SMA5 RTL8225 USB"
-.It "Shuttle XPC Accessory PN20 RTL8225 USB"
-.It "Sitecom WL168v1 RTL8225 USB"
-.It "Sitecom WL168v4 RTL8225 USB"
-.It "SureCom EP-9001-g(2A) RTL8225 USB"
-.It "TRENDnet TEW-424UB V3.xR RTL8225 USB"
+.It Em "Card	Radio	Bus"
+.It "Belkin F5D7050E	RTL8225	USB"
+.It "Linksys WUSB54GCv2	RTL8225	USB"
+.It "Netgear WG111v2	RTL8225	USB"
+.It "Netgear WG111v3	RTL8225	USB"
+.It "Safehome WLG-1500SMA5	RTL8225	USB"
+.It "Shuttle XPC Accessory PN20	RTL8225	USB"
+.It "Sitecom WL168v1	RTL8225	USB"
+.It "Sitecom WL168v4	RTL8225	USB"
+.It "SureCom EP-9001-g(2A)	RTL8225	USB"
+.It "TRENDnet TEW-424UB V3.xR	RTL8225	USB"
 .El
 .Sh EXAMPLES
 .Xr ifconfig.if 5

>Release-Note:

>Audit-Trail:
From: Thomas Klausner <wiz@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: misc/49514: Replace space with tabs in urtw.4
Date: Mon, 29 Dec 2014 15:21:52 +0100

 On Mon, Dec 29, 2014 at 09:40:00AM +0000, henning.petersen@t-online.de wrote:
 > Replace spaces with tabs in urtw.4.

 I'm not quite sure what the point is. Can you explain?

 > -.It "Belkin F5D7050E RTL8225 USB"
 > +.It "Belkin F5D7050E	RTL8225	USB"

 It's still one argument. Perhaps you want to make it multiple arguments like
 .It "Belkin F5D7050E" Ta RTL8225 Ta USB
 ?
  Thomas

From: henning petersen <henning.petersen@t-online.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: misc/49514: Replace space with tabs in urtw.4
Date: Mon, 29 Dec 2014 17:14:12 +0100

 Am 29.12.2014 um 15:25 schrieb Thomas Klausner:
 > The following reply was made to PR misc/49514; it has been noted by GNATS.
 > 
 > From: Thomas Klausner <wiz@NetBSD.org>
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: misc/49514: Replace space with tabs in urtw.4
 > Date: Mon, 29 Dec 2014 15:21:52 +0100
 > 
 >  On Mon, Dec 29, 2014 at 09:40:00AM +0000, henning.petersen@t-online.de wrote:
 >  > Replace spaces with tabs in urtw.4.
 >  
 >  I'm not quite sure what the point is. Can you explain?
 >  
 >  > -.It "Belkin F5D7050E RTL8225 USB"
 >  > +.It "Belkin F5D7050E	RTL8225	USB"
 >  
 >  It's still on argument. Perhaps you want to make it multiple arguments like
 >  .It "Belkin F5D7050E" Ta RTL8225 Ta USB
 >  ?
 >   Thomas
 >  
 > 

 I have taken a look at the orignal from freebsd, there is no space but
 tabs.I think multiple arguments can als be used.

From: David Holland <dholland-bugs@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: misc/49514: Replace space with tabs in urtw.4
Date: Mon, 29 Dec 2014 20:47:22 +0000

 On Mon, Dec 29, 2014 at 04:15:02PM +0000, henning petersen wrote:
  >  I have taken a look at the orignal from freebsd, there is no space but
  >  tabs.I think multiple arguments can als be used.

 troff is nasty, but it's not so nasty as to care about tabs vs.
 spaces. (as far as I know anyway)

 -- 
 David A. Holland
 dholland@netbsd.org

From: henning petersen <henning.petersen@t-online.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: misc/49514: Replace space with tabs in urtw.4
Date: Mon, 12 Jan 2015 08:14:56 +0100

 This is a multi-part message in MIME format.
 --------------060604030406040107050801
 Content-Type: text/plain; charset=iso-8859-15
 Content-Transfer-Encoding: 7bit

 Am 29.12.2014 um 21:50 schrieb David Holland:
 > The following reply was made to PR misc/49514; it has been noted by GNATS.
 > 
 > From: David Holland <dholland-bugs@netbsd.org>
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: misc/49514: Replace space with tabs in urtw.4
 > Date: Mon, 29 Dec 2014 20:47:22 +0000
 > 
 >  On Mon, Dec 29, 2014 at 04:15:02PM +0000, henning petersen wrote:
 >   >  I have taken a look at the orignal from freebsd, there is no space but
 >   >  tabs.I think multiple arguments can als be used.
 >  
 >  troff is nasty, but it's not so nasty as to care about tabs vs.
 >  spaces. (as far as I know anyway)
 >  
 >  -- 
 >  David A. Holland
 >  dholland@netbsd.org
 >  
 > 
 hier is a another patch tested with mandoc -Tlint.

 --------------060604030406040107050801
 Content-Type: text/plain; charset=windows-1252;
  name="urtw.4.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="urtw.4.diff"

 diff -u -p -r1.4 urtw.4
 --- share/man/man4/urtw.4	31 Jul 2013 13:34:04 -0000	1.4
 +++ share/man/man4/urtw.4	9 Jan 2015 13:41:18 -0000
 @@ -54,17 +54,17 @@ The
  driver supports Realtek RTL8187B/L based wireless network devices, including:
  .Pp
  .Bl -column "Shuttle XPC Accessory PN20" "RTL8225" "USB" -compact -offset 6n
 -.It Em "Card Radio Bus"
 -.It "Belkin F5D7050E RTL8225 USB"
 -.It "Linksys WUSB54GCv2 RTL8225 USB"
 -.It "Netgear WG111v2 RTL8225 USB"
 -.It "Netgear WG111v3 RTL8225 USB"
 -.It "Safehome WLG-1500SMA5 RTL8225 USB"
 -.It "Shuttle XPC Accessory PN20 RTL8225 USB"
 -.It "Sitecom WL168v1 RTL8225 USB"
 -.It "Sitecom WL168v4 RTL8225 USB"
 -.It "SureCom EP-9001-g(2A) RTL8225 USB"
 -.It "TRENDnet TEW-424UB V3.xR RTL8225 USB"
 +.It Em "Card" Ta "Radio" Ta "Bus"
 +.It "Belkin F5D7050E" Ta "RTL8225" Ta "USB"
 +.It "Linksys WUSB54GCv2" Ta "RTL8225" Ta "USB"
 +.It "Netgear WG111v2" Ta "RTL8225" Ta "USB"
 +.It "Netgear WG111v3" Ta "RTL8225" Ta "USB"
 +.It "Safehome WLG-1500SMA5" Ta "RTL8225" Ta "USB"
 +.It "Shuttle XPC Accessory PN20" Ta "RTL8225" Ta "USB"
 +.It "Sitecom WL168v1" Ta "RTL8225" Ta "USB"
 +.It "Sitecom WL168v4" Ta "RTL8225" Ta "USB"
 +.It "SureCom EP-9001-g(2A)" Ta "RTL8225" Ta "USB"
 +.It "TRENDnet TEW-424UB V3.xR" Ta "RTL8225" Ta "USB"
  .El
  .Sh EXAMPLES
  .Xr ifconfig.if 5

 --------------060604030406040107050801--

State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Mon, 12 Jan 2015 09:52:15 +0000
State-Changed-Why:
I've added two 'Em' to the latest diff and committed it. Thank you!


From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49514 CVS commit: src/share/man/man4
Date: Mon, 12 Jan 2015 09:51:26 +0000

 Module Name:	src
 Committed By:	wiz
 Date:		Mon Jan 12 09:51:26 UTC 2015

 Modified Files:
 	src/share/man/man4: urtw.4

 Log Message:
 Fix table. Based on diff by Henning Petersen in PR 49514.


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/urtw.4

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.