Browse Source

Ensure that gawk is displayed as a command

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11031 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Chris Staub 9 năm trước cách đây
mục cha
commit
f64bcb6efd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      chapter05/ncurses.xml

+ 1 - 1
chapter05/ncurses.xml

@@ -43,7 +43,7 @@
   <sect2 role="installation">
     <title>Installation of Ncurses</title>
 
-    <para>First, ensure that gawk is found first during configuration:</para>
+    <para>First, ensure that <command>gawk</command> is found first during configuration:</para>
 
 <screen><userinput remap="pre">sed -i s/mawk// configure</userinput></screen>