瀏覽代碼

gdbm: make spacing consistent

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 6 年之前
父節點
當前提交
46d1314051
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>