[acl/f14] fix typos in setfacl(1) man page (#675451)

Kamil Dudka kdudka at fedoraproject.org
Fri Jul 8 11:29:21 UTC 2011


commit 0319f960b945ac0c3634a981a6a1e5672f69c80b
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Mar 29 13:39:53 2011 +0200

    fix typos in setfacl(1) man page (#675451)

 acl-2.2.49-bz675451.patch |   27 +++++++++++++++++++++++++++
 acl.spec                  |    9 ++++++++-
 2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/acl-2.2.49-bz675451.patch b/acl-2.2.49-bz675451.patch
new file mode 100644
index 0000000..9417ab0
--- /dev/null
+++ b/acl-2.2.49-bz675451.patch
@@ -0,0 +1,27 @@
+ man/man1/setfacl.1 |    6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/man/man1/setfacl.1 b/man/man1/setfacl.1
+index 25908e2..776f22d 100644
+--- a/man/man1/setfacl.1
++++ b/man/man1/setfacl.1
+@@ -62,7 +62,7 @@ ACL entries for this operation must include permissions.
+ 
+ The
+ .IR "\-x (\-\-remove)" " and " "\-X (\-\-remove-file)"
+-options remove ACL enries. Only
++options remove ACL entries. Only
+ ACL entries without the
+ .I perms
+ field are accepted as parameters, unless POSIXLY_CORRECT is defined.
+@@ -240,8 +240,8 @@ owner, owning group, or others entry, a copy of the ACL owner, owning group, or
+ .IP * 4
+ If a Default ACL contains named user entries or named group entries, and no mask entry exists, a mask entry containing the same permissions as the default Default ACL's group entry is added. Unless the
+ .I \-n
+-option is given, the permissions of the mask entry are further adjusted to inclu
+-de the union of all permissions affected by the mask entry. (See the
++option is given, the permissions of the mask entry are further adjusted to
++include the union of all permissions affected by the mask entry. (See the
+ .I \-n
+ option description).
+ .PP
diff --git a/acl.spec b/acl.spec
index 3b3d99c..9ff0fb8 100644
--- a/acl.spec
+++ b/acl.spec
@@ -1,7 +1,7 @@
 Summary: Access control list utilities
 Name: acl
 Version: 2.2.49
-Release: 8%{?dist}
+Release: 9%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gawk
 BuildRequires: gettext
@@ -23,6 +23,9 @@ Patch4: acl-2.2.49-tests.patch
 # bz #576550
 Patch5: acl-2.2.49-setfacl-restore.patch
 
+# fix typos in setfacl(1) man page (#675451)
+Patch6: acl-2.2.49-bz675451.patch
+
 License: GPLv2+
 Group: System Environment/Base
 URL: http://oss.sgi.com/projects/xfs/
@@ -61,6 +64,7 @@ defined in POSIX 1003.1e draft standard 17.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 touch .census
@@ -134,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 /%{_lib}/libacl.so.*
 
 %changelog
+* Fri Jul 08 2011 Kamil Dudka <kdudka at redhat.com> 2.2.49-9
+- fix typos in setfacl(1) man page (#675451)
+
 * Thu Jul 08 2010 Kamil Dudka <kdudka at redhat.com> 2.2.49-8
 - remove dependency of libacl-devel on nfs-utils-lib and openldap
 


More information about the scm-commits mailing list