Fix typo in man page nfs.conf.man (bz 2203092)

Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: bz2203092
This commit is contained in:
Steve Dickson 2023-06-06 11:24:42 -04:00
parent b2d2bdd14f
commit aab9bfd888
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,23 @@
diff -up nfs-utils-2.5.4/systemd/nfs.conf.man.orig nfs-utils-2.5.4/systemd/nfs.conf.man
--- nfs-utils-2.5.4/systemd/nfs.conf.man.orig 2023-06-06 09:51:19.931377748 -0400
+++ nfs-utils-2.5.4/systemd/nfs.conf.man 2023-06-06 11:21:47.490616649 -0400
@@ -131,8 +131,9 @@ but on the server, this will resolve to
.TP
.B exportd
Recognized values:
+.BR manage-gids ,
.BR threads ,
-.BR cache-use-upaddr ,
+.BR cache-use-ipaddr ,
.BR ttl ,
.BR state-directory-path
@@ -197,7 +198,7 @@ Recognized values:
.BR port ,
.BR threads ,
.BR reverse-lookup ,
-.BR cache-use-upaddr ,
+.BR cache-use-ipaddr ,
.BR ttl ,
.BR state-directory-path ,
.BR ha-callout .

View File

@ -46,6 +46,7 @@ Patch016: nfs-utils-2.5.4-covscan-return-value.patch
# RHEL9.3
#
Patch017: nfs-utils-2.5.4-juncs-automount.patch
Patch018: nfs-utils-2.5.4-man-nfsconf.patch
Patch100: nfs-utils-1.2.1-statdpath-man.patch
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
@ -489,6 +490,7 @@ fi
%changelog
* Tue Jun 6 2023 Steve Dickson <steved@redhat.com> 2.5.4-19
- Don't allow junction tests to trigger automounts (bz 2148353)
- Fix typo in man page nfs.conf.man (bz 2203092)
* Thu Jan 26 2023 Steve Dickson <steved@redhat.com> 2.5.4-18
- Covscan Scan: Wrong Check of Return Value (bz 2151968)