Skip to content

Commit c5258c4

Browse files
committed
#Minor wording changes
1 parent 771464e commit c5258c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/file_sharing/nfsserver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Declare machines authorized to access resources with:
8484
* **FQDN**: client_*.rockylinux.org: allows FQDNs starting with client_ from the rockylinux.org domain
8585
* `*` for everybody
8686

87-
Specification of multiple clients is possible on the same line separated by a space.
87+
Multiple client specifications are possible on the same line, separated by a space.
8888

8989
### Permissions on resources
9090

@@ -101,7 +101,7 @@ To force the use of a UID or GID other than that of the user writing the resourc
101101

102102
!!! warning "warning"
103103

104-
There is a parameter, `no_root_squash`, which identifies the client root user as the server root user. This parameter can be dangerous from a system security point of view.
104+
A parameter, `no_root_squash`, identifies the client root user as the server root user. This parameter can be dangerous from a system security point of view.
105105

106106
Activation of the `root_squash` parameter is a default (even if not specified), identifying `root` as an `anonymous` user.
107107

@@ -137,7 +137,7 @@ exportfs [-a] [-r] [-u share_name] [-v]
137137

138138
### The `showmount` command
139139

140-
Use the `showmount` command to monitor clients.
140+
The `showmount` command monitors clients.
141141

142142
```
143143
showmount [-a] [-e] [host]

0 commit comments

Comments
 (0)