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

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