From nobody@FreeBSD.org  Fri Aug 14 01:22:36 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A32EE106568C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Aug 2009 01:22:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 916448FC41
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Aug 2009 01:22:36 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7E1Mapw037996
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Aug 2009 01:22:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n7E1MacF037980;
	Fri, 14 Aug 2009 01:22:36 GMT
	(envelope-from nobody)
Message-Id: <200908140122.n7E1MacF037980@www.freebsd.org>
Date: Fri, 14 Aug 2009 01:22:36 GMT
From: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Replacement of "XFce" by "Xfce"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137752
>Category:       docs
>Synopsis:       [PATCH] Replacement of "XFce" by "Xfce"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 14 01:30:01 UTC 2009
>Closed-Date:    Fri Aug 14 20:14:20 UTC 2009
>Last-Modified:  Fri Aug 14 20:14:20 UTC 2009
>Originator:     Denny Lin
>Release:        FreeBSD 7.2-RELEASE-p3
>Organization:
>Environment:
FreeBSD cnmc32.hs.ntnu.edu.tw 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Mon Aug 10 17:02:08 CST 2009     root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32  amd64
>Description:
The name of Xfce is no longer capitalized as "XFce", but as "Xfce". See http://en.wikipedia.org/wiki/Xfce#History. The Porter's Handbook also uses "Xfce".
>How-To-Repeat:

>Fix:
See patch.

Patch attached with submission follows:

--- doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml.orig	2009-08-14 09:12:22.000000000 +0800
+++ doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml	2009-08-14 09:13:07.000000000 +0800
@@ -434,7 +434,7 @@
 	<para>Desktop environments like
 	  <application>GNOME</application>,
 	  <application>KDE</application> or
-	  <application>XFce</application> have tools allowing the user
+	  <application>Xfce</application> have tools allowing the user
 	  to easily set the screen parameters such as the resolution.
 	  So if the default configuration is not acceptable and you
 	  planned to install a desktop environment then just continue
@@ -1617,18 +1617,18 @@
      </sect2>
 
      <sect2 id="x11-wm-xfce">
-         <title>XFce</title>
+         <title>Xfce</title>
        <sect3 id="x11-wm-xfce-about">
-         <title>About XFce</title>
+         <title>About Xfce</title>
 
-        <para><application>XFce</application> is a desktop environment
+        <para><application>Xfce</application> is a desktop environment
           based on the GTK+
           toolkit used by <application>GNOME</application>, but is much
           more lightweight and meant for those who want a simple,
           efficient desktop which is nevertheless easy to use and
           configure.  Visually, it looks very much like
           <application>CDE</application>, found on commercial &unix;
-          systems.  Some of <application>XFce</application>'s features
+          systems.  Some of <application>Xfce</application>'s features
           are:</para>
 
          <itemizedlist>
@@ -1661,15 +1661,15 @@
            </listitem>
          </itemizedlist>
 
-         <para>More information on <application>XFce</application>
-          can be found on the <ulink url="http://www.xfce.org/">XFce
+         <para>More information on <application>Xfce</application>
+          can be found on the <ulink url="http://www.xfce.org/">Xfce
             website</ulink>.</para>
        </sect3>
 
        <sect3 id="x11-wm-xfce-install">
-         <title>Installing XFce</title>
+         <title>Installing Xfce</title>
 
-        <para>A binary package for <application>XFce</application>
+        <para>A binary package for <application>Xfce</application>
           exists (at the time of writing).  To install, simply type:</para>
 
         <screen>&prompt.root; <userinput>pkg_add -r xfce4</userinput></screen>
@@ -1681,13 +1681,13 @@
 &prompt.root; <userinput>make install clean</userinput></screen>
 
         <para>Now, tell the X server to launch
-         <application>XFce</application> the next time X is started.
+         <application>Xfce</application> the next time X is started.
          Simply type this:</para>
 
         <screen>&prompt.user; <userinput>echo "/usr/local/bin/startxfce4" &gt; ~/.xinitrc</userinput></screen>
 
         <para>The next time X is started,
-          <application>XFce</application> will be the desktop.
+          <application>Xfce</application> will be the desktop.
           As before, if a display manager like
           <application>XDM</application> is being used, create an
           <filename>.xsession</filename>, as described in the


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Fri Aug 14 16:53:34 UTC 2009 
Responsible-Changed-Why:  
I'll take care of it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/137752: commit references a PR
Date: Fri, 14 Aug 2009 19:50:21 +0000 (UTC)

 bcr         2009-08-14 19:50:12 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/x11 chapter.sgml 
   Log:
   s/XFce/Xfce/g
   
   The Xfce project choose to de-capitalize the letter 'F' because it no longer
   uses XForms from which this abbreviation originated.
   
   Thanks to Denny Lin (dennylin93 at cnmc32 dot hs dot ntnu dot edu dot tw)
   for sending in the PR and patch.
   
   PR:             docs/137752
   Approved by:    jkois (mentor)
   
   Revision  Changes    Path
   1.192     +11 -11    doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml
 _______________________________________________
 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: open->closed 
State-Changed-By: bcr 
State-Changed-When: Fri Aug 14 20:07:55 UTC 2009 
State-Changed-Why:  
Committed, thanks!  

http://www.freebsd.org/cgi/query-pr.cgi?pr=137752 
>Unformatted:
