~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/puts.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
.I stdio
79
79
library for the same output stream.
80
80
.PP
81
 
For non-locking counterparts, see
 
81
For nonlocking counterparts, see
82
82
.BR unlocked_stdio (3).
83
83
.SH "RETURN VALUE"
84
84
.BR fputc (),
96
96
.BR puts ()
97
97
and
98
98
.BR fputs ()
99
 
return a non-negative number on success, or
 
99
return a nonnegative number on success, or
100
100
.B EOF
101
101
on error.
102
102
.SH "CONFORMING TO"
121
121
.BR scanf (3),
122
122
.BR unlocked_stdio (3)
123
123
.SH COLOPHON
124
 
This page is part of release 3.23 of the Linux
 
124
This page is part of release 3.24 of the Linux
125
125
.I man-pages
126
126
project.
127
127
A description of the project,