Skip to content
Snippets Groups Projects
Commit 9f464540 authored by David Hedbor's avatar David Hedbor
Browse files

Fixed formatting of arguments.

Rev: tutorial/manpages:1.26
parent b674d65e
Branches
Tags
No related merge requests found
// -*- Pike -*-
// $Id: manpages,v 1.25 1999/11/30 02:03:09 grubba Exp $
// $Id: manpages,v 1.26 2000/02/29 20:35:12 neotron Exp $
#include "types.h"
......@@ -112,6 +112,16 @@ string make_manpage(string base, string|SGML data, string ind, string fbase)
stripws=1;
break;
case "aarg":
stripws = 1;
res += "\n.br\n\\fB"+make_manpage(base,tag->data,ind,fbase)+"\\fR";
continue;
case "adesc":
stripws = 1;
res += "\n.br\n.in +.8i .ll -.8i\n"+make_manpage(base,tag->data,ind,fbase) +"\n.in -.8i .ll +.8i\n";
continue;
case "p":
res+="\n.PP\n";
stripws=1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment