From 054ea65ed863a46cf7d014906d625f09b2205ba4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Aug 2018 12:06:30 +0200 Subject: [PATCH] mount.2: ffix Signed-off-by: Michael Kerrisk --- man2/mount.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/mount.2 b/man2/mount.2 index e350aeaef..57736a141 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -166,7 +166,7 @@ This mount option significantly reduces writes needed to update the inode's timestamps, especially mtime and atime. However, in the event of a system crash, the atime and mtime fields on disk might be out of date by up to 24 hours. -.PP +.IP Examples of workloads where this option could be of significant benefit include frequent random writes to preallocated files, as well as cases where the @@ -471,12 +471,12 @@ that contains other members, convert it to a slave mount. If this is a shared mount point that is a member of a peer group that contains no other members, convert it to a private mount. Otherwise, the propagation type of the mount point is left unchanged. -.PP +.IP When a mount point is a slave, mount and unmount events propagate into this mount point from the (master) shared peer group of which it was formerly a member. Mount and unmount events under this mount point do not propagate to any peer. -.PP +.IP A mount point can be the slave of another peer group while at the same time sharing mount and unmount events with a peer group of which it is a member.