Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string The declaration lives in <unistd.h>, actuall...
details: https://anonhg.NetBSD.org/src/rev/8f403ffb148f
branches: trunk
changeset: 494012:8f403ffb148f
user: kleink <kleink%NetBSD.org@localhost>
date: Thu Jun 29 07:17:04 2000 +0000
description:
The declaration lives in <unistd.h>, actually; from Patrick Welche in PR
lib/10294.
diffstat:
lib/libc/string/strmode.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 27a1e8d411c0 -r 8f403ffb148f lib/libc/string/strmode.3
--- a/lib/libc/string/strmode.3 Thu Jun 29 07:07:52 2000 +0000
+++ b/lib/libc/string/strmode.3 Thu Jun 29 07:17:04 2000 +0000
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strmode.3 8.3 (Berkeley) 7/28/94
-.\" $NetBSD: strmode.3,v 1.10 1999/08/03 21:43:13 wrstuden Exp $
+.\" $NetBSD: strmode.3,v 1.11 2000/06/29 07:17:04 kleink Exp $
.\"
.Dd July 28, 1994
.Dt STRMODE 3
@@ -41,7 +41,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <string.h>
+.Fd #include <unistd.h>
.Ft void
.Fn strmode "mode_t mode" "char *bp"
.Sh DESCRIPTION
Home |
Main Index |
Thread Index |
Old Index