diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-02-15 14:23:10 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-02-15 14:23:10 +0000 |
commit | b2cb71ac08ece9ac840b67d4f087cc38fa248705 (patch) | |
tree | 8a2b9e6a380488870cc5fa84679b730450229d36 /chapter06 | |
parent | d89628d9d9b7518ec8f94c563737c22af1f2f431 (diff) |
fix the name of a program ont the attr page: setattr -> setfattr
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11524 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/attr.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml index 56c9fa848..de93a2b43 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -87,7 +87,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput <segtitle>Installed directories</segtitle> <seglistitem> - <seg>attr, getfattr, and setattr</seg> + <seg>attr, getfattr, and setfattr</seg> <seg>libattr.so</seg> <seg>/usr/include/attr and /usr/share/doc/attr-&attr-version;</seg> </seglistitem> @@ -118,12 +118,12 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput </listitem> </varlistentry> - <varlistentry id="setattr"> - <term><command>setattr</command></term> + <varlistentry id="setfattr"> + <term><command>setfattr</command></term> <listitem> <para>Sets the extended attributes of filesystem objects</para> - <indexterm zone="ch-system-attr setattr"> - <primary sortas="b-setattr">setattr</primary> + <indexterm zone="ch-system-attr setfattr"> + <primary sortas="b-setfattr">setfattr</primary> </indexterm> </listitem> </varlistentry> |