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/a837bf901283
branches: trunk
changeset: 351694:a837bf901283
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 e8a8dd8e7fe0 -r a837bf901283 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