[patch] add info about how to obtain cifs module in cifs mount heleper manpages

View: New views
4 Messages — Rating Filter:   Alert me  

[patch] add info about how to obtain cifs module in cifs mount heleper manpages

by Shirish Pargaonkar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Samba bugzilla bug 5129.  Would something like this added to the
manpages suffice?

diff --git a/docs-xml/manpages-3/mount.cifs.8.xml
b/docs-xml/manpages-3/mount.cifs.8.xml
index 9383f3f..4f775e8 100644
--- a/docs-xml/manpages-3/mount.cifs.8.xml
+++ b/docs-xml/manpages-3/mount.cifs.8.xml
@@ -62,6 +62,14 @@ kernel log.
  the mounted resource is unmounted (usually via the umount utility).
  </para>

+ <para>
+ <emphasis>mount.cifs -V</emphasis> command displays the version of
cifs mount helper.
+ </para>
+ <para>
+
+ <emphasis>modinfo cifs</emphasis> command displays the version of
cifs module.
+ </para>
+
 </refsect1>

 <refsect1>


_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client

cifsmodinfo.patch (766 bytes) Download Attachment

Re: [patch] add info about how to obtain cifs module in cifs mount heleper manpages

by Shirish Pargaonkar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Reposting the patch, hope the format looks correct.

diff --git a/docs-xml/manpages-3/mount.cifs.8.xml
b/docs-xml/manpages-3/mount.cifs.8.xml
index 9383f3f..4f775e8 100644
--- a/docs-xml/manpages-3/mount.cifs.8.xml
+++ b/docs-xml/manpages-3/mount.cifs.8.xml
@@ -62,6 +62,14 @@ kernel log.
  the mounted resource is unmounted (usually via the umount utility).
  </para>

+ <para>
+ <emphasis>mount.cifs -V</emphasis> command displays the version of
cifs mount helper.
+ </para>
+ <para>
+
+ <emphasis>modinfo cifs</emphasis> command displays the version of
cifs module.
+ </para>
+
 </refsect1>

 <refsect1>


_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client

cifs.modinfo.patch (840 bytes) Download Attachment

Re: [patch] add info about how to obtain cifs module in cifs mount heleper manpages

by Jeff Layton-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 8 Sep 2009 08:26:25 -0500
Shirish Pargaonkar <shirishpargaonkar@...> wrote:

> Reposting the patch, hope the format looks correct.
>
> diff --git a/docs-xml/manpages-3/mount.cifs.8.xml
> b/docs-xml/manpages-3/mount.cifs.8.xml

^^^ that's line wrapped

> index 9383f3f..4f775e8 100644
> --- a/docs-xml/manpages-3/mount.cifs.8.xml
> +++ b/docs-xml/manpages-3/mount.cifs.8.xml
> @@ -62,6 +62,14 @@ kernel log.
>   the mounted resource is unmounted (usually via the umount utility).
>   </para>
>
> + <para>
> + <emphasis>mount.cifs -V</emphasis> command displays the version of
> cifs mount helper.

^^^^ this doesn't look right
> + </para>
> + <para>
> +
> + <emphasis>modinfo cifs</emphasis> command displays the version of
> cifs module.

^^^^ and this doesn't either

> + </para>
> +
>  </refsect1>
>
>  <refsect1>

Your mailer is linewrapping the patches. Are you just pasting them into
it? That generally doesn't work very well. It looks like you're using
git here. Maybe try using git-format-patch and git-send-email to send
the patches.

Rather than resending to the list, send them to yourself until you get
non-munged patches. Verify that they're right by saving off the email
and trying to apply it as a patch to your tree.

When that works right, then send it to the list.

--
Jeff Layton <jlayton@...>
_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client

Re: [patch] add info about how to obtain cifs module in cifs mount heleper manpages

by Shirish Pargaonkar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

One more attempt.

---
 docs-xml/manpages-3/mount.cifs.8.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/docs-xml/manpages-3/mount.cifs.8.xml
b/docs-xml/manpages-3/mount.cifs.8.xml
index 6810653..d00c19b 100644
--- a/docs-xml/manpages-3/mount.cifs.8.xml
+++ b/docs-xml/manpages-3/mount.cifs.8.xml
@@ -62,6 +62,14 @@ kernel log.
  the mounted resource is unmounted (usually via the umount utility).
  </para>

+ <para>
+ <emphasis>mount.cifs -V</emphasis> command displays the version of
cifs mount helper.
+ </para>
+ <para>
+
+ <emphasis>modinfo cifs</emphasis> command displays the version of
cifs module.
+ </para>
+
 </refsect1>

 <refsect1>
--

On Tue, Sep 8, 2009 at 8:26 AM, Shirish Pargaonkar
<shirishpargaonkar@...> wrote:

>
> Reposting the patch, hope the format looks correct.
>
> diff --git a/docs-xml/manpages-3/mount.cifs.8.xml
> b/docs-xml/manpages-3/mount.cifs.8.xml
> index 9383f3f..4f775e8 100644
> --- a/docs-xml/manpages-3/mount.cifs.8.xml
> +++ b/docs-xml/manpages-3/mount.cifs.8.xml
> @@ -62,6 +62,14 @@ kernel log.
>                the mounted resource is unmounted (usually via the umount utility).
>        </para>
>
> +       <para>
> +               <emphasis>mount.cifs -V</emphasis> command displays the version of
> cifs mount helper.
> +       </para>
> +       <para>
> +
> +               <emphasis>modinfo cifs</emphasis> command displays the version of
> cifs module.
> +       </para>
> +
>  </refsect1>
>
>  <refsect1>
_______________________________________________
linux-cifs-client mailing list
linux-cifs-client@...
https://lists.samba.org/mailman/listinfo/linux-cifs-client