From 457a9fb06e9ba887a13d120db2c24a99304185c2 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Fri, 24 Jan 2003 17:05:44 +0100 Subject: [PATCH] Made the compatibility path stuff future safe(er). Rev: man/pike.1:1.16 --- man/pike.1 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index 1e762e631e..9f01345224 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $Id: pike.1,v 1.15 2002/12/30 01:56:03 nilsson Exp $ +.\" $Id: pike.1,v 1.16 2003/01/24 16:05:44 nilsson Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 2002/12/30 01:56:03 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 2002/12/30 01:56:03 $" +.TH pike 1 "$Date: 2003/01/24 16:05:44 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 2003/01/24 16:05:44 $" .\" while HPUX uses ]L to contain "Pike". .\" On OSF/1 ]L will already contain the wanted string. -.if !\*(]LPike .ds ]L $Date: 2002/12/30 01:56:03 $ \" Solaris nroff +.if !\*(]LPike .ds ]L $Date: 2003/01/24 16:05:44 $ \" Solaris nroff .\" Major (mj) and minor (mn) version of Pike .nr mj 7 .nr mn 5 @@ -277,9 +277,7 @@ default master program .B \*(bd/lib/modules/* default module directory .TP -.B \*(bd/lib/0.6/* -.TP -.B \*(bd/lib/7.0/* +.B \*(bd/lib/?.?/* backward compatibility modules .TP .B \*(bd/lib/include/* -- GitLab