Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4263852pxj; Tue, 8 Jun 2021 10:07:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxZht7+ZcUOlXiXTvRaTR6x9Ang6GqPjlocDDGFYApjhxcebGPcwi+gTUclCSUMdrYhITAe X-Received: by 2002:aa7:cfc5:: with SMTP id r5mr26648183edy.319.1623172045961; Tue, 08 Jun 2021 10:07:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623172045; cv=none; d=google.com; s=arc-20160816; b=qLWgQmItMrEoj+LVcnbtaMXuRKoy3z29gkWVhJZKi4Hjxl6ivmq7OVlpA4OtJcBJru ZX+6k0Ey26WYXEGtPvlgKxf2l/7l8Z1orGd5zceI/GD2aEtaq3O7ojimU8sL2y/W3/pd 9PQzEZ/pdIchU1wmW+O5/y/e3/0vou0EtwdoJfwDCyZhfhefTW2Naq1LBX9Gk4zD5VAO DbZuoxP5TO7XPbPRB1nyuUXu9tq5ZDmfMuOlzfxervBqp2+eLtx077Yyno5E8aF31rqb s2wtzgia3CAlAnnAK5sQyKFl/R9XUlU2xx16+pE5hKFO8enwo87EMFZgpobjBRhLYQ6y oGIA== 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 :user-agent:message-id:date:cc:to:from:subject; bh=y/UsJEKNeAOfFjBCOTEVaPHmBWVmloTZZcW7bWBMjTA=; b=qfOv9Ik+KuaotHSn8M1IxqoK9yVZQBndc2xFI1olQRtYqP4SdgELACz63lkOeEpbQu u3JE64tcmRWtFMEWUwjE3S4lYmYJHD55JDsSYX/a26gfHSYXFItyiKhVAFypZnHiUOa+ aIHB69RWGe/D2WIvGtOAZ0Z9jec5LBlxPIX+cUbIZ91gin7Q5uGk3dvFXje6W6+WfDIP w5RxHfucRRZVn7Uje37ElX46WsikPNitZy3aBSX60PN5r/7xGgidscQpZCmDNr1Zgoz6 eb3/aQmleh7SF7vHZluqMGKDcM4dPd/dPD3fJtvxbJp5r8aPIT7+iUNNHlqPO2UMhKFZ rUmQ== 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=NONE dis=NONE) header.from=oracle.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j23si228161edp.191.2021.06.08.10.06.50; Tue, 08 Jun 2021 10:07:25 -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=NONE dis=NONE) header.from=oracle.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233200AbhFHRFi (ORCPT + 99 others); Tue, 8 Jun 2021 13:05:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:45818 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231278AbhFHRFh (ORCPT ); Tue, 8 Jun 2021 13:05:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1BA786127A; Tue, 8 Jun 2021 17:03:44 +0000 (UTC) Subject: [PATCH] nfs(5): Correct the spelling of "kernel_source" From: Chuck Lever To: SteveD@redhat.com Cc: linux-nfs@vger.kernel.org Date: Tue, 08 Jun 2021 13:03:42 -0400 Message-ID: <162317182289.1639.2985340972351210574.stgit@oracle-100.nfsv4.dev> User-Agent: StGit/1.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Signed-off-by: Chuck Lever --- utils/mount/nfs.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index 19fe22fb5411..5682b5592a66 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -552,7 +552,7 @@ detailed discussion of these trade-offs. .BR fsc " / " nofsc Enable/Disables the cache of (read-only) data pages to the local disk using the FS-Cache facility. See cachefilesd(8) -and /Documentation/filesystems/caching +and /Documentation/filesystems/caching for detail on how to configure the FS-Cache facility. Default value is nofsc. .SS "Options for NFS versions 2 and 3 only"