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

Fixed another typo.

Rev: tutorial/manpages:1.3
parent cae2ad8a
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,12 @@ string make_manpage(string base, SGML data, string ind, string fbase)
case "link":
case "i":
case "emboss":
res+="\f2"+make_manpage(base,tag->data,ind,fbase)+"\f0";
res+="\\f2"+make_manpage(base,tag->data,ind,fbase)+"\\f0";
continue;
case "b":
case "strong":
res+="\f3"+make_manpage(base,tag->data,ind,fbase)+"\f0";
res+="\\f3"+make_manpage(base,tag->data,ind,fbase)+"\\f0";
continue;
case "pre":
......
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