[PATCH] fix docs:smbdotconf fix metadata space/tab mixup in logon parameters

Jeremy Allison jra at samba.org
Thu Jan 21 22:19:26 UTC 2016


On Thu, Jan 21, 2016 at 09:33:03PM +0100, Michael Adam wrote:
> Must have slipped my attention when I last cleaned up.
> 
> Review appreciated!

LGTM. Pushed.


> From a3acf05f3223c34a9b8f04abda5c4dd4df5183f9 Mon Sep 17 00:00:00 2001
> From: Michael Adam <obnox at samba.org>
> Date: Thu, 21 Jan 2016 10:39:35 +0100
> Subject: [PATCH] docs:smbdotconf: fix tabs/space mixup in logon parameter
>  metadata
> 
> Signed-off-by: Michael Adam <obnox at samba.org>
> ---
>  docs-xml/smbdotconf/logon/logondrive.xml  | 2 +-
>  docs-xml/smbdotconf/logon/logonhome.xml   | 2 +-
>  docs-xml/smbdotconf/logon/logonpath.xml   | 2 +-
>  docs-xml/smbdotconf/logon/logonscript.xml | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/docs-xml/smbdotconf/logon/logondrive.xml b/docs-xml/smbdotconf/logon/logondrive.xml
> index dc12080..9f61598 100644
> --- a/docs-xml/smbdotconf/logon/logondrive.xml
> +++ b/docs-xml/smbdotconf/logon/logondrive.xml
> @@ -1,6 +1,6 @@
>  <samba:parameter name="logon drive"
>                   context="G"
> -				 type="string"
> +                 type="string"
>                   constant="1"
>                   xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
>  <description>
> diff --git a/docs-xml/smbdotconf/logon/logonhome.xml b/docs-xml/smbdotconf/logon/logonhome.xml
> index 3e9d150..d211674 100644
> --- a/docs-xml/smbdotconf/logon/logonhome.xml
> +++ b/docs-xml/smbdotconf/logon/logonhome.xml
> @@ -1,6 +1,6 @@
>  <samba:parameter name="logon home"
>                   context="G"
> -				 type="string"
> +                 type="string"
>                   constant="1"
>                   xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
>  <description>
> diff --git a/docs-xml/smbdotconf/logon/logonpath.xml b/docs-xml/smbdotconf/logon/logonpath.xml
> index d9ffbcb..106bb59 100644
> --- a/docs-xml/smbdotconf/logon/logonpath.xml
> +++ b/docs-xml/smbdotconf/logon/logonpath.xml
> @@ -1,6 +1,6 @@
>  <samba:parameter name="logon path"
>                   context="G"
> -				 type="string"
> +                 type="string"
>                   constant="1"
>                   xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
>  <description>
> diff --git a/docs-xml/smbdotconf/logon/logonscript.xml b/docs-xml/smbdotconf/logon/logonscript.xml
> index b6d7580..0a8d69d 100644
> --- a/docs-xml/smbdotconf/logon/logonscript.xml
> +++ b/docs-xml/smbdotconf/logon/logonscript.xml
> @@ -1,6 +1,6 @@
>  <samba:parameter name="logon script"
>                   context="G"
> -				 type="string"
> +                 type="string"
>                   constant="1"
>                   xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
>  <description>
> -- 
> 2.5.0
> 






More information about the samba-technical mailing list