autofs-5.1.9 - man/autofs.conf.5: fix manpage formatting

From: Anthony Iliopoulos <ailiop@suse.com>

Fix man page formatting by removing stray "+" characters preceding the
open_file_limit option description, which also corrects the rendering of
the timeout option.

Fixes: 29f78820939d ("autofs-5.1.8 - make open files limit configurable")
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
---
 CHANGELOG            |    1 +
 man/autofs.conf.5.in |   14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index b3ddd8bde..aaee3c574 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@
 - fix deadlock in remount.
 - Remove mentioning of nonstrict option in comment in samples/auto.net.
 - Use AUTOFS_ prefixed environment variables in sample/auto.smb.
+- man/autofs.conf.5: fix manpage formatting.
 
 02/11/2023 autofs-5.1.9
 - fix kernel mount status notification.
diff --git a/man/autofs.conf.5.in b/man/autofs.conf.5.in
index 27fe4a4f4..c46176f0d 100644
--- a/man/autofs.conf.5.in
+++ b/man/autofs.conf.5.in
@@ -23,13 +23,13 @@ configuration settings.
 .P
 Configuration settings available are:
 .TP
-+.B open_file_limit
-+.br
-+Set the maximum number of open files. Note there may be other limits
-+within the system that prevent this from being set, systemd for example
-+may need a setting in the unit file to increase its default. The autofs
-+default is 20480.
-+.TP
+.B open_file_limit
+.br
+Set the maximum number of open files. Note there may be other limits
+within the system that prevent this from being set, systemd for example
+may need a setting in the unit file to increase its default. The autofs
+default is 20480.
+.TP
 .B timeout
 .br
 Sets the default mount timeout in seconds. The internal program
