Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Add reference to flockfile(3) in SEE ALSO sec...
details: https://anonhg.NetBSD.org/src/rev/5b97a3de7903
branches: trunk
changeset: 351695:5b97a3de7903
user: abhinav <abhinav%NetBSD.org@localhost>
date: Wed Feb 22 15:08:55 2017 +0000
description:
Add reference to flockfile(3) in SEE ALSO section.
diffstat:
lib/libc/stdio/putc.3 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a837bf901283 -r 5b97a3de7903 lib/libc/stdio/putc.3
--- a/lib/libc/stdio/putc.3 Wed Feb 22 14:58:33 2017 +0000
+++ b/lib/libc/stdio/putc.3 Wed Feb 22 15:08:55 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: putc.3,v 1.12 2010/05/06 09:01:34 jruoho Exp $
+.\" $NetBSD: putc.3,v 1.13 2017/02/22 15:08:55 abhinav Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -133,6 +133,7 @@
or if an attempt is made to write a read-only stream.
.Sh SEE ALSO
.Xr ferror 3 ,
+.Xr flockfile 3 ,
.Xr fopen 3 ,
.Xr getc 3 ,
.Xr stdio 3
Home |
Main Index |
Thread Index |
Old Index