Module Name: src
Committed By: wiz
Date: Sun Mar 13 09:11:54 UTC 2011
Modified Files:
src/lib/libc/gen: unvis.3
Log Message:
Add serial comma, quote minus, add HISTORY for strnunvis and strnunvisx.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/unvis.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/unvis.3
diff -u src/lib/libc/gen/unvis.3:1.21 src/lib/libc/gen/unvis.3:1.22
--- src/lib/libc/gen/unvis.3:1.21 Sat Mar 12 19:52:48 2011
+++ src/lib/libc/gen/unvis.3 Sun Mar 13 09:11:54 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: unvis.3,v 1.21 2011/03/12 19:52:48 christos Exp $
+.\" $NetBSD: unvis.3,v 1.22 2011/03/13 09:11:54 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -199,12 +199,10 @@
The functions
.Fn strunvis ,
.Fn strnunvis ,
-.Fn strunvisx
+.Fn strunvisx ,
and
.Fn strnunvisx
-will return
-.Dv -1
-on error and set
+will return \-1 on error and set
.Va errno
to:
.Bl -tag -width Er
@@ -238,3 +236,9 @@
function
first appeared in
.Bx 4.4 .
+The
+.Fn strnunvis
+and
+.Fn strnunvisx
+functions appeared in
+.Nx 6.0 .