Fix a sentence.

Add write(2) in SEE ALSO.
This commit is contained in:
abhinav 2017-02-22 14:58:33 +00:00
parent 8ab56b2aac
commit 4acd25c1d4
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fputs.3,v 1.11 2003/08/07 16:43:24 agc Exp $
.\" $NetBSD: fputs.3,v 1.12 2017/02/22 14:58:33 abhinav Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -92,9 +92,10 @@ and
.Fn puts
may also fail and set
.Va errno
for any of the errors specified for the routines
for any of the errors specified for the routine
.Xr write 2 .
.Sh SEE ALSO
.Xr write 2 ,
.Xr ferror 3 ,
.Xr putc 3 ,
.Xr stdio 3