[PATCH] Fix typo in `smbget` man page

Martin Schwenke martin at meltin.net
Wed Jul 26 22:17:03 UTC 2017


On Wed, 26 Jul 2017 15:04:28 -0700, Jeremy Allison via samba-technical
<samba-technical at lists.samba.org> wrote:

> On Wed, Jul 26, 2017 at 06:06:27PM +0530, Anoop C S via samba-technical wrote:
> > Hi,
> > 
> > Please see the attached patch which fixes a typo in smbget man page.
> > Reviews are appreciated..  
> 
> Reviewed-by: Jeremy Allison <jra at samba.org>
> 
> Second Team reviewer ?

Reviewed-by: Martin Schwenke <martin at meltin.net>

> > From 0490026170b3fc09097863dbc5abf93a25ae7a15 Mon Sep 17 00:00:00 2001
> > From: Anoop C S <anoopcs at redhat.com>
> > Date: Wed, 26 Jul 2017 17:54:52 +0530
> > Subject: [PATCH] docs/smbget: Fix typo in options within man page
> > 
> > `smbget` utility accepts '--user' as a valid argument. But still the man
> > page specifies it as '--username'. So fixing the man page to reflect the
> > current behaviour.
> > 
> > Signed-off-by: Anoop C S <anoopcs at redhat.com>
> > ---
> >  docs-xml/manpages/smbget.1.xml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/docs-xml/manpages/smbget.1.xml b/docs-xml/manpages/smbget.1.xml
> > index f254b10f2d6..c12b03d5cab 100644
> > --- a/docs-xml/manpages/smbget.1.xml
> > +++ b/docs-xml/manpages/smbget.1.xml
> > @@ -22,7 +22,7 @@
> >  		<arg choice="opt">-a, --guest</arg>
> >  		<arg choice="opt">-r, --resume</arg>
> >  		<arg choice="opt">-R, --recursive</arg>
> > -		<arg choice="opt">-U, --username=STRING</arg>
> > +		<arg choice="opt">-U, --user=STRING</arg>
> >  		<arg choice="opt">-w, --workgroup=STRING</arg>
> >  		<arg choice="opt">-n, --nonprompt</arg>
> >  		<arg choice="opt">-d, --debuglevel=INT</arg>
> > @@ -76,7 +76,7 @@
> >  	</varlistentry>
> >  
> >  	<varlistentry>
> > -		<term> -U, --username=<replaceable>username[%password]</replaceable></term>
> > +		<term> -U, --user=<replaceable>username[%password]</replaceable></term>
> >  		<listitem><para>Username (and password) to use</para></listitem>
> >  	</varlistentry>
> >  
> > -- 
> > 2.13.3
> >   
> 
> 

peace & happiness,
martin



More information about the samba-technical mailing list