Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Fix SYNOPSIS. Error found by martin.
details: https://anonhg.NetBSD.org/src/rev/005a29efaa6f
branches: trunk
changeset: 763315:005a29efaa6f
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Mar 17 14:06:29 2011 +0000
description:
Fix SYNOPSIS. Error found by martin.
diffstat:
lib/libc/gen/unvis.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 048c7fa2b74c -r 005a29efaa6f lib/libc/gen/unvis.3
--- a/lib/libc/gen/unvis.3 Thu Mar 17 13:26:51 2011 +0000
+++ b/lib/libc/gen/unvis.3 Thu Mar 17 14:06:29 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: unvis.3,v 1.22 2011/03/13 09:11:54 wiz Exp $
+.\" $NetBSD: unvis.3,v 1.23 2011/03/17 14:06:29 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -45,11 +45,11 @@
.Ft int
.Fn strunvis "char *dst" "const char *src"
.Ft int
-.Fn strnunvis "char *dst" "size_t dlen", "const char *src"
+.Fn strnunvis "char *dst" "size_t dlen" "const char *src"
.Ft int
.Fn strunvisx "char *dst" "const char *src" "int flag"
.Ft int
-.Fn strnunvisx "char *dst" "size_t dlen", "const char *src" "int flag"
+.Fn strnunvisx "char *dst" "size_t dlen" "const char *src" "int flag"
.Sh DESCRIPTION
The
.Fn unvis ,
Home |
Main Index |
Thread Index |
Old Index