From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Thu, 2 Dec 2021 15:20:35 -0500 Subject: [Cluster-devel] [PATCH dlm-tool 2/6] dlm_controld: man: Fix typo: specfic => specific In-Reply-To: <20211202202039.1386193-1-aahringo@redhat.com> References: <20211202202039.1386193-1-aahringo@redhat.com> Message-ID: <20211202202039.1386193-3-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Took it from the debian patches. This patch fixes a typo in the dlm.conf man page. Reported-by: Ferenc W?gner --- dlm_controld/dlm.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlm_controld/dlm.conf.5 b/dlm_controld/dlm.conf.5 index 0eb22635..164b5b70 100644 --- a/dlm_controld/dlm.conf.5 +++ b/dlm_controld/dlm.conf.5 @@ -413,7 +413,7 @@ pairs. .B mark The mark key can be used to set a specific mark value which is then used by the in-kernel DLM socket creation. This can be used to match for DLM -specfic packets for e.g. routing. +specific packets for e.g. routing. Example of setting a per socket value for nodeid 1 and a mark value of 42: -- 2.27.0