diff mbox series

Separate binary names using comma in mount.cifs.rst

Message ID 20200609180044.500230-1-sergio.durigan@canonical.com (mailing list archive)
State New, archived
Headers show
Series Separate binary names using comma in mount.cifs.rst | expand

Commit Message

Sergio Durigan Junior June 9, 2020, 6 p.m. UTC
According to lexgrog(1), when a manpage refers to multiple programs
their names should be separated using a comma and a whitespace.  This
helps silence a lintian warning when building cifs-utils on Debian.

Signed-off-by: Sergio Durigan Junior <sergio.durigan@canonical.com>
---
 mount.cifs.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Pavel Shilovsky Aug. 29, 2020, 12:22 a.m. UTC | #1
Merged. Thanks!
--
Best regards,
Pavel Shilovsky

вт, 9 июн. 2020 г. в 11:03, Sergio Durigan Junior
<sergio.durigan@canonical.com>:
>
> According to lexgrog(1), when a manpage refers to multiple programs
> their names should be separated using a comma and a whitespace.  This
> helps silence a lintian warning when building cifs-utils on Debian.
>
> Signed-off-by: Sergio Durigan Junior <sergio.durigan@canonical.com>
> ---
>  mount.cifs.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/mount.cifs.rst b/mount.cifs.rst
> index 354269b..6ad84f1 100644
> --- a/mount.cifs.rst
> +++ b/mount.cifs.rst
> @@ -1,6 +1,6 @@
> -=====================
> -mount.cifs mount.smb3
> -=====================
> +======================
> +mount.cifs, mount.smb3
> +======================
>
>  --------------------------------------------------
>  mount using the Common Internet File System (CIFS)
> --
> 2.25.1
>
Sergio Durigan Junior Dec. 21, 2020, 10:52 p.m. UTC | #2
On Friday, August 28 2020, Pavel Shilovsky wrote:

> Merged. Thanks!

Thanks for the reply, Pavel!

I'm writing because I don't see my patch merged in the git repository.
I noticed that there was a cifs-utils release recently, and
unfortunately the patch wasn't included.  Can you double-check this,
please?

Thanks!
Pavel Shilovsky Dec. 28, 2020, 6:08 p.m. UTC | #3
Hi Sergio,

The recent release included only a security fix -- see details below:

https://lists.samba.org/archive/samba-technical/2020-September/135747.html

I am planning to make another release soon which will contain all
patches merged into next branch:

https://github.com/piastry/cifs-utils/commits/next

Your patch is already there, so it will be included into 6.12.

--
Best regards,
Pavel Shilovsky

пн, 21 дек. 2020 г. в 14:52, Sergio Durigan Junior
<sergio.durigan@canonical.com>:
>
> On Friday, August 28 2020, Pavel Shilovsky wrote:
>
> > Merged. Thanks!
>
> Thanks for the reply, Pavel!
>
> I'm writing because I don't see my patch merged in the git repository.
> I noticed that there was a cifs-utils release recently, and
> unfortunately the patch wasn't included.  Can you double-check this,
> please?
>
> Thanks!
>
> --
> Sergio
> GPG key ID: E92F D0B3 6B14 F1F4 D8E0  EB2F 106D A1C8 C3CB BF14
Sergio Durigan Junior Dec. 31, 2020, 5:56 a.m. UTC | #4
On Monday, December 28 2020, Pavel Shilovsky wrote:

> Hi Sergio,
>
> The recent release included only a security fix -- see details below:
>
> https://lists.samba.org/archive/samba-technical/2020-September/135747.html
>
> I am planning to make another release soon which will contain all
> patches merged into next branch:
>
> https://github.com/piastry/cifs-utils/commits/next
>
> Your patch is already there, so it will be included into 6.12.

Ah, thanks so much for the reply :-).
diff mbox series

Patch

diff --git a/mount.cifs.rst b/mount.cifs.rst
index 354269b..6ad84f1 100644
--- a/mount.cifs.rst
+++ b/mount.cifs.rst
@@ -1,6 +1,6 @@ 
-=====================
-mount.cifs mount.smb3
-=====================
+======================
+mount.cifs, mount.smb3
+======================
 
 --------------------------------------------------
 mount using the Common Internet File System (CIFS)