diff options
author | Nik Clayton <nik@FreeBSD.org> | 2000-10-31 19:36:16 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2000-10-31 19:36:16 +0000 |
commit | 5e0002d7f0db466834e25c06356ef8e76cdd91e4 (patch) | |
tree | 3b275c58790f55869967b0034f33baff2290ad60 /en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml | |
parent | 9e78b472996ea6c3bfd48a5995b45682ad59f698 (diff) | |
download | doc-5e0002d7f0db466834e25c06356ef8e76cdd91e4.tar.gz doc-5e0002d7f0db466834e25c06356ef8e76cdd91e4.zip |
<command> -> <userinput> in an example, to be consistent with how we tell
people it should be done. Noticed this when browsing the KDE DocBook
documentation, which makes exactly the same mistake.
Notes
Notes:
svn path=/head/; revision=8263
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml')
-rw-r--r-- | en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml b/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml index f2f01781d7..efe06cd9ad 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml +++ b/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.12 2000/07/07 18:38:37 dannyboy Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml,v 1.13 2000/08/08 18:25:31 nik Exp $ --> <chapter id="sgml-primer"> @@ -71,7 +71,7 @@ <blockquote> <para>To remove <filename>/tmp/foo</filename> use &man.rm.1;.</para> - <screen>&prompt.user; <command>rm /tmp/foo</command></screen> + <screen>&prompt.user; <userinput>rm /tmp/foo</userinput></screen> </blockquote> and easily see which parts are filenames, which are commands to be typed @@ -101,7 +101,7 @@ <programlisting><![ CDATA [ <para>To remove <filename>/tmp/foo</filename> use &man.rm.1;.</para> -<screen>&prompt.user; <command>rm /tmp/foo</command></screen>]]></programlisting> +<screen>&prompt.user; <userinput>rm /tmp/foo</userinput></screen>]]></programlisting> <para>As you can see, the markup is clearly separate from the content.</para> |