浏览代码

minor layout change (cat >~filename -> cat > ~filename)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 年之前
父节点
当前提交
5144fd39c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter05/installasuser.xml

+ 1 - 1
chapter05/installasuser.xml

@@ -27,7 +27,7 @@ the normal way through the console or the display manager, or with
 <userinput>su - lfs</userinput>. When you're working as user "lfs", type
 the following commands to setup a good environment to work in:</para>
 
-<para><screen><userinput>cat >~/.bash_profile <<"EOF"
+<para><screen><userinput>cat > ~/.bash_profile <<"EOF"
 #!/bin/sh
 umask 022