Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Fix a sentence.



details:   https://anonhg.NetBSD.org/src/rev/6b7e7704bb5e
branches:  trunk
changeset: 821945:6b7e7704bb5e
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Feb 22 14:58:33 2017 +0000

description:
Fix a sentence.
Add write(2) in SEE ALSO.

diffstat:

 lib/libc/stdio/fputs.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c64d53860eaa -r 6b7e7704bb5e lib/libc/stdio/fputs.3
--- a/lib/libc/stdio/fputs.3    Wed Feb 22 14:15:15 2017 +0000
+++ b/lib/libc/stdio/fputs.3    Wed Feb 22 14:58:33 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index