diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
commit | 90e3cb3f0e14cadecc0edf2b6de96ee432bc60de (patch) | |
tree | abdbfa8e4dbf97a986c0469999b15df80cceadfe /appendixa/lfs-utils-desc.xml | |
parent | c288d971d11a78cde87a5f4c0583ab9a43fbfeba (diff) |
Replacing several <userinput> tags by <command>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/lfs-utils-desc.xml')
-rw-r--r-- | appendixa/lfs-utils-desc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/lfs-utils-desc.xml b/appendixa/lfs-utils-desc.xml index 869164285..a0d6cf832 100644 --- a/appendixa/lfs-utils-desc.xml +++ b/appendixa/lfs-utils-desc.xml @@ -4,14 +4,14 @@ It is used in scripts.</para> <para><command>tempfile</command> creates temporary files in a less secure -manner than <userinput>mktemp</userinput>. It is installed for +manner than <command>mktemp</command>. It is installed for backwards-compatibility.</para> <para>The <command>http-get</command> script takes advantage of a little known -feature of <userinput>bash</userinput> called "net redirection". It is used to +feature of <command>bash</command> called "net redirection". It is used to download from websites without using any other programs.</para> -<para><command>iana-net</command> uses the <userinput>http-get</userinput> +<para><command>iana-net</command> uses the <command>http-get</command> script to simplify the process of procuring IANA's services and protocols configuration files.</para> |