Module Name: src
Committed By: abhinav
Date: Wed Feb 22 14:58:33 UTC 2017
Modified Files:
src/lib/libc/stdio: fputs.3
Log Message:
Fix a sentence.
Add write(2) in SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdio/fputs.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/fputs.3
diff -u src/lib/libc/stdio/fputs.3:1.11 src/lib/libc/stdio/fputs.3:1.12
--- src/lib/libc/stdio/fputs.3:1.11 Thu Aug 7 16:43:24 2003
+++ src/lib/libc/stdio/fputs.3 Wed Feb 22 14:58:33 2017
@@ -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