Module Name: src
Committed By: abhinav
Date: Wed Feb 22 15:08:55 UTC 2017
Modified Files:
src/lib/libc/stdio: putc.3
Log Message:
Add reference to flockfile(3) in SEE ALSO section.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/putc.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/stdio/putc.3
diff -u src/lib/libc/stdio/putc.3:1.12 src/lib/libc/stdio/putc.3:1.13
--- src/lib/libc/stdio/putc.3:1.12 Thu May 6 09:01:34 2010
+++ src/lib/libc/stdio/putc.3 Wed Feb 22 15:08:55 2017
@@ -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 @@ a write error occurs,
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