Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string Add comma to separate the Nm entries.
details: https://anonhg.NetBSD.org/src/rev/7aea6c22274e
branches: trunk
changeset: 346477:7aea6c22274e
user: abhinav <abhinav%NetBSD.org@localhost>
date: Thu Jul 14 17:17:58 2016 +0000
description:
Add comma to separate the Nm entries.
diffstat:
lib/libc/string/wmemchr.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9e2219cc79a9 -r 7aea6c22274e lib/libc/string/wmemchr.3
--- a/lib/libc/string/wmemchr.3 Thu Jul 14 17:09:03 2016 +0000
+++ b/lib/libc/string/wmemchr.3 Thu Jul 14 17:17:58 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wmemchr.3,v 1.15 2010/12/16 17:42:28 wiz Exp $
+.\" $NetBSD: wmemchr.3,v 1.16 2016/07/14 17:17:58 abhinav Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -56,7 +56,7 @@
.Nm wcspbrk ,
.Nm wcsrchr ,
.Nm wcsspn ,
-.Nm wcsstr
+.Nm wcsstr ,
.Nm wcswcs
.Nd wide-character string manipulation operations
.Sh LIBRARY
Home |
Main Index |
Thread Index |
Old Index