Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/vis.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gen/vis.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- src/lib/libc/gen/vis.c 2014/09/26 13:48:00 1.65 +++ src/lib/libc/gen/vis.c 2014/09/26 15:58:59 1.66 @@ -1,4 +1,4 @@ -/* $NetBSD: vis.c,v 1.65 2014/09/26 13:48:00 roy Exp $ */ +/* $NetBSD: vis.c,v 1.66 2014/09/26 15:58:59 roy Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -57,7 +57,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: vis.c,v 1.65 2014/09/26 13:48:00 roy Exp $"); +__RCSID("$NetBSD: vis.c,v 1.66 2014/09/26 15:58:59 roy Exp $"); #endif /* LIBC_SCCS and not lint */ #ifdef __FBSDID __FBSDID("$FreeBSD$"); @@ -229,6 +229,7 @@ do_mbyte(wchar_t *dst, wint_t c, int fla case L'0': case L'M': case L'^': + case L'$': /* vis(1) -l */ break; default: if (iswgraph(c) && !iswoctal(c)) {