mbox series

[0/3] Typos and documentation fixes

Message ID 20231217145539.1380837-1-gioele@svario.it (mailing list archive)
Headers show
Series Typos and documentation fixes | expand

Message

Gioele Barabucci Dec. 17, 2023, 2:55 p.m. UTC
Hi,

the following three patches fix a few typos detected by Debian's QA tool
lintian. The last patch also adds Documentation= options to various
service files.

Regards,

Gioele Barabucci (3):
  Fix typos in error messages
  Fix typos in manpages
  systemd: Add Documentation= option to service units

 support/export/export.c           | 2 +-
 support/export/v4root.c           | 2 +-
 systemd/nfs-blkmap.service        | 1 +
 systemd/nfs-idmapd.service        | 1 +
 systemd/nfs-mountd.service        | 1 +
 systemd/nfs-server.service        | 1 +
 systemd/nfsdcld.service           | 1 +
 systemd/rpc-gssd.service.in       | 1 +
 systemd/rpc-statd-notify.service  | 1 +
 systemd/rpc-statd.service         | 1 +
 systemd/rpc-svcgssd.service       | 1 +
 utils/exportfs/exports.man        | 2 +-
 utils/mount/mount_libmount.c      | 2 +-
 utils/mount/nfs.man               | 4 ++--
 utils/mount/nfsmount.conf.man     | 2 +-
 utils/nfsdcld/nfsdcld.man         | 2 +-
 utils/nfsdcltrack/nfsdcltrack.man | 2 +-
 17 files changed, 18 insertions(+), 9 deletions(-)

Comments

Steve Dickson Jan. 4, 2024, 12:57 a.m. UTC | #1
Hello,

On 12/17/23 9:55 AM, Gioele Barabucci wrote:
> Hi,
> 
> the following three patches fix a few typos detected by Debian's QA tool
> lintian. The last patch also adds Documentation= options to various
> service files.
> 
> Regards,
First of all thank you for doing this work... But
the first patch does not apply and there are no
Signed-off-by: Your name <email@address> on any
of the patches.

Which is the reason I didn't include them in
latest RC release. I'll be more that will to
take them but I need them to apply and have
the Signed-off-by line.

Thank you again... Looking forward to V2

steved.
> 
> Gioele Barabucci (3):
>    Fix typos in error messages
>    Fix typos in manpages
>    systemd: Add Documentation= option to service units
> 
>   support/export/export.c           | 2 +-
>   support/export/v4root.c           | 2 +-
>   systemd/nfs-blkmap.service        | 1 +
>   systemd/nfs-idmapd.service        | 1 +
>   systemd/nfs-mountd.service        | 1 +
>   systemd/nfs-server.service        | 1 +
>   systemd/nfsdcld.service           | 1 +
>   systemd/rpc-gssd.service.in       | 1 +
>   systemd/rpc-statd-notify.service  | 1 +
>   systemd/rpc-statd.service         | 1 +
>   systemd/rpc-svcgssd.service       | 1 +
>   utils/exportfs/exports.man        | 2 +-
>   utils/mount/mount_libmount.c      | 2 +-
>   utils/mount/nfs.man               | 4 ++--
>   utils/mount/nfsmount.conf.man     | 2 +-
>   utils/nfsdcld/nfsdcld.man         | 2 +-
>   utils/nfsdcltrack/nfsdcltrack.man | 2 +-
>   17 files changed, 18 insertions(+), 9 deletions(-)
>
Gioele Barabucci Jan. 4, 2024, 8:22 a.m. UTC | #2
On 04/01/24 01:57, Steve Dickson wrote:
> On 12/17/23 9:55 AM, Gioele Barabucci wrote:
>> Hi,
>>
>> the following three patches fix a few typos detected by Debian's QA tool
>> lintian. The last patch also adds Documentation= options to various
>> service files.
>>
>> Regards,
> First of all thank you for doing this work... But
> the first patch does not apply and there are no
> Signed-off-by: Your name <email@address> on any
> of the patches.

Oops. I'll send a v2, rebased on 2.7.1-rc3, in a few moments.

Regards,