From c3a7b4e958820203d7152a6020de56aef601e707 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Jul 2016 08:32:32 +0200 Subject: [PATCH] mount.2: wfix --- man2/mount.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/mount.2 b/man2/mount.2 index a8f181c4e..1eeaa272c 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -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