mbox series

[v2,0/3] Typos and documentation fixes

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

Message

Gioele Barabucci Jan. 4, 2024, 8:25 a.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.

--
v2: rebased on top of 2.7.1-rc3, added S-o-B trailers

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. 23, 2024, 3:17 p.m. UTC | #1
On 1/4/24 3:25 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.
> 
> --
> v2: rebased on top of 2.7.1-rc3, added S-o-B trailers
> 
> 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(-)
> 
Thanks for doing this... sorry it too so long.

Committed... (tag: nfs-utils-2-7-1-rc4)

steved.