aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-04-22 14:34:30 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-04-22 14:34:30 +0000
commitc3070fb58645735f364c91df40e7b1705b003d2d (patch)
tree13a333a052f18c04dc1803d716d716bcc28c844b /chapter06
parent5af3f9e783b61468cc9d281c866a5c5fb58db334 (diff)
Fix indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10544 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/acl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml
index 238ca6f39..f38211e32 100644
--- a/chapter06/acl.xml
+++ b/chapter06/acl.xml
@@ -55,7 +55,7 @@
to segfault on overly long group name:</para>
<screen><userinput remap="pre">sed -i -e "s|: TABS-1;|&amp;\n\n\t\t\tif (x > (TABS-1))\n\t\t\t\tx = (TABS-1);\n|" \
- libacl/__acl_to_any_text.c</userinput></screen>
+ libacl/__acl_to_any_text.c</userinput></screen>
<para>Prepare Acl for compilation:</para>