[release-notes] some tag cleanup

Pete Travis immanetize at fedoraproject.org
Sun Oct 20 21:39:58 UTC 2013


commit cb4ea517ca70b2ad8b553f7d30a1fa27ae7c3e70
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Oct 20 15:39:55 2013 -0600

    some tag cleanup

 en-US/Desktop.xml        |    7 +------
 en-US/File_Systems.xml   |    2 +-
 en-US/Virtualization.xml |    5 +----
 3 files changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/en-US/Desktop.xml b/en-US/Desktop.xml
index 952978f..4e28081 100644
--- a/en-US/Desktop.xml
+++ b/en-US/Desktop.xml
@@ -51,7 +51,7 @@
   </section>
   
   <section>
-    <title>>Enlightenment</title>
+    <title>Enlightenment</title>
     <para>
       Fedora 20 offers the newest version of <productname>Enlightenment</productname>. After over a decade of upstream development, the Enlightenment project has released the <productname>E17</productname> desktop shell, a window manager and supporting suite of libraries. It can be configured as a fast, spartan window manager or as a visually appealing desktop environment with ample eye candy.
     </para>
@@ -302,11 +302,6 @@
       Because of compatibility issues with the new bluetooth stack, <productname>MATE</productname> does not include a bluetooth applet by default. Users that need this functionality should install the <application>bluedevil</application> package.
     </para>
   </section>
-
-  <section>
-    <title>XFCE</title>
-    <para />
-  </section>
   
 <section>
     <title>Sugar 0.100</title> 
diff --git a/en-US/File_Systems.xml b/en-US/File_Systems.xml
index 264f850..574a9fa 100644
--- a/en-US/File_Systems.xml
+++ b/en-US/File_Systems.xml
@@ -8,7 +8,7 @@
   <title>File Systems</title>
   <para />
   <section id="filesystems-bcache">
-    <title>SSD caching for filesystems</title>
+    <title>SSD caching for block devices</title>
     <indexterm>
       <primary>bcache</primary>
     </indexterm>
diff --git a/en-US/Virtualization.xml b/en-US/Virtualization.xml
index f079b18..f32a798 100644
--- a/en-US/Virtualization.xml
+++ b/en-US/Virtualization.xml
@@ -40,7 +40,7 @@
     <literal>Unauthenticated</literal> access is initially used for all connections. This state allows all API operations that are required to complete authentication. Following a successful authentication, two more levels can be assigned: <literal>Unrestricted</literal>, which gives full access to all API operations, and <literal>Restricted</literal>, which allows read only access.
   </para>
   <para>
-    System administrators can set permission rules for authenticated connections. Every API call in libvirt has a set of permissions that are validated against the object that is being used. For example, User A wants to change a parameter in the domain object. When the user tries to save the change, virDomainSetSchedulerParametersFlags method will check whether the client has write permissions on the domain object. Additional checks and permission settings can be processed as well. Filtering can also be done to see which clients have permissions on which objects to allow for smother administration of permissions. 
+    System administrators can set permission rules for authenticated connections. Every API call in libvirt has a set of permissions that are validated against the object that is being used. For example, User A wants to change a parameter in the domain object. When the user tries to save the change, virDomainSetSchedulerParametersFlags method will check whether the client has write permissions on the domain object. Additional checks and permission settings can be processed as well. Filtering can also be done to see which clients have permissions on which objects to allow for smother administration of permissions. Documentation for polkit access control can be found at <ulink url="http://libvirt.org/aclpolkit.html" />.
     </para>
     <para>
       The libvirtd.conf configuration file is responsible for setting the access permissions. It uses the access_drivers parameter to enable this operation. Note that if more than one access driver is requested, all must succeed in order for permission to be granted.
@@ -70,9 +70,6 @@
       <member>
 	<ulink url="http://fedoraproject.org/wiki/QA:Testcase_Virt_Snapshot_UI" />
       </member>
-      <member>
-	<ulink url="http://libvirt.org/aclpolkit.html" />
-      </member>
     </simplelist>
   </para>
 </section>


More information about the docs-commits mailing list