trivial typo in vfs_fruit.8.xml

Ralph Böhme slow at samba.org
Sat Jul 29 06:31:10 UTC 2017


Hi

On Sat, Jul 29, 2017 at 02:08:51PM +0900, matsuand via samba-technical wrote:
> Period that is outside of the <para> tag causes unneccessary vertical space in the 
> htmlman output. (Paragraph including only one period will be created.)
> 
> diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.x
> ml
> index 7097aac..c5ffc82 100644
> --- a/docs-xml/manpages/vfs_fruit.8.xml
> +++ b/docs-xml/manpages/vfs_fruit.8.xml
> @@ -138,7 +138,7 @@
>               specific copychunk ioctl that requests a copy of a whole file
>               along with all attached metadata.</para>
>               <para>WARNING: the copyfile request is blocking the
> -             client while the server does the copy.</para>.
> +             client while the server does the copy.</para>
>               <para>The default is <emphasis>no</emphasis>.</para>
>             </listitem>
>           </varlistentry>

oh, good catch, thanks!

Attached is the same fix formatted as git-format patch.

Can someone please review&push? Thanks!

-slow
-------------- next part --------------
From 26f2578b6e36556786ef7ab57fb184f2142b443d Mon Sep 17 00:00:00 2001
From: Ralph Boehme <slow at samba.org>
Date: Sat, 29 Jul 2017 08:27:39 +0200
Subject: [PATCH] docs/vfs_fruit: remove period outside of the <para> tag

Period that is outside of the <para> tag causes unneccessary vertical
space in the htmlman output. (Paragraph including only one period will
be created.)

From matsuand <michio_matsuyama at yahoo.co.jp>.

Signed-off-by: Ralph Boehme <slow at samba.org>
---
 docs-xml/manpages/vfs_fruit.8.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml
index 7097aac..c5ffc82 100644
--- a/docs-xml/manpages/vfs_fruit.8.xml
+++ b/docs-xml/manpages/vfs_fruit.8.xml
@@ -138,7 +138,7 @@
 	      specific copychunk ioctl that requests a copy of a whole file
 	      along with all attached metadata.</para>
 	      <para>WARNING: the copyfile request is blocking the
-	      client while the server does the copy.</para>.
+	      client while the server does the copy.</para>
 	      <para>The default is <emphasis>no</emphasis>.</para>
 	    </listitem>
 	  </varlistentry>
-- 
2.9.4



More information about the samba-technical mailing list