Add a missing character, remove an extraneous parenthesis, and move a

period out of <literal>.

PR:		29866
Submitted by:	Saeki Takashi <saeki@jp.FreeBSD.org>
This commit is contained in:
Dima Dorfman 2001-08-14 05:24:23 +00:00
parent 4cc873c196
commit e5faa9239e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10342

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.159 2001/07/17 22:20:51 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.160 2001/07/22 19:05:17 imp Exp $
-->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -800,10 +800,10 @@ lib/X11/oneko/mouse.xpm
from an earlier epoch to fail (i.e. the package would not
be detected as out of date): the new version number (e.g.
<literal>1.0,1</literal> in the above example) is still
numerically less than the previous version (2000801), but
numerically less than the previous version (20000801), but
the <literal>,1</literal> suffix is treated specially by
automated tools and found to be greater than the implied
suffix ",0" on the earlier package)</para>
suffix ",0" on the earlier package.</para>
<para>It is expected that <makevar>PORTEPOCH</makevar> will
not be used for the majority of ports, and that sensible
@ -3405,7 +3405,7 @@ post-install:
<programlisting>-DPAGER=\"&dollar;{LOCALBASE}/bin/less\"</programlisting>
if this is an X port, instead of
<literal>-DPAGER=\"/usr/local/bin/less\".</literal> This way it will
<literal>-DPAGER=\"/usr/local/bin/less\"</literal>. This way it will
have a better chance of working if the system administrator has
moved the whole `/usr/local' tree somewhere else.</para>
</sect1>