Replace <screen> elements with <programlisting> elements when discussing
modification of standard-supfile Reviewed by: manolis Obtained from: The FreeBSD Hungarian Documentation Project
This commit is contained in:
parent
99a230e377
commit
ad7dcb1332
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33147
1 changed files with 2 additions and 2 deletions
|
@ -271,11 +271,11 @@
|
|||
&os;, and not &os.current;. You will need to edit this
|
||||
file and replace the following line:</para>
|
||||
|
||||
<screen>*default release=cvs tag=RELENG_<replaceable>X</replaceable>_<replaceable>Y</replaceable></screen>
|
||||
<programlisting>*default release=cvs tag=RELENG_<replaceable>X</replaceable>_<replaceable>Y</replaceable></programlisting>
|
||||
|
||||
<para>With this one:</para>
|
||||
|
||||
<screen>*default release=cvs tag=.</screen>
|
||||
<programlisting>*default release=cvs tag=.</programlisting>
|
||||
|
||||
<para>For a detailed explanation of usable tags, please
|
||||
refer to the Handbook's <link
|
||||
|
|
Loading…
Reference in a new issue