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

« back to all changes in this revision

Viewing changes to man3/fputws.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:
30
30
It writes the wide-character string starting at \fIws\fP, up to but
31
31
not including the terminating L\(aq\\0\(aq character, to \fIstream\fP.
32
32
.PP
33
 
For a non-locking counterpart, see
 
33
For a nonlocking counterpart, see
34
34
.BR unlocked_stdio (3).
35
35
.SH "RETURN VALUE"
36
36
The
37
37
.BR fputws ()
38
38
function returns a
39
 
non-negative integer if the operation was
 
39
nonnegative integer if the operation was
40
40
successful, or \-1 to indicate an error.
41
41
.SH "CONFORMING TO"
42
42
C99, POSIX.1-2001.
59
59
.BR fputwc (3),
60
60
.BR unlocked_stdio (3)
61
61
.SH COLOPHON
62
 
This page is part of release 3.23 of the Linux
 
62
This page is part of release 3.24 of the Linux
63
63
.I man-pages
64
64
project.
65
65
A description of the project,