Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen we don't have multibyte.3 (yet)



details:   https://anonhg.NetBSD.org/src/rev/8fff414cb798
branches:  trunk
changeset: 785076:8fff414cb798
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 20 20:05:26 2013 +0000

description:
we don't have multibyte.3 (yet)

diffstat:

 lib/libc/gen/vis.3 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r d09275661514 -r 8fff414cb798 lib/libc/gen/vis.3
--- a/lib/libc/gen/vis.3        Wed Feb 20 19:59:34 2013 +0000
+++ b/lib/libc/gen/vis.3        Wed Feb 20 20:05:26 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vis.3,v 1.38 2013/02/20 19:49:26 wiz Exp $
+.\"    $NetBSD: vis.3,v 1.39 2013/02/20 20:05:26 christos Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -430,8 +430,9 @@
 .Fa src .
 But note that each multibyte character can be up to
 .Dv MB_LEN_MAX
-bytes (see
-.Xr multibyte 3 )
+bytes
+.\" (see
+.\" .Xr multibyte 3 )
 so in terms of multibyte characters,
 .Fa dst
 must be four times
@@ -471,7 +472,7 @@
 .Xr unvis 1 ,
 .Xr vis 1 ,
 .Xr glob 3 ,
-.Xr multibyte 3 ,
+.\" .Xr multibyte 3 ,
 .Xr unvis 3
 .Rs
 .%A T. Berners-Lee



Home | Main Index | Thread Index | Old Index