Index: mdoc_man.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_man.c,v retrieving revision 1.1 diff -u -r1.1 mdoc_man.c --- mdoc_man.c 17 Sep 2011 15:00:51 -0000 1.1 +++ mdoc_man.c 20 Sep 2011 12:26:00 -0000 @@ -31,8 +31,8 @@ int (*cond)(DECL_ARGS); int (*pre)(DECL_ARGS); void (*post)(DECL_ARGS); - char *prefix; - char *suffix; + const char *prefix; + const char *suffix; }; static void print_word(const char *);