diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 21:32:47 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-04 21:32:47 +0000 |
commit | a1a7f4f337b99bc16ce9d0f539d7a7f4f0fa4a51 (patch) | |
tree | 762b40b3ca0cb703e9be4186870ff9158df61b44 /chapter04 | |
parent | ae318839a8635e3dab5d60cd53bd7ab962b9631c (diff) |
Brought (hopefully) all references of man/info pages into conformity. Updated typography to reflect this.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/addinguser.xml | 4 | ||||
-rw-r--r-- | chapter04/creatingtoolsdir.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index d5ecc8336..67b9f44d6 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -83,8 +83,8 @@ following substitute user command:</para> <para>The <quote><parameter>-</parameter></quote> instructs <command>su</command> to start a login shell as opposed to a non-login shell. -The difference between these two types of shells can be found in detail in the -<command>man</command> and <command>info</command> pages for Bash.</para> +The difference between these two types of shells can be found in detail in +<filename>bash(1)</filename> and <command>info bash</command>.</para> </sect1> 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 |