=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.c,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- src/usr.bin/mandoc/main.c 2016/04/14 20:54:15 1.172 +++ src/usr.bin/mandoc/main.c 2016/07/08 22:27:58 1.173 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.172 2016/04/14 20:54:15 schwarze Exp $ */ +/* $OpenBSD: main.c,v 1.173 2016/07/08 22:27:58 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2012, 2014-2016 Ingo Schwarze @@ -438,7 +438,7 @@ conf.output.synopsisonly); if (argc > 1 && curp.outtype <= OUTT_UTF8) - ascii_sepline(curp.outdata); + terminal_sepline(curp.outdata); } else if (rc < MANDOCLEVEL_ERROR) rc = MANDOCLEVEL_ERROR;