diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-23 20:53:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-23 20:53:49 +0000 |
commit | 976040f4a11fdf01390d685312ef29e4e84ca1cb (patch) | |
tree | 5e278f3f0bc4b5e4da2ee1114e7ed880b2a88a12 /chapter06 | |
parent | e040ad195fdeed3a0f1d0ac62272491892cd238c (diff) |
Update to man-pages-3.65.
Text changes in Chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/acl.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index f38211e32..ee3c459bd 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -54,9 +54,8 @@ <para>Additionally, fix a bug that causes <command>getfacl -e</command> to segfault on overly long group name:</para> -<screen><userinput remap="pre">sed -i -e "s|: TABS-1;|&\n\n\t\t\tif (x > (TABS-1))\n\t\t\t\tx = (TABS-1);\n|" \ +<screen><userinput remap="pre">sed -i -e "/TABS-1;/a if (x > (TABS-1)) x = (TABS-1);" \ libacl/__acl_to_any_text.c</userinput></screen> - <para>Prepare Acl for compilation:</para> |