fix typos in setfacl(1) man page (#675451)
This commit is contained in:
parent
099dce348a
commit
b6546a90e0
27
acl-2.2.49-bz675451.patch
Normal file
27
acl-2.2.49-bz675451.patch
Normal file
@ -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
|
9
acl.spec
9
acl.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Access control list utilities
|
Summary: Access control list utilities
|
||||||
Name: acl
|
Name: acl
|
||||||
Version: 2.2.49
|
Version: 2.2.49
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -23,6 +23,9 @@ Patch4: acl-2.2.49-tests.patch
|
|||||||
# bz #576550
|
# bz #576550
|
||||||
Patch5: acl-2.2.49-setfacl-restore.patch
|
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+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://oss.sgi.com/projects/xfs/
|
URL: http://oss.sgi.com/projects/xfs/
|
||||||
@ -61,6 +64,7 @@ defined in POSIX 1003.1e draft standard 17.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch .census
|
touch .census
|
||||||
@ -134,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/%{_lib}/libacl.so.*
|
/%{_lib}/libacl.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 29 2011 Kamil Dudka <kdudka@redhat.com> 2.2.49-10
|
||||||
|
- fix typos in setfacl(1) man page (#675451)
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.49-9
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.49-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user