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

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