aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml
diff options
context:
space:
mode:
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.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>