aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2000-10-31 19:36:16 +0000
committerNik Clayton <nik@FreeBSD.org>2000-10-31 19:36:16 +0000
commit5e0002d7f0db466834e25c06356ef8e76cdd91e4 (patch)
tree3b275c58790f55869967b0034f33baff2290ad60 /en_US.ISO_8859-1
parent9e78b472996ea6c3bfd48a5995b45682ad59f698 (diff)
downloaddoc-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')
-rw-r--r--en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml6
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>