From patchwork Wed Jun 19 23:25:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 13704721 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 03EDD762C1 for ; Wed, 19 Jun 2024 23:25:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718839512; cv=none; b=FTkUHsB/nGAvCUzHedtDAXIFUwOWg8qMKhFVywlrjv4Ktjv7P9D+D0iIFDM+5QvXiNMZDq64UG93uI5wA1eFcBQMxSVIJl8zEFK5zo2wy5P6ww3BSXPgVBS9y3VqQPg5EQ6xXqrrsf2MpJiVcK86kMUGjYkufCx190Jt2n1TJbI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718839512; c=relaxed/simple; bh=PrIbiM9cXPYfxcm5HJh2GxzF8CVL+ITwgnxG3U/BCx0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=l0MznzNURbOnrn2wQseDIX7Jzjzr/YJP10DMY0f31zeXpj4m3BbGPuK/Zw7QSOaWfZPO8Q+RhHl6EFWeEUpXVh98QEjefWwrhPQalnf9eqJ/bk6claPQdWN66dRjyxF1IajG+OIcfECsqDpz6hln5ArTBDCTPTpmEfaaJhIDmxM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Oqwic8Br; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Oqwic8Br" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 150DBC2BBFC; Wed, 19 Jun 2024 23:25:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718839511; bh=PrIbiM9cXPYfxcm5HJh2GxzF8CVL+ITwgnxG3U/BCx0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Oqwic8BrHTC9GsXwUzSasjzyZ6Rjpjc7xQWcTkKfcKsEXGKvcTyrim44YjY4b3lSm Vx4dlYoklNVzXwpQvGIBcwv9cOmk6JHiiAzR81qoH2Ao2yYYboyUPhCAP6fMh1qhch Y0XbfUmj4cy248FtCyDQoqsJ+WM1DN1pCmy+71SD/DlS4EEIALds52x3UysKCw7mxW yuK63sNiBnWdl15X9Ii2dq1fR3A21GGMk+GGgLX7GFwzR0qAKpJn31FNqF4JwL92Cz BQYKMWc6tTdYxnJLJ7Fg4joXHt5FaBE/dgb8hCiDHe2PUQqrD1SXC2zfhyQMfVIvxA BHun3XFPbD7Ww== Date: Thu, 20 Jun 2024 01:25:09 +0200 From: Alejandro Colomar To: keyrings@vger.kernel.org, David Howells Cc: Alejandro Colomar Subject: [PATCH v1 06/10] man: Escape dashes in TH Message-ID: <20240619232444.36444-7-alx@kernel.org> X-Mailer: git-send-email 2.45.2 References: <20240619232444.36444-1-alx@kernel.org> Precedence: bulk X-Mailing-List: keyrings@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240619232444.36444-1-alx@kernel.org> When they document an identifier that uses a dash. Signed-off-by: Alejandro Colomar --- man/request-key.8 | 2 +- man/request-key.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/request-key.8 b/man/request-key.8 index 1ce1761..d49ca78 100644 --- a/man/request-key.8 +++ b/man/request-key.8 @@ -7,7 +7,7 @@ .\" as published by the Free Software Foundation; either version .\" 2 of the License, or (at your option) any later version. .\" -.TH request-key 8 2024-06-19 keyutils +.TH request\-key 8 2024-06-19 keyutils .SH NAME request\-key \- handle key instantiation callback requests from the kernel .SH SYNOPSIS diff --git a/man/request-key.conf.5 b/man/request-key.conf.5 index fbee4df..c2e77d4 100644 --- a/man/request-key.conf.5 +++ b/man/request-key.conf.5 @@ -7,7 +7,7 @@ .\" as published by the Free Software Foundation; either version .\" 2 of the License, or (at your option) any later version. .\" -.TH request-key.conf 5 2024-06-19 keyutils +.TH request\-key.conf 5 2024-06-19 keyutils .SH NAME request\-key.conf \- Instantiation handler configuration file .SH DESCRIPTION