All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Separate binary names using comma in mount.cifs.rst
@ 2020-06-09 18:00 Sergio Durigan Junior
  2020-08-29  0:22 ` Pavel Shilovsky
  0 siblings, 1 reply; 5+ messages in thread
From: Sergio Durigan Junior @ 2020-06-09 18:00 UTC (permalink / raw)
  To: linux-cifs; +Cc: Sergio Durigan Junior

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Separate binary names using comma in mount.cifs.rst
  2020-06-09 18:00 [PATCH] Separate binary names using comma in mount.cifs.rst Sergio Durigan Junior
@ 2020-08-29  0:22 ` Pavel Shilovsky
  2020-12-21 22:52   ` Sergio Durigan Junior
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Shilovsky @ 2020-08-29  0:22 UTC (permalink / raw)
  To: Sergio Durigan Junior; +Cc: linux-cifs

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
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Separate binary names using comma in mount.cifs.rst
  2020-08-29  0:22 ` Pavel Shilovsky
@ 2020-12-21 22:52   ` Sergio Durigan Junior
  2020-12-28 18:08     ` Pavel Shilovsky
  0 siblings, 1 reply; 5+ messages in thread
From: Sergio Durigan Junior @ 2020-12-21 22:52 UTC (permalink / raw)
  To: Pavel Shilovsky; +Cc: linux-cifs

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Separate binary names using comma in mount.cifs.rst
  2020-12-21 22:52   ` Sergio Durigan Junior
@ 2020-12-28 18:08     ` Pavel Shilovsky
  2020-12-31  5:56       ` Sergio Durigan Junior
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Shilovsky @ 2020-12-28 18:08 UTC (permalink / raw)
  To: Sergio Durigan Junior; +Cc: linux-cifs

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Separate binary names using comma in mount.cifs.rst
  2020-12-28 18:08     ` Pavel Shilovsky
@ 2020-12-31  5:56       ` Sergio Durigan Junior
  0 siblings, 0 replies; 5+ messages in thread
From: Sergio Durigan Junior @ 2020-12-31  5:56 UTC (permalink / raw)
  To: Pavel Shilovsky; +Cc: linux-cifs

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 :-).

-- 
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0  EB2F 106D A1C8 C3CB BF14

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-31  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 18:00 [PATCH] Separate binary names using comma in mount.cifs.rst Sergio Durigan Junior
2020-08-29  0:22 ` Pavel Shilovsky
2020-12-21 22:52   ` Sergio Durigan Junior
2020-12-28 18:08     ` Pavel Shilovsky
2020-12-31  5:56       ` Sergio Durigan Junior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.