Module Name:    src
Committed By:   christos
Date:           Sun Apr 23 13:23:02 UTC 2017

Modified Files:
        src/lib/libc/gen: vis.3

Log Message:
fix typo (Leonardo Taccari)


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/lib/libc/gen/vis.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/vis.3
diff -u src/lib/libc/gen/vis.3:1.46 src/lib/libc/gen/vis.3:1.47
--- src/lib/libc/gen/vis.3:1.46	Sat Apr 22 21:58:48 2017
+++ src/lib/libc/gen/vis.3	Sun Apr 23 09:23:02 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: vis.3,v 1.46 2017/04/23 01:58:48 christos Exp $
+.\"	$NetBSD: vis.3,v 1.47 2017/04/23 13:23:02 christos Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -242,7 +242,7 @@ except space, tab, and newline are encod
 The following flags
 alter this:
 .Bl -tag -width VIS_WHITEX
-.It Dv VIS_DW
+.It Dv VIS_DQ
 Also encode double quotes
 .It Dv VIS_GLOB
 Also encode the magic characters

Reply via email to