From nobody@FreeBSD.org  Wed Aug 17 23:18:38 2005
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 4F69B16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Aug 2005 23:18:38 +0000 (GMT)
	(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 1DAB243D46
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Aug 2005 23:18:38 +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 j7HNIbKo053946
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Aug 2005 23:18:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j7HNIbsU053945;
	Wed, 17 Aug 2005 23:18:37 GMT
	(envelope-from nobody)
Message-Id: <200508172318.j7HNIbsU053945@www.freebsd.org>
Date: Wed, 17 Aug 2005 23:18:37 GMT
From: Toby Peterson <toby@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: tr(1) manpage omits several character classes
X-Send-Pr-Version: www-2.3

>Number:         85062
>Category:       docs
>Synopsis:       [patch] tr(1) manpage omits several character classes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 23:20:14 GMT 2005
>Closed-Date:    Fri Oct 13 16:14:47 GMT 2006
>Last-Modified:  Mon Oct 16 12:40:14 GMT 2006
>Originator:     Toby Peterson
>Release:        HEAD
>Organization:
Apple Computer, Inc.
>Environment:
n/a
>Description:
The tr(1) manpage omits several character classes which are, in fact, supported.
>How-To-Repeat:
Compare the wctype(3) and tr(1) manpages. Observe that wctype(3) recognizes 5 character classes that tr(1) does not mention.
>Fix:
Index: tr.1
===================================================================
RCS file: /home/ncvs/src/usr.bin/tr/tr.1,v
retrieving revision 1.33
diff -u -r1.33 tr.1
--- tr.1        13 Feb 2005 23:45:51 -0000      1.33
+++ tr.1        17 Aug 2005 23:13:50 -0000
@@ -182,16 +182,21 @@
 Represents all characters belonging to the defined character class.
 Class names are:
 .Pp
-.Bl -column "xdigit"
+.Bl -column "phonogram"
 .It "alnum     <alphanumeric characters>
 .It "alpha     <alphabetic characters>
+.It "blank     <whitespace characters>
 .It "cntrl     <control characters>
 .It "digit     <numeric characters>
 .It "graph     <graphic characters>
+.It "ideogram  <ideographic characters>
 .It "lower     <lower-case alphabetic characters>
+.It "phonogram <phonographic characters>
 .It "print     <printable characters>
 .It "punct     <punctuation characters>
+.It "rune      <valid characters>
 .It "space     <space characters>
+.It "special   <special characters>
 .It "upper     <upper-case characters>
 .It "xdigit    <hexadecimal characters>
 .El

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Fri Oct 13 16:14:06 UTC 2006 
State-Changed-Why:  
Applied to HEAD, will MFC shortly.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Fri Oct 13 16:14:06 UTC 2006 
Responsible-Changed-Why:  

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/85062: commit references a PR
Date: Fri, 13 Oct 2006 16:14:06 +0000 (UTC)

 ru          2006-10-13 16:13:46 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/tr           tr.1 
   Log:
   - Document all character classes our tr(1) supports.  [1]
   - Mention that some of them are POSIX extensions.  [2]
   
   PR:             docs/85062 [1]
   Submitted by:   Toby Peterson [1]
   Obtained from:  wctype(3) [2]
   MFC after:      3 days
   
   Revision  Changes    Path
   1.34      +14 -2     src/usr.bin/tr/tr.1
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/85062: commit references a PR
Date: Mon, 16 Oct 2006 12:30:33 +0000 (UTC)

 ru          2006-10-16 12:29:55 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     usr.bin/tr           tr.1 
   Log:
   MFC: 1.34: Document all character classes our tr(1) implementation
   supports, mention that some of them are extensions to POSIX.
   
   PR:             docs/85062
   Approved by:    re (hrs)
   
   Revision  Changes    Path
   1.33.2.1  +14 -2     src/usr.bin/tr/tr.1
 _______________________________________________
 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:
