diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2016-03-07 01:12:07 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2016-03-07 01:12:07 +0000 |
commit | f64bcb6efd1b0b32579462151829972ad959705c (patch) | |
tree | fa0cb782feb5ba8e95d68fe9043e42de751763fe /chapter05 | |
parent | 34e6c3aeffb7003596b4667c96370d0f6827afc7 (diff) |
Ensure that gawk is displayed as a command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11031 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/ncurses.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 26ef70464..09d8160a0 100644 --- a/chapter05/ncurses.xml +++ b/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> |