mount.2: wfix

This commit is contained in:
Michael Kerrisk 2016-07-28 08:32:32 +02:00
parent 0ec74e08e3
commit c3a7b4e958
1 changed files with 3 additions and 2 deletions

View File

@ -82,10 +82,11 @@ for details of the options available for each filesystem type.
A call to
.BR mount ()
performs one of a number of general types of operation.
performs one of a number of general types of operation,
depending on the bits specified in
.IR mountflags .
The choice of operation is determined by testing the bits set in
The choice of which operation to perform is determined by
testing the bits set in
.IR mountflags ,
with the tests being conducted in the order listed here:
.IP * 3