Add reference to flockfile(3) in SEE ALSO section.

This commit is contained in:
abhinav 2017-02-22 15:08:55 +00:00
parent 4acd25c1d4
commit c56d982263
1 changed files with 2 additions and 1 deletions

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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. or if an attempt is made to write a read-only stream.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ferror 3 , .Xr ferror 3 ,
.Xr flockfile 3 ,
.Xr fopen 3 , .Xr fopen 3 ,
.Xr getc 3 , .Xr getc 3 ,
.Xr stdio 3 .Xr stdio 3