Module Name: src
Committed By: wiz
Date: Wed Feb 20 19:49:26 UTC 2013
Modified Files:
src/lib/libc/gen: vis.3
Log Message:
Sort SEE ALSO.
XXX: multibyte(3) is dangling.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/lib/libc/gen/vis.3:1.38
--- src/lib/libc/gen/vis.3:1.37 Wed Feb 20 17:01:15 2013
+++ src/lib/libc/gen/vis.3 Wed Feb 20 19:49:26 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: vis.3,v 1.37 2013/02/20 17:01:15 christos Exp $
+.\" $NetBSD: vis.3,v 1.38 2013/02/20 19:49:26 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -470,8 +470,8 @@ The destination buffer size is not large
.Sh SEE ALSO
.Xr unvis 1 ,
.Xr vis 1 ,
-.Xr multibyte 3 ,
.Xr glob 3 ,
+.Xr multibyte 3 ,
.Xr unvis 3
.Rs
.%A T. Berners-Lee