Bug 29688

Summary: Trivial typographic error in porters-handbook
Product: Documentation Reporter: Saeki Takashi <saeki>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: saeki
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Saeki Takashi 2001-08-14 01:30:24 UTC
	I found some trivial typographic error in doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
	during translation work into Japanese.
	In addition to the attached patch, a sentence from line 798
	have three '(' and four ')'.
	I think this as parenthesis nesting error,
	but can't guess correct nesting, sorry.

Fix: 

Best Regards,
saeki--nxExa1TDKajKmNf4JCXHPj7Edc5Bp1n8Jc8zqcVPtQFDT66q
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** book.sgml-en.160	Sun Aug 12 15:08:23 2001
--- book.sgml-en.new	Sun Aug 12 15:08:23 2001
***************
*** 800,806 ****
  	    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
  	    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>
--- 800,806 ----
  	    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 (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>
***************
*** 3405,3411 ****
            <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
            have a better chance of working if the system administrator has
            moved the whole `/usr/local' tree somewhere else.</para>
        </sect1>
--- 3405,3411 ----
            <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
            have a better chance of working if the system administrator has
            moved the whole `/usr/local' tree somewhere else.</para>
        </sect1>
How-To-Repeat: 	see http://www.FreeBSD.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
Comment 1 dd freebsd_committer freebsd_triage 2001-08-14 06:23:01 UTC
State Changed
From-To: open->closed

Applied, thanks!