Message ID | 20210415091938.24021-1-yongcheng.yang@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] mountd/exports: Fix typo in the man page | expand |
On 4/15/21 5:19 AM, Yongcheng Yang wrote: > Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com> > --- > Hi SteveD and Neil, > > Please check if I understand it correctly. > > Thanks, > Yongcheng Committed (tag: nfs-utils-2-5-4-rc3) steved. > > 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 >
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
Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com> --- 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(-)