From patchwork Sun Dec 18 16:41:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 13076070 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62808C4332F for ; Sun, 18 Dec 2022 17:37:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230272AbiLRRhd (ORCPT ); Sun, 18 Dec 2022 12:37:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231289AbiLRRhL (ORCPT ); Sun, 18 Dec 2022 12:37:11 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD3927E2A8 for ; Sun, 18 Dec 2022 08:41:31 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DE6D2604AD for ; Sun, 18 Dec 2022 16:41:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 106A2C433D2; Sun, 18 Dec 2022 16:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671381690; bh=vt1rLS3aeIIQ4yiZza9OlSwNYWZVdWW0daNNoQRlcDA=; h=Subject:From:To:Cc:Date:From; b=YsMwHTxAxEbsSVG2vLcn/9GLrBcZm1jGTzx62kUQats7yHoXowKoaZxrMOmX5Ovad I5nDnNs4wH5q2NelFAt7TGQQwbcTJhzgciFMHw31N5Dj2X3omZEzZp2EJQ/gMXWnnW X6oItUZXzi8LymhskpfMzSd0sfzW8pIe1WWbNQGwteENRwKq+QTtoeEkpkNiIsOAaT ybZ87Ejicmi1yIZfI49Gr0nBYR3q5tV3BrvI2kCNQ3eIIIHy1KTfl4coV5fNS9Q/tO WcXCA9HOaLO1PGClmX/qqrnEENeibAt90SvYxqMjrcqVAanyXRgDW8flr/1VxRKtTx zfj9y53v/v2kQ== Subject: [PATCH 1/6] nfsd(7): Use "backslash" consistently From: cel@kernel.org To: SteveD@redhat.com Cc: linux-nfs@vger.kernel.org, debian@helgefjell.de Date: Sun, 18 Dec 2022 11:41:29 -0500 Message-ID: <167138168903.1584402.12231405451604036910.stgit@morisot.1015granger.net> User-Agent: StGit/1.5 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org From: Chuck Lever Man page: nfsd.7 Issue: back-slash vs. backslash, should be consistent "Each line of the file contains a path name, a client name, and a number of " "options in parentheses. Any space, tab, newline or back-slash character in " "the path name or client name will be replaced by a backslash followed by the " "octal ASCII code for that character." Reported-by: Helge Kreutzmann Signed-off-by: Chuck Lever --- utils/exportfs/nfsd.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man index 514153f024fa..2abb8933fb11 100644 --- a/utils/exportfs/nfsd.man +++ b/utils/exportfs/nfsd.man @@ -50,7 +50,7 @@ being treated identically. Each line of the file contains a path name, a client name, and a number of options in parentheses. Any space, tab, newline or -back-slash character in the path name or client name will be replaced +backslash character in the path name or client name will be replaced by a backslash followed by the octal ASCII code for that character. .TP