Remove <trademark> tag

This commit is contained in:
Mark Ovens 2000-08-22 20:03:31 +00:00
parent 7e70d11af3
commit 86fd0574d1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7869
2 changed files with 8 additions and 8 deletions
en_US.ISO8859-1/articles/programming-tools
en_US.ISO_8859-1/articles/programming-tools

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/programming-tools/article.sgml,v 1.11 2000/06/14 13:18:43 alex Exp $ --> <!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/programming-tools/article.sgml,v 1.12 2000/07/26 18:24:50 jim Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> <!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@ -144,7 +144,7 @@
self-respecting personal computer in the 1980s, self-respecting personal computer in the 1980s,
<acronym>BASIC</acronym> has been the first programming <acronym>BASIC</acronym> has been the first programming
language for many programmers. It's also the foundation language for many programmers. It's also the foundation
for <trademark>Visual Basic</trademark>.</para> for Visual Basic.</para>
<para>The <ulink <para>The <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/bwbasic-2.10.tgz">Bywater URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/bwbasic-2.10.tgz">Bywater
@ -620,7 +620,7 @@
systems, C++ source files traditionally end in systems, C++ source files traditionally end in
<filename>.C</filename>, <filename>.cxx</filename> or <filename>.C</filename>, <filename>.cxx</filename> or
<filename>.cc</filename>, rather than the <filename>.cc</filename>, rather than the
<trademark>MS-DOS</trademark> style MS-DOS style
<filename>.cpp</filename> (which was already used for <filename>.cpp</filename> (which was already used for
something else). <command>gcc</command> used to rely on something else). <command>gcc</command> used to rely on
this to work out what kind of compiler to use on the this to work out what kind of compiler to use on the
@ -778,7 +778,7 @@ int main() {
</question> </question>
<answer> <answer>
<para>Unlike <trademark>MS-DOS</trademark>, Unix does not <para>Unlike MS-DOS, Unix does not
look in the current directory when it is trying to find look in the current directory when it is trying to find
out which executable you want it to run, unless you tell out which executable you want it to run, unless you tell
it to. Either type <command>./foobar</command>, which it to. Either type <command>./foobar</command>, which

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/programming-tools/article.sgml,v 1.11 2000/06/14 13:18:43 alex Exp $ --> <!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/programming-tools/article.sgml,v 1.12 2000/07/26 18:24:50 jim Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> <!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
@ -144,7 +144,7 @@
self-respecting personal computer in the 1980s, self-respecting personal computer in the 1980s,
<acronym>BASIC</acronym> has been the first programming <acronym>BASIC</acronym> has been the first programming
language for many programmers. It's also the foundation language for many programmers. It's also the foundation
for <trademark>Visual Basic</trademark>.</para> for Visual Basic.</para>
<para>The <ulink <para>The <ulink
URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/bwbasic-2.10.tgz">Bywater URL="ftp://ftp.FreeBSD.org:pub/FreeBSD/packages/lang/bwbasic-2.10.tgz">Bywater
@ -620,7 +620,7 @@
systems, C++ source files traditionally end in systems, C++ source files traditionally end in
<filename>.C</filename>, <filename>.cxx</filename> or <filename>.C</filename>, <filename>.cxx</filename> or
<filename>.cc</filename>, rather than the <filename>.cc</filename>, rather than the
<trademark>MS-DOS</trademark> style MS-DOS style
<filename>.cpp</filename> (which was already used for <filename>.cpp</filename> (which was already used for
something else). <command>gcc</command> used to rely on something else). <command>gcc</command> used to rely on
this to work out what kind of compiler to use on the this to work out what kind of compiler to use on the
@ -778,7 +778,7 @@ int main() {
</question> </question>
<answer> <answer>
<para>Unlike <trademark>MS-DOS</trademark>, Unix does not <para>Unlike MS-DOS, Unix does not
look in the current directory when it is trying to find look in the current directory when it is trying to find
out which executable you want it to run, unless you tell out which executable you want it to run, unless you tell
it to. Either type <command>./foobar</command>, which it to. Either type <command>./foobar</command>, which