[release-notes] Tweaked file servers section some more.

Simon Clark sclark at fedoraproject.org
Sat Oct 25 09:38:56 UTC 2014


commit 48025b9b77f69471d3394247b8db4cd8c33a0e28
Author: Simon Clark <simon.richard.clark at gmail.com>
Date:   Sat Oct 25 10:38:08 2014 +0100

    Tweaked file servers section some more.

 en-US/File_Servers.xml |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/en-US/File_Servers.xml b/en-US/File_Servers.xml
index 80f0281..44d8008 100644
--- a/en-US/File_Servers.xml
+++ b/en-US/File_Servers.xml
@@ -1,16 +1,26 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
+[
 <!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
 %BOOK_ENTITIES;
 ]>
-
 <section>
   <title>File Servers</title>
   <para />
   <section id="nfs-ganesha-file-server">
     <title>NFS Ganesha File Server</title>
-    <para>The NFS Ganesha file server is a new package in F21.  It is a user-mode file server for NFS (v3, v4.0 , v4.1 pNFS) and for 9P from the Plan 9 operating system. It integrates with backend filesystems via its File System Abstraction Layer (FSAL) which is a set of loadable modules that implement the access to these filesystems. Using a FSAL is similar to FUSE in that the whole filesystem can be implemented in user space. This is especially advantagious for pNFS and distributed filesystems where storage is distributed across a network.</para>
-    <para>For more information see <ulink url="https://github.com/nfs-ganesha/nfs-ganesha/wiki" />.</para>
+    <para>The NFS Ganesha file server is a new package in F21. It
+    is a user-mode file server for NFS (v3, v4.0 , v4.1 pNFS) and
+    for 9P from the Plan 9 operating system. It integrates with
+    backend filesystems via its File System Abstraction Layer
+    (FSAL) which is a set of loadable modules that implement the
+    access to these filesystems. Using a FSAL is similar to FUSE in
+    that the whole filesystem can be implemented in user space.
+    This is especially advantagious for pNFS and distributed
+    filesystems where storage is distributed across a
+    network.</para>
+    <para>For more information see 
+    <ulink url="https://github.com/nfs-ganesha/nfs-ganesha/wiki" />.</para>
   </section>
 </section>
-


More information about the docs-commits mailing list