Blame SOURCES/autofs-5.1.6-improve-force-unlink-mounts-option-description.patch

d702dc
autofs-5.1.6 - improve force unlink mounts option description
d702dc
d702dc
From: Ian Kent <raven@themaw.net>
d702dc
d702dc
Update the automount(8) man page description of the force unlink mounts
d702dc
option to indicate it operates on configured autofs mounts and mounts
d702dc
under them.
d702dc
d702dc
Signed-off-by: Ian Kent <raven@themaw.net>
d702dc
---
d702dc
 CHANGELOG       |    1 +
d702dc
 man/automount.8 |    6 +++---
d702dc
 2 files changed, 4 insertions(+), 3 deletions(-)
d702dc
d702dc
--- autofs-5.1.4.orig/CHANGELOG
d702dc
+++ autofs-5.1.4/CHANGELOG
d702dc
@@ -87,6 +87,7 @@ xx/xx/2018 autofs-5.1.5
d702dc
 - fix unlink mounts umount order.
d702dc
 - fix incorrect logical compare in unlink_mount_tree().
d702dc
 - use bit flag for force unlink mounts.
d702dc
+- improve force unlink option description.
d702dc
 
d702dc
 19/12/2017 autofs-5.1.4
d702dc
 - fix spec file url.
d702dc
--- autofs-5.1.4.orig/man/automount.8
d702dc
+++ autofs-5.1.4/man/automount.8
d702dc
@@ -118,9 +118,9 @@ path name as specified in the master map
d702dc
 Don't check if the daemon is currently running (see NOTES).
d702dc
 .TP
d702dc
 .I "\-F, \-\-force"
d702dc
-Force an unlink umount of existing mounts under autofs managed mount points
d702dc
-during startup. This can cause problems for processes with working directories
d702dc
-within these mounts (see NOTES).
d702dc
+Force an unlink umount of existing mounts under configured autofs managed
d702dc
+mount points during startup. This can cause problems for processes with
d702dc
+working directories within these mounts (see NOTES).
d702dc
 .SH ARGUMENTS
d702dc
 \fBautomount\fP takes one optional argument, the name of the master map to
d702dc
 use.