- fix some automount(8) typos (bz664178).

This commit is contained in:
Ian Kent 2013-03-26 09:39:19 +08:00
parent cb2ddac14a
commit 6fa6eaab73
2 changed files with 51 additions and 1 deletions

View File

@ -0,0 +1,45 @@
autofs-5.0.7 - fix some automount(8) typos
From: Ian Kent <raven@themaw.net>
Fix a couple of spelling errors in the automount(8) man page
that have been around for a long time.
---
CHANGELOG | 1 +
man/automount.8 | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index d8e4049..488ad1e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -37,6 +37,7 @@
- fix libtirpc build option to require libtirpc-devel if needed.
- fix systemd unidir in spec file.
- document browse option in man page.
+- fix some automount(8) typos.
25/07/2012 autofs-5.0.7
=======================
diff --git a/man/automount.8 b/man/automount.8
index dddebce..7cc32c5 100644
--- a/man/automount.8
+++ b/man/automount.8
@@ -43,7 +43,7 @@ autofs managed mounts.
.TP
.I "\-d, \-\-debug"
Enables logging of general status and progress messages as well as
-debuging messages for all autofs managed mounts.
+debugging messages for all autofs managed mounts.
.TP
.I "\-Dvariable=value"
Define a global macro substitution variable. Global definitions
@@ -133,7 +133,7 @@ unused. If the force umount at exit option is used the filesystems
will be umounted but the mount will not be released by the kernel
until they are no longer in use by the processes that held them busy.
If automount managed filesystems are found mounted when autofs is
-started they will be recoverd unless they are no longer present in
+started they will be recovered unless they are no longer present in
the map in which case they need to umounted manually.
.P
If the option to disable the check to see if the daemon is already

View File

@ -8,7 +8,7 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.0.7
Release: 12%{?dist}
Release: 13%{?dist}
Epoch: 1
License: GPLv2+
Group: System Environment/Daemons
@ -54,6 +54,7 @@ Patch38: autofs-5.0.7-fix-libtirpc-build-option.patch
Patch39: autofs-5.0.7-fix-systemd-unidir-in-spec-file.patch
Patch40: autofs-5.0.7-document-browse-option-in-man-page.patch
Patch41: autofs-5.0.7-fix-automounter-support-on-parisc.patch
Patch42: autofs-5.0.7-fix-some-automount_8-typos.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if %{with_systemd}
BuildRequires: systemd-units
@ -152,6 +153,7 @@ echo %{version}-%{release} > .version
%patch39 -p1
%patch40 -p1
%patch41 -p1
%patch42 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -243,6 +245,9 @@ fi
%dir /etc/auto.master.d
%changelog
* Tue Mar 26 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-13
- fix some automount(8) typos (bz664178).
* Tue Mar 12 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-12
- dont fail on master map self include.
- fix wildcard multi map regression.