Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp613136pxb; Thu, 15 Apr 2021 02:20:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyg5wSdvQGguo6pd/1afOo9Nolh4fL7caWG79n0G1NvnH4SOlKXEgjdT4Kn500+ThA+heqT X-Received: by 2002:a17:906:608a:: with SMTP id t10mr2467362ejj.374.1618478435245; Thu, 15 Apr 2021 02:20:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618478435; cv=none; d=google.com; s=arc-20160816; b=H7QJTuGdR7OucDQE94LAW+7PYe4kcYRgbn3VPpEdfz0rbzWOhC0VCNCC/rqyKekiuO QcMApVhOxooMDtleG7F3KqYgodjyhxceFplx+CJ9PnlZdZEMP3pyXiBukbbpEkY5Z+zU jb6gvZWu//0nhw6+IpAS+t9ScZnn9/b1og/vpgw3ea2lxOKiOR+Mc0fR9if+D1w/+Lgs IF9kuE81ulxHqfh3o+9cfAQDHGwbuXQ4m7tvsGMuzy2jbYAs2nTC5a4cFuD+PRIidAyQ ZM2mdbTMZm7Nqt+0ptT3ztPNV0aFItG+p/bNYiOi8uBHl107KuhSo+U9WxYVg5swx+8O m2wQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=VDBoA7ad7HSEKCgSQHAPatym7gjme7WeVN7jDBN3nig=; b=XXPVGfkTJ3oZ2jOh4+Cxxw7RG9WHQ+eyp5hJZMIZhffRJxujOp/nI80fb1PwAaj/I0 oNAnYJR/ePYilYTN36+IuTOPnzytaeDxmiL4v7k6Crv0TAbJr/9Sig3KWEx4dRpZyCTd GdowMuA8GedFSSEzwb2bfN69H2Q5EqFHdW1VCqTxMVV3oZBA8TalgxqGcEo7lAXFnPMj Mk8r6NTXJt3T/XOsqfWgMm4QAfWphJHBbhO362pM9oWu8ki0Q1CqQ1jzhT2QUyK6utmV 6J6zaGqBRnOSBnGD5YF47LMF819BJad8R47C6KvMWynlR3yP1dnoHlqcRFXbcEnaj5M6 bm7Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e6si2058151edz.407.2021.04.15.02.19.58; Thu, 15 Apr 2021 02:20:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229494AbhDOJUP (ORCPT + 99 others); Thu, 15 Apr 2021 05:20:15 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:24146 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbhDOJUP (ORCPT ); Thu, 15 Apr 2021 05:20:15 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-173-AV4RVgTgOxizqDsDJ59Row-1; Thu, 15 Apr 2021 05:19:50 -0400 X-MC-Unique: AV4RVgTgOxizqDsDJ59Row-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 847F0107ACE6; Thu, 15 Apr 2021 09:19:49 +0000 (UTC) Received: from localhost (unknown [10.66.61.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF2832AAAA; Thu, 15 Apr 2021 09:19:48 +0000 (UTC) From: Yongcheng Yang To: steved@redhat.com Cc: NeilBrown , linux-nfs@vger.kernel.org, Yongcheng Yang Subject: [PATCH 1/1] mountd/exports: Fix typo in the man page Date: Thu, 15 Apr 2021 17:19:38 +0800 Message-Id: <20210415091938.24021-1-yongcheng.yang@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Signed-off-by: Yongcheng Yang --- Hi SteveD and Neil, Please check if I understand it correctly. Thanks, Yongcheng utils/exportd/exportd.man | 4 ++-- utils/mountd/mountd.man | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/exportd/exportd.man b/utils/exportd/exportd.man index b238ff05..fae434b5 100644 --- a/utils/exportd/exportd.man +++ b/utils/exportd/exportd.man @@ -14,7 +14,7 @@ is used to manage NFSv4 exports. The NFS server .RI ( nfsd ) maintains a cache of authentication and authorization information which -is used to identify the source of each requent, and then what access +is used to identify the source of each request, and then what access permissions that source has to any local filesystem. When required information is not found in the cache, the server sends a request to .B nfsv4.exportd @@ -134,7 +134,7 @@ listing exports, export options, and access control lists .BR exports (5), .BR showmount (8), .BR nfs.conf (5), -.BR firwall-cmd (1), +.BR firewall-cmd (1), .sp RFC 7530 - "Network File System (NFS) Version 4 Protocol" .br diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man index 1155cf94..77e6299a 100644 --- a/utils/mountd/mountd.man +++ b/utils/mountd/mountd.man @@ -19,7 +19,7 @@ clients and provides details of access permissions. The NFS server .RI ( nfsd ) maintains a cache of authentication and authorization information which -is used to identify the source of each requent, and then what access +is used to identify the source of each request, and then what access permissions that source has to any local filesystem. When required information is not found in the cache, the server sends a request to .B mountd -- 2.20.1