From f5ab457e6f924e50eb48428cc5fd4336cc2bb8c8 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Thu, 3 Apr 2003 17:45:28 +0200 Subject: [PATCH] Language fix. Rev: man/pike.1:1.18 --- man/pike.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index b84e104454..792da16552 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $Id: pike.1,v 1.17 2003/04/01 19:41:13 mast Exp $ +.\" $Id: pike.1,v 1.18 2003/04/03 15:45:28 mast Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 2003/04/01 19:41:13 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 2003/04/01 19:41:13 $" +.TH pike 1 "$Date: 2003/04/03 15:45:28 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 2003/04/03 15:45:28 $" .\" while HPUX uses ]L to contain "Pike". .\" On OSF/1 ]L will already contain the wanted string. -.if !\*(]LPike .ds ]L $Date: 2003/04/01 19:41:13 $ \" Solaris nroff +.if !\*(]LPike .ds ]L $Date: 2003/04/03 15:45:28 $ \" Solaris nroff .\" Major (mj) and minor (mn) version of Pike .nr mj 7 .nr mn 5 @@ -62,7 +62,7 @@ Debug signals (debug). Turn off tail recursion optimization (debug). .TP .B \-dT -Enable extra checks in the the thread library, e.g. mutex sanity checks (debug). +Enable extra checks in the thread library, e.g. mutex sanity checks (debug). .TP .B \-l Increase the debug level of the global optimizer with 1 (debug). -- GitLab