php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30727 Double at under copyright notice
Submitted: 2004-11-09 05:38 UTC Modified: 2004-11-09 16:05 UTC
From: matt at atopia dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.2 OS: FreeBSD
Private report: No CVE-ID: None
 [2004-11-09 05:38 UTC] matt at atopia dot net
Description:
------------
man php returns the following gramatical error:

  This  source file is subject to version 3.0 of the PHP license, that is
       bundled with this package in the file  LICENSE,  and  is  available  at
       through the world-wide-web at
       http://www.php.net/license/3_0.txt


The word "at" after 'available' and before 'through' should be removed.

Sorry if this is a bad bug report, though I hear grammatical errors are welcomed.

-Matt


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-09 09:04 UTC] vrana@php.net
Patch sent to internals:

Index: php.1.in
===================================================================
RCS file: /repository/php-src/sapi/cli/php.1.in,v
retrieving revision 1.7
diff -u -r1.7 php.1.in
--- php.1.in    2 May 2004 09:14:02 -0000       1.7
+++ php.1.in    9 Nov 2004 08:00:40 -0000
@@ -380,7 +380,7 @@
 .LP
 This source file is subject to version 3.0 of the PHP license,
 that is bundled with this package in the file LICENSE, and is
-available at through the world-wide-web at
+available through the world-wide-web at
 .PD 0
 .P
 .B http://www.php.net/license/3_0.txt

 [2004-11-09 16:05 UTC] fmk@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 10 06:01:34 2025 UTC