Module Name: src
Committed By: wiz
Date: Sun Mar 13 09:12:35 UTC 2011
Modified Files:
src/lib/libc/gen: vis.3
Log Message:
Add serial comma, quote minus, fix NetBSD version in HISTORY.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/lib/libc/gen/vis.3:1.25
--- src/lib/libc/gen/vis.3:1.24 Sat Mar 12 19:52:48 2011
+++ src/lib/libc/gen/vis.3 Sun Mar 13 09:12:35 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: vis.3,v 1.24 2011/03/12 19:52:48 christos Exp $
+.\" $NetBSD: vis.3,v 1.25 2011/03/13 09:12:35 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -162,9 +162,7 @@
.Fn strnvis
and
.Fn strnvisx
-functions return
-.Dv -1
-and set x
+functions return \-1 and set
.Va errno
to
.Dv ENOSPC .
@@ -182,7 +180,7 @@
.Fn nvis ,
.Fn strvis ,
.Fn strnvis ,
-.Fn strvisx
+.Fn strvisx ,
and
.Fn strnvisx
but have an additional argument
@@ -247,7 +245,7 @@
.Fn snvis ,
.Fn strsvis ,
.Fn strsnvis ,
-.Fn strsvisx .
+.Fn strsvisx ,
and
.Fn strsnvisx .
When using these functions, place all graphic characters to be
@@ -397,9 +395,7 @@
.Fn strsnvis ,
and
.Fn strsnvisx ,
-will return
-.Dv -1
-when the
+will return \-1 when the
.Fa dlen
destination buffer length size is not enough to perform the conversion while
setting
@@ -442,4 +438,4 @@
and
.Fn strsnvisx )
appeared in
-.Nx 1.6 .
+.Nx 6.0 .