aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorYongcheng Yang <yongcheng.yang@gmail.com>2021-05-06 08:15:12 -0400
committerSteve Dickson <steved@redhat.com>2021-05-06 08:25:02 -0400
commita41afe9ed766cc0e51d938e99c74cd86465d3c6d (patch)
treead3684656eda9ca011c46a8525ab3bd51860a0c0 /utils
parent2f669b6f02a959ef813019afdb4c7de72ec21f7e (diff)
downloadnfs-utils-a41afe9ed766cc0e51d938e99c74cd86465d3c6d.tar.gz
mountd/exports: Fix typo in the man page
Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/exportd/exportd.man4
-rw-r--r--utils/mountd/mountd.man2
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