diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-05-30 09:24:09 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-05-30 09:24:09 +0000 |
commit | b4c0f7637c798de02ac6726ed679830a38320ccd (patch) | |
tree | 2333a51ecf48ca99b902fb6a0d766b720716e543 /share | |
parent | b17ba1c6b85ca8c3eab6834e65fafe5ff0bea386 (diff) |
php5 -> php, php5 has left the ports tree.
from Jesper Wallin
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/ports.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 3fb2aec1d27..551684947fe 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.125 2019/03/10 21:31:49 jmc Exp $ +.\" $OpenBSD: ports.7,v 1.126 2019/05/30 09:24:08 jca Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: March 10 2019 $ +.Dd $Mdocdate: May 30 2019 $ .Dt PORTS 7 .Os .Sh NAME @@ -90,7 +90,7 @@ that builds an sqlite database containing most information relevant to every port in the ports tree. This database can be searched using any tool able to manipulate such databases, for instance sqlitebrowser, or a script language with an -sqlite interface, e.g., perl, python, ocaml, lua, php5. +sqlite interface, e.g., perl, python, ocaml, lua, php. .Pp All static index generating information has now been superseded by the .Pa sqlports , |