Message ID | 20231217145539.1380837-1-gioele@svario.it (mailing list archive) |
---|---|
Headers | show |
Series | Typos and documentation fixes | expand |
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(-) >
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,