=================================================================== RCS file: /cvs/mandoc/Attic/xstd.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/Attic/xstd.c 2009/02/28 13:47:36 1.6 +++ mandoc/Attic/xstd.c 2009/03/06 14:13:47 1.7 @@ -1,4 +1,4 @@ -/* $Id: xstd.c,v 1.6 2009/02/28 13:47:36 kristaps Exp $ */ +/* $Id: xstd.c,v 1.7 2009/03/06 14:13:47 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -93,7 +93,7 @@ xstrdup(const char *p) } int -xstrlcats(char *buf, const struct mdoc_node *n, size_t sz) +xstrlcpys(char *buf, const struct mdoc_node *n, size_t sz) { char *p; @@ -114,7 +114,7 @@ xstrlcats(char *buf, const struct mdoc_node *n, size_t } #ifdef __linux__ -/* $OpenBSD: xstd.c,v 1.6 2009/02/28 13:47:36 kristaps Exp $ */ +/* $OpenBSD: xstd.c,v 1.7 2009/03/06 14:13:47 kristaps Exp $ */ /* * Copyright (c) 1998 Todd C. Miller