From patchwork Sun Dec 17 14:55:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gioele Barabucci X-Patchwork-Id: 13495909 Received: from mail.svario.it (mail.svario.it [84.22.98.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BBFB944C74 for ; Sun, 17 Dec 2023 15:02:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=svario.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=svario.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=svario.it header.i=@svario.it header.b="WN2YVfuT" Received: from localhost.localdomain (dynamic-093-133-078-169.93.133.pool.telefonica.de [93.133.78.169]) by mail.svario.it (Postfix) with ESMTPSA id C4A4FDE213; Sun, 17 Dec 2023 15:56:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svario.it; s=201710; t=1702824993; bh=Z881Z09PSgYg08AHk21M/UMd/LZXUxkGTVBiSHb3SZk=; h=From:To:Cc:Subject:Date:From; b=WN2YVfuTByO4O4/D1o2HoL+ko/aqCKpn+rXFHzz6qT4Ny2EnXYUYV9Wv+DyExx4HV 35EziGci07Qyymr/4bUoVPsmeCr1uHHcMqvOZqccqGMU40DWsUH8E0yNwheYvsdENG Gt+Q102m7S2kTbnh2f4IsNBIQX0zU0sKZOra3CqkWw77vXNDM8b6gBwg7YQg7H4Bc1 em4nf1sD8ZbwWVH3PMxLijb1v367mLpX9Nj82mtRjdxRy65hKCYTZQO+6hSgbiYV6x 2lXkX8UDce8nePLuw7rmsWvLOyzQY31PcQWfNV494X4VQJJH9IPeDaVeeZq6Mu0yCZ IEBE7adtJPszQ== From: Gioele Barabucci To: linux-nfs@vger.kernel.org Cc: Steve Dickson , Gioele Barabucci Subject: [PATCH 0/3] Typos and documentation fixes Date: Sun, 17 Dec 2023 15:55:36 +0100 Message-ID: <20231217145539.1380837-1-gioele@svario.it> X-Mailer: git-send-email 2.42.0 Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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(-) Signed-off-by: Your name on any