DocBook police: use man page entities where appropriate.

This commit is contained in:
Dima Dorfman 2001-06-03 21:39:52 +00:00
parent 5284d9ba77
commit 006caeb4c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9536
6 changed files with 42 additions and 36 deletions

View file

@ -19,7 +19,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.68 2001/05/29 19:29:25 gsutter Exp $</pubdate> <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.69 2001/06/02 05:45:59 dd Exp $</pubdate>
<copyright> <copyright>
<year>1999</year> <year>1999</year>
@ -516,11 +516,11 @@
</itemizedlist> </itemizedlist>
<para>You'll almost certainly get a conflict because <para>You'll almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.69 2001-06-02 05:45:59 dd Exp $</literal> (or in FreeBSD's case, of the <literal>$Id: article.sgml,v 1.70 2001-06-03 21:39:50 dd Exp $</literal> (or in FreeBSD's case,
<literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you'll have to edit <literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you'll have to edit
the file to resolve the conflict (remove the marker lines and the file to resolve the conflict (remove the marker lines and
the second <literal>$Id: article.sgml,v 1.69 2001-06-02 05:45:59 dd Exp $</literal> line, leaving the original the second <literal>$Id: article.sgml,v 1.70 2001-06-03 21:39:50 dd Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.69 2001-06-02 05:45:59 dd Exp $</literal> line intact).</para> <literal>$Id: article.sgml,v 1.70 2001-06-03 21:39:50 dd Exp $</literal> line intact).</para>
</listitem> </listitem>
<listitem> <listitem>
@ -1047,7 +1047,8 @@ docs:Documentation Bug:nik:</programlisting>
<term>&a.ru;</term> <term>&a.ru;</term>
<listitem> <listitem>
<para>Ruslan is Mr mdoc(7). If you are writing a man page and need <para>Ruslan is Mister &man.mdoc.7;. If you are writing a
man page and need
some advice on the structure, or the markup, ask Ruslan.</para> some advice on the structure, or the markup, ask Ruslan.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.44 2001/05/14 03:08:01 murray Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.45 2001/06/01 07:22:39 murray Exp $
--> -->
<chapter id="security"> <chapter id="security">
@ -822,7 +822,7 @@ lrwxr-xr-x 1 root wheel 15 Mar 19 06:56 libcrypt_p.a -&gt; libdescrypt_p.a</s
<quote>passwd_format</quote> login capability in <quote>passwd_format</quote> login capability in
<filename>/etc/login.conf</filename>, which takes values of <filename>/etc/login.conf</filename>, which takes values of
either <quote>des</quote> or <quote>md5</quote>. See the either <quote>des</quote> or <quote>md5</quote>. See the
login.conf(5) manpage for more information about login &man.login.conf.5; manpage for more information about login
capabilities.</para> capabilities.</para>
</sect2> </sect2>
</sect1> </sect1>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.146 2001/06/02 03:00:07 dd Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.147 2001/06/02 23:58:23 dd Exp $
--> -->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -2659,7 +2659,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>2.2-STABLE after semctl(2) change</entry> <entry>2.2-STABLE after &man.semctl.2; change</entry>
<entry>227002</entry> <entry>227002</entry>
</row> </row>
@ -2674,17 +2674,17 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>3.0-CURRENT before mount(2) change</entry> <entry>3.0-CURRENT before &man.mount.2; change</entry>
<entry>300000</entry> <entry>300000</entry>
</row> </row>
<row> <row>
<entry>3.0-CURRENT after mount(2) change</entry> <entry>3.0-CURRENT after &man.mount.2; change</entry>
<entry>300001</entry> <entry>300001</entry>
</row> </row>
<row> <row>
<entry>3.0-CURRENT after semctl(2) change</entry> <entry>3.0-CURRENT after &man.semctl.2; change</entry>
<entry>300002</entry> <entry>300002</entry>
</row> </row>
@ -2756,7 +2756,8 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>3.3-STABLE after adding mkstemps() to libc</entry> <entry>3.3-STABLE after adding &man.mkstemp.3;
to libc</entry>
<entry>330002</entry> <entry>330002</entry>
</row> </row>
@ -2788,7 +2789,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.0-CURRENT after functioning dladdr(3)</entry> <entry>4.0-CURRENT after functioning &man.dladdr.3;</entry>
<entry>400003</entry> <entry>400003</entry>
</row> </row>
@ -2801,7 +2802,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.0-CURRENT after suser(9) API change <entry>4.0-CURRENT after &man.suser.9; API change
(also 4.0-CURRENT after newbus)</entry> (also 4.0-CURRENT after newbus)</entry>
<entry>400005</entry> <entry>400005</entry>
</row> </row>
@ -2831,7 +2832,8 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.0-CURRENT after fixing a hole in jail(2)</entry> <entry>4.0-CURRENT after fixing a hole
in &man.jail.2;</entry>
<entry>400010</entry> <entry>400010</entry>
</row> </row>
@ -2903,7 +2905,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.1-STABLE after setproctitle() moved from <entry>4.1-STABLE after &man.setproctitle.3; moved from
libutil to libc.</entry> libutil to libc.</entry>
<entry>410002</entry> <entry>410002</entry>
</row> </row>
@ -2997,7 +2999,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>5.0-CURRENT after setproctitle() moved from <entry>5.0-CURRENT after &man.setproctitle.3; moved from
libutil to libc.</entry> libutil to libc.</entry>
<entry>500012</entry> <entry>500012</entry>
</row> </row>

View file

@ -19,7 +19,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.68 2001/05/29 19:29:25 gsutter Exp $</pubdate> <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml,v 1.69 2001/06/02 05:45:59 dd Exp $</pubdate>
<copyright> <copyright>
<year>1999</year> <year>1999</year>
@ -516,11 +516,11 @@
</itemizedlist> </itemizedlist>
<para>You'll almost certainly get a conflict because <para>You'll almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.69 2001-06-02 05:45:59 dd Exp $</literal> (or in FreeBSD's case, of the <literal>$Id: article.sgml,v 1.70 2001-06-03 21:39:50 dd Exp $</literal> (or in FreeBSD's case,
<literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you'll have to edit <literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you'll have to edit
the file to resolve the conflict (remove the marker lines and the file to resolve the conflict (remove the marker lines and
the second <literal>$Id: article.sgml,v 1.69 2001-06-02 05:45:59 dd Exp $</literal> line, leaving the original the second <literal>$Id: article.sgml,v 1.70 2001-06-03 21:39:50 dd Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.69 2001-06-02 05:45:59 dd Exp $</literal> line intact).</para> <literal>$Id: article.sgml,v 1.70 2001-06-03 21:39:50 dd Exp $</literal> line intact).</para>
</listitem> </listitem>
<listitem> <listitem>
@ -1047,7 +1047,8 @@ docs:Documentation Bug:nik:</programlisting>
<term>&a.ru;</term> <term>&a.ru;</term>
<listitem> <listitem>
<para>Ruslan is Mr mdoc(7). If you are writing a man page and need <para>Ruslan is Mister &man.mdoc.7;. If you are writing a
man page and need
some advice on the structure, or the markup, ask Ruslan.</para> some advice on the structure, or the markup, ask Ruslan.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.44 2001/05/14 03:08:01 murray Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.45 2001/06/01 07:22:39 murray Exp $
--> -->
<chapter id="security"> <chapter id="security">
@ -822,7 +822,7 @@ lrwxr-xr-x 1 root wheel 15 Mar 19 06:56 libcrypt_p.a -&gt; libdescrypt_p.a</s
<quote>passwd_format</quote> login capability in <quote>passwd_format</quote> login capability in
<filename>/etc/login.conf</filename>, which takes values of <filename>/etc/login.conf</filename>, which takes values of
either <quote>des</quote> or <quote>md5</quote>. See the either <quote>des</quote> or <quote>md5</quote>. See the
login.conf(5) manpage for more information about login &man.login.conf.5; manpage for more information about login
capabilities.</para> capabilities.</para>
</sect2> </sect2>
</sect1> </sect1>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.146 2001/06/02 03:00:07 dd Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml,v 1.147 2001/06/02 23:58:23 dd Exp $
--> -->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -2659,7 +2659,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>2.2-STABLE after semctl(2) change</entry> <entry>2.2-STABLE after &man.semctl.2; change</entry>
<entry>227002</entry> <entry>227002</entry>
</row> </row>
@ -2674,17 +2674,17 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>3.0-CURRENT before mount(2) change</entry> <entry>3.0-CURRENT before &man.mount.2; change</entry>
<entry>300000</entry> <entry>300000</entry>
</row> </row>
<row> <row>
<entry>3.0-CURRENT after mount(2) change</entry> <entry>3.0-CURRENT after &man.mount.2; change</entry>
<entry>300001</entry> <entry>300001</entry>
</row> </row>
<row> <row>
<entry>3.0-CURRENT after semctl(2) change</entry> <entry>3.0-CURRENT after &man.semctl.2; change</entry>
<entry>300002</entry> <entry>300002</entry>
</row> </row>
@ -2756,7 +2756,8 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>3.3-STABLE after adding mkstemps() to libc</entry> <entry>3.3-STABLE after adding &man.mkstemp.3;
to libc</entry>
<entry>330002</entry> <entry>330002</entry>
</row> </row>
@ -2788,7 +2789,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.0-CURRENT after functioning dladdr(3)</entry> <entry>4.0-CURRENT after functioning &man.dladdr.3;</entry>
<entry>400003</entry> <entry>400003</entry>
</row> </row>
@ -2801,7 +2802,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.0-CURRENT after suser(9) API change <entry>4.0-CURRENT after &man.suser.9; API change
(also 4.0-CURRENT after newbus)</entry> (also 4.0-CURRENT after newbus)</entry>
<entry>400005</entry> <entry>400005</entry>
</row> </row>
@ -2831,7 +2832,8 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.0-CURRENT after fixing a hole in jail(2)</entry> <entry>4.0-CURRENT after fixing a hole
in &man.jail.2;</entry>
<entry>400010</entry> <entry>400010</entry>
</row> </row>
@ -2903,7 +2905,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>4.1-STABLE after setproctitle() moved from <entry>4.1-STABLE after &man.setproctitle.3; moved from
libutil to libc.</entry> libutil to libc.</entry>
<entry>410002</entry> <entry>410002</entry>
</row> </row>
@ -2997,7 +2999,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
</row> </row>
<row> <row>
<entry>5.0-CURRENT after setproctitle() moved from <entry>5.0-CURRENT after &man.setproctitle.3; moved from
libutil to libc.</entry> libutil to libc.</entry>
<entry>500012</entry> <entry>500012</entry>
</row> </row>