Blame SOURCES/autofs-5.1.3-fix-a-couple-of-typos-in-autofs-man-pages.patch

603f99
autofs-5.1.3 - fix typos in autofs man pages
603f99
603f99
From: Ian Kent <raven@themaw.net>
603f99
603f99
Add missing section in the title of the autofs.conf(5) man page
603f99
and fix a duplicated i in file system types description of autofs(5).
603f99
603f99
Signed-off-by: Ian Kent <raven@themaw.net>
603f99
Reported-by: Roland Hopferwieser <rhopfer@ica.jku.at>
603f99
---
603f99
 CHANGELOG            |    1 +
603f99
 man/autofs.5         |    2 +-
603f99
 man/autofs.conf.5.in |    2 +-
603f99
 3 files changed, 3 insertions(+), 2 deletions(-)
603f99
603f99
--- autofs-5.0.7.orig/CHANGELOG
603f99
+++ autofs-5.0.7/CHANGELOG
603f99
@@ -253,6 +253,7 @@
603f99
 - fix unset tsd group name handling.
603f99
 - set systemd KillMode to process.
603f99
 - fix mount.nfs blocks on first mount.
603f99
+- fix typos in autofs man pages.
603f99
 
603f99
 25/07/2012 autofs-5.0.7
603f99
 =======================
603f99
--- autofs-5.0.7.orig/man/autofs.5
603f99
+++ autofs-5.0.7/man/autofs.5
603f99
@@ -447,7 +447,7 @@ This is the mount filesystem \fBtype\fP.
603f99
 It can have a value of
603f99
 .BR auto ", " link ", " linkx ", " host ", " lofs ", " ext2-4 ", "
603f99
 .BR xfs ", " nfs ", " nfsl " or " cdfs "."
603f99
-Other types that are not yet implemented or are not available iin autofs are
603f99
+Other types that are not yet implemented or are not available in autofs are
603f99
 .BR nfsx ", " lustre ", " jfs ", " program ", " cachefs " and " direct "."
603f99
 .TP
603f99
 .B maptype
603f99
--- autofs-5.0.7.orig/man/autofs.conf.5.in
603f99
+++ autofs-5.0.7/man/autofs.conf.5.in
603f99
@@ -1,5 +1,5 @@
603f99
 .\" t
603f99
-.TH AUTOFS.CONF "23 Jan 2014"
603f99
+.TH AUTOFS.CONF 5 "23 Jan 2014"
603f99
 .SH NAME
603f99
 autofs.conf \- autofs configuration
603f99
 .SH "DESCRIPTION"