[attr/f14/master] fix typos in attr(1) man page (#669095)

Kamil Dudka kdudka at fedoraproject.org
Tue Mar 29 10:52:04 UTC 2011


commit bf4f181adb5c5bd2c51dc8601856287976ae364c
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Mar 29 12:47:20 2011 +0200

    fix typos in attr(1) man page (#669095)

 attr-2.4.44-bz669095.patch |   35 +++++++++++++++++++++++++++++++++++
 attr.spec                  |    9 ++++++++-
 2 files changed, 43 insertions(+), 1 deletions(-)
---
diff --git a/attr-2.4.44-bz669095.patch b/attr-2.4.44-bz669095.patch
new file mode 100644
index 0000000..3838a3a
--- /dev/null
+++ b/attr-2.4.44-bz669095.patch
@@ -0,0 +1,35 @@
+From 5c6e19a6ef4b3acb15665fadeb9c7305e1bebaf4 Mon Sep 17 00:00:00 2001
+From: Kamil Dudka <address at hidden>
+Date: Thu, 13 Jan 2011 12:08:32 +0100
+Subject: [PATCH] fix typos in attr.1 man page
+
+Contributed by John Bradshaw.
+---
+ man/man1/attr.1 |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/man/man1/attr.1 b/man/man1/attr.1
+index b265823..392464c 100644
+--- a/man/man1/attr.1
++++ b/man/man1/attr.1
+@@ -76,7 +76,7 @@ and
+ address spaces.
+ The
+ .B root
+-address space is accessable only to the superuser,
++address space is accessible only to the superuser,
+ and then only by specifying a flag argument to the function call.
+ Other users will not see or be able to modify attributes in the
+ .B root
+@@ -127,7 +127,7 @@ option tells
+ .I attr
+ to remove an attribute with the given name from the object if the
+ attribute exists.
+-There is no output on sucessful completion.
++There is no output on successful completion.
+ .TP
+ .B SET/CREATE
+ The
+-- 
+1.7.4.rc1
+
diff --git a/attr.spec b/attr.spec
index 98c6ecd..04dac7c 100644
--- a/attr.spec
+++ b/attr.spec
@@ -1,7 +1,7 @@
 Summary: Utilities for managing filesystem extended attributes
 Name: attr
 Version: 2.4.44
-Release: 6%{?dist}
+Release: 7%{?dist}
 Conflicts: xfsdump < 2.0.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source: http://download.savannah.gnu.org/releases-noredirect/attr/attr-%{version}.src.tar.gz
@@ -33,6 +33,9 @@ Patch7: attr-2.4.44-bz660619.patch
 # walk_tree: do not follow symlink to directory with -h (#660613)
 Patch8: attr-2.4.44-bz660613.patch
 
+# fix typos in attr(1) man page (#669095)
+Patch9: attr-2.4.44-bz669095.patch
+
 License: GPLv2+
 URL: http://oss.sgi.com/projects/xfs/
 Group: System Environment/Base
@@ -86,6 +89,7 @@ you'll also want to install attr.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 # test-suite helper script
 install -m0755 %{SOURCE2} test/
@@ -163,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
 /%{_lib}/libattr.so.*
 
 %changelog
+* Tue Mar 29 2011 Kamil Dudka <kdudka at redhat.com> 2.2.44-7
+- fix typos in attr(1) man page (#669095)
+
 * Wed Jan 05 2011 Kamil Dudka <kdudka at redhat.com> 2.2.44-6
 - setfattr.1: document supported encodings of values (#587516)
 - getfattr: encode NULs properly with --encoding=text (#650539)


More information about the scm-commits mailing list