From bd861a6ab47d52fb1359bbf3eaa45465fb1088aa Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Wed, 21 May 2003 21:45:51 +0200 Subject: [PATCH] Fixed a formatting error. Rev: man/pike.1:1.20 --- man/pike.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/pike.1 b/man/pike.1 index 41d29f2f82..566cae5d9f 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $Id: pike.1,v 1.19 2003/04/16 16:36:31 nilsson Exp $ +.\" $Id: pike.1,v 1.20 2003/05/21 19:45:51 mast Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 2003/04/16 16:36:31 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 2003/04/16 16:36:31 $" +.TH pike 1 "$Date: 2003/05/21 19:45:51 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 2003/05/21 19:45:51 $" .\" while HPUX uses ]L to contain "Pike". .\" On OSF/1 ]L will already contain the wanted string. -.if !\*(]LPike .ds ]L $Date: 2003/04/16 16:36:31 $ \" Solaris nroff +.if !\*(]LPike .ds ]L $Date: 2003/05/21 19:45:51 $ \" Solaris nroff .\" Major (mj) and minor (mn) version of Pike .nr mj 7 .nr mn 5 @@ -114,7 +114,7 @@ Turn on runtime checking of arguments to function calls, and soft casts. .TP .B \-rT Turn on -.B \#pragma strict_types +.B #pragma strict_types for all files. .LP The following options are supported by the default master program: -- GitLab