Fix a stray <emphasis role="tt"> by changing it to <filename>.
This commit is contained in:
parent
c2537029e3
commit
a569bef5f1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5841
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.8 1999/10/04 21:36:22 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.9 1999/10/12 12:22:31 jhb Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
|
@ -401,8 +401,8 @@ do:
|
|||
<para>
|
||||
This would copy <filename>rc.conf</filename> to
|
||||
<filename>rc.conf.orig</filename>, and you could later copy
|
||||
<filename>rc.conf.orig</filename> to <emphasis
|
||||
remap=tt>rc.conf</emphasis> to recover the original. But even
|
||||
<filename>rc.conf.orig</filename> to <filename>
|
||||
rc.conf</filename> to recover the original. But even
|
||||
better would be moving (renaming) and then copying back:
|
||||
</para>
|
||||
<informalexample>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.8 1999/10/04 21:36:22 jesusr Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.9 1999/10/12 12:22:31 jhb Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
|
@ -401,8 +401,8 @@ do:
|
|||
<para>
|
||||
This would copy <filename>rc.conf</filename> to
|
||||
<filename>rc.conf.orig</filename>, and you could later copy
|
||||
<filename>rc.conf.orig</filename> to <emphasis
|
||||
remap=tt>rc.conf</emphasis> to recover the original. But even
|
||||
<filename>rc.conf.orig</filename> to <filename>
|
||||
rc.conf</filename> to recover the original. But even
|
||||
better would be moving (renaming) and then copying back:
|
||||
</para>
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue