diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 22:03:52 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 22:03:52 +0000 |
commit | 374283348fe30bc647014d812b594d6a90790730 (patch) | |
tree | b6419a2487f9b41e6c224b06930d9c7444963fa8 /chapter04/creatingtoolsdir.xml | |
parent | 57071547e7462511d52364a3de28d4719121adfa (diff) |
Brought (hopefully) all references of man/info pages into conformity. Updated typography to reflect this. (merged from trunk r6376)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/creatingtoolsdir.xml')
-rw-r--r-- | chapter04/creatingtoolsdir.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index b6af96d15..15d1cbe4b 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -31,8 +31,8 @@ well:</para> <screen><userinput>ln -s $LFS/tools /</userinput></screen> <note><para>The above command is correct. The <command>ln</command> command has -a few syntactic variations, so be sure to check the <command>info</command> and -<command>man</command> pages before reporting what you may think is an +a few syntactic variations, so be sure to check <command>info coreutils ln</command> and +<filename>ln(1)</filename> before reporting what you may think is an error.</para></note> <para>The created symlink enables the toolchain to be compiled so that |