=================================================================== RCS file: /cvs/mandoc/Attic/apropos.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- mandoc/Attic/apropos.c 2011/12/12 02:00:49 1.24 +++ mandoc/Attic/apropos.c 2011/12/31 18:47:52 1.25 @@ -1,4 +1,4 @@ -/* $Id: apropos.c,v 1.24 2011/12/12 02:00:49 schwarze Exp $ */ +/* $Id: apropos.c,v 1.25 2011/12/31 18:47:52 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -127,7 +127,7 @@ list(struct res *res, size_t sz, void *arg) qsort(res, sz, sizeof(struct res), cmp); for (i = 0; i < (int)sz; i++) - printf("%s(%s%s%s) - %s\n", res[i].title, + printf("%s(%s%s%s) - %.70s\n", res[i].title, res[i].cat, *res[i].arch ? "/" : "", *res[i].arch ? res[i].arch : "",