diff mbox series

[nfs-utils] nfs.conf.man: Fix typo cache-use-upaddr to cache-use-ipaddr and add manage-gids to exportd section.

Message ID 20230511143449.2266773-1-lukas@herbolt.com (mailing list archive)
State New, archived
Headers show
Series [nfs-utils] nfs.conf.man: Fix typo cache-use-upaddr to cache-use-ipaddr and add manage-gids to exportd section. | expand

Commit Message

Lukas Herbolt May 11, 2023, 2:34 p.m. UTC
Signed-off-by: Lukas Herbolt <lukas@herbolt.com>
---
 systemd/nfs.conf.man | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Steve Dickson May 11, 2023, 7:40 p.m. UTC | #1
On 5/11/23 10:34 AM, Lukas Herbolt wrote:
> Signed-off-by: Lukas Herbolt <lukas@herbolt.com>
Committed... (tag: nfs-utils-2-6-4-rc1)

steved
> ---
>   systemd/nfs.conf.man | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/systemd/nfs.conf.man b/systemd/nfs.conf.man
> index bfd3380f..866939aa 100644
> --- a/systemd/nfs.conf.man
> +++ b/systemd/nfs.conf.man
> @@ -137,8 +137,9 @@ but on the server, this will resolve to the path
>   .TP
>   .B exportd
>   Recognized values:
> +.BR manage-gids ,
>   .BR threads ,
> -.BR cache-use-upaddr ,
> +.BR cache-use-ipaddr ,
>   .BR ttl ,
>   .BR state-directory-path
>   
> @@ -204,7 +205,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 .
diff mbox series

Patch

diff --git a/systemd/nfs.conf.man b/systemd/nfs.conf.man
index bfd3380f..866939aa 100644
--- a/systemd/nfs.conf.man
+++ b/systemd/nfs.conf.man
@@ -137,8 +137,9 @@  but on the server, this will resolve to the path
 .TP
 .B exportd
 Recognized values:
+.BR manage-gids ,
 .BR threads ,
-.BR cache-use-upaddr ,
+.BR cache-use-ipaddr ,
 .BR ttl ,
 .BR state-directory-path
 
@@ -204,7 +205,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 .