autofs-5.1.6 - improve force unlink mounts option description From: Ian Kent Update the automount(8) man page description of the force unlink mounts option to indicate it operates on configured autofs mounts and mounts under them. Signed-off-by: Ian Kent --- CHANGELOG | 1 + man/automount.8 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a6c3d6db..60cd43e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -45,6 +45,7 @@ xx/xx/2020 autofs-5.1.7 - fix unlink mounts umount order. - fix incorrect logical compare in unlink_mount_tree(). - use bit flag for force unlink mounts. +- improve force unlink option description. 07/10/2019 autofs-5.1.6 - support strictexpire mount option. diff --git a/man/automount.8 b/man/automount.8 index 1cca6ef8..dea79370 100644 --- a/man/automount.8 +++ b/man/automount.8 @@ -118,9 +118,9 @@ path name as specified in the master map. Don't check if the daemon is currently running (see NOTES). .TP .I "\-F, \-\-force" -Force an unlink umount of existing mounts under autofs managed mount points -during startup. This can cause problems for processes with working directories -within these mounts (see NOTES). +Force an unlink umount of existing mounts under configured autofs managed +mount points during startup. This can cause problems for processes with +working directories within these mounts (see NOTES). .SH ARGUMENTS \fBautomount\fP takes one optional argument, the name of the master map to use.