Browse Source

gdbm: make spacing consistent

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 years ago
parent
commit
67f507c3d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter06/gdbm.xml

+ 1 - 1
chapter06/gdbm.xml

@@ -46,7 +46,7 @@
 
     <para>Prepare GDBM for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr \
+<screen><userinput remap="configure">./configure --prefix=/usr    \
             --disable-static \
             --enable-libgdbm-compat</userinput></screen>