~mfisch/ubuntu/saucy/manpages/update_to_3.51

« back to all changes in this revision

Viewing changes to man3/fputws.3

  • Committer: Package Import Robot
  • Author(s): Kees Cook
  • Date: 2012-03-22 12:04:52 UTC
  • mfrom: (1.1.47) (2.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322120452-9zmahwcmm3qea0ja
Tags: 3.35-0.1ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
  - Fix typo in the scanf documentation: use ';' to terminate C code
    example line instead of ':'. Bug fixed upstream in 3.36.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
.\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
12
12
.\"   ISO/IEC 9899:1999
13
13
.\"
14
 
.TH FPUTWS 3  1999-07-25 "GNU" "Linux Programmer's Manual"
 
14
.TH FPUTWS 3  2011-09-28 "GNU" "Linux Programmer's Manual"
15
15
.SH NAME
16
16
fputws \- write a wide-character string to a FILE stream
17
17
.SH SYNOPSIS
28
28
.BR fputs (3)
29
29
function.
30
30
It writes the wide-character string starting at \fIws\fP, up to but
31
 
not including the terminating L\(aq\\0\(aq character, to \fIstream\fP.
 
31
not including the terminating null wide character (L\(aq\\0\(aq), to \fIstream\fP.
32
32
.PP
33
33
For a nonlocking counterpart, see
34
34
.BR unlocked_stdio (3).
59
59
.BR fputwc (3),
60
60
.BR unlocked_stdio (3)
61
61
.SH COLOPHON
62
 
This page is part of release 3.32 of the Linux
 
62
This page is part of release 3.35 of the Linux
63
63
.I man-pages
64
64
project.
65
65
A description of the project,
66
66
and information about reporting bugs,
67
67
can be found at
68
 
http://www.kernel.org/doc/man-pages/.
 
68
http://man7.org/linux/man-pages/.