Skip to content
Snippets Groups Projects
Commit 52ec2c37 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

There was a bit too much markup in the Pike examples.

Rev: tutorial/manpages:1.16
parent e3d96495
No related branches found
No related tags found
No related merge requests found
// -*- Pike -*- // -*- Pike -*-
// $Id: manpages,v 1.15 1998/05/13 00:36:50 grubba Exp $ // $Id: manpages,v 1.16 1998/05/13 00:46:29 grubba Exp $
#include "types.h" #include "types.h"
inherit Stdio.File : out; inherit Stdio.File : out;
...@@ -107,7 +107,7 @@ string make_manpage(string base, SGML data, string ind, string fbase) ...@@ -107,7 +107,7 @@ string make_manpage(string base, SGML data, string ind, string fbase)
case "link": case "link":
case "i": case "i":
case "emboss": case "emboss":
case "ex_identifier": // case "ex_identifier":
res+="\\f2"+make_manpage(base,tag->data,ind,fbase)+"\\f1"; res+="\\f2"+make_manpage(base,tag->data,ind,fbase)+"\\f1";
continue; continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment