Use <envar> rather than <systemitem class="...">, which was breaking the
build.
This commit is contained in:
parent
06e1a7b45d
commit
0184081635
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9154
2 changed files with 10 additions and 10 deletions
en_US.ISO8859-1/books/developers-handbook/tools
en_US.ISO_8859-1/books/developers-handbook/tools
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/tools/chapter.sgml,v 1.1 2000/11/28 18:21:36 asmodai Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/tools/chapter.sgml,v 1.2 2001/04/09 00:33:45 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="tools">
|
||||
|
@ -775,8 +775,8 @@ int main() {
|
|||
it to. Either type <command>./foobar</command>, which
|
||||
means <quote>run the file called
|
||||
<filename>foobar</filename> in the current
|
||||
directory</quote>, or change your <systemitem
|
||||
class=environvar>PATH</systemitem> environment
|
||||
directory</quote>, or change your <envar>PATH</envar>
|
||||
environment
|
||||
variable so that it looks something like</para>
|
||||
|
||||
<informalexample>
|
||||
|
@ -1810,8 +1810,8 @@ else if (pid == 0) { /* child */
|
|||
Emacs!
|
||||
|
||||
<footnote>
|
||||
<para>Many Emacs users set their <systemitem
|
||||
class=environvar>EDITOR</systemitem> environment to
|
||||
<para>Many Emacs users set their <envar>EDITOR</envar>
|
||||
environment to
|
||||
<literal>emacsclient</literal> so this happens every
|
||||
time they need to edit a file.</para>
|
||||
</footnote></para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/tools/chapter.sgml,v 1.1 2000/11/28 18:21:36 asmodai Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/developers-handbook/tools/chapter.sgml,v 1.2 2001/04/09 00:33:45 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="tools">
|
||||
|
@ -775,8 +775,8 @@ int main() {
|
|||
it to. Either type <command>./foobar</command>, which
|
||||
means <quote>run the file called
|
||||
<filename>foobar</filename> in the current
|
||||
directory</quote>, or change your <systemitem
|
||||
class=environvar>PATH</systemitem> environment
|
||||
directory</quote>, or change your <envar>PATH</envar>
|
||||
environment
|
||||
variable so that it looks something like</para>
|
||||
|
||||
<informalexample>
|
||||
|
@ -1810,8 +1810,8 @@ else if (pid == 0) { /* child */
|
|||
Emacs!
|
||||
|
||||
<footnote>
|
||||
<para>Many Emacs users set their <systemitem
|
||||
class=environvar>EDITOR</systemitem> environment to
|
||||
<para>Many Emacs users set their <envar>EDITOR</envar>
|
||||
environment to
|
||||
<literal>emacsclient</literal> so this happens every
|
||||
time they need to edit a file.</para>
|
||||
</footnote></para>
|
||||
|
|
Loading…
Reference in a new issue