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

Disabled some debug.

Rev: tutorial/manpages:1.17
parent 52ec2c37
No related branches found
No related tags found
No related merge requests found
// -*- Pike -*-
// $Id: manpages,v 1.16 1998/05/13 00:46:29 grubba Exp $
// $Id: manpages,v 1.17 1998/05/13 00:49:59 grubba Exp $
#include "types.h"
inherit Stdio.File : out;
......@@ -179,7 +179,7 @@ void make_page(string base, TAG tag, string ind, string fbase)
mkdirhier(globalbase+base);
}
verbose = ((names*",") == "Thread.Mutex");
// verbose = ((names*",") == "Thread.Mutex");
string page=strip_empty_lines(make_manpage(base,tag->data,ind+" ",fbase));
......
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