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

« back to all changes in this revision

Viewing changes to man3/wcswidth.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
.\"   Dinkumware C library reference http://www.dinkumware.com/
11
11
.\"   OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
12
12
.\"
13
 
.TH WCSWIDTH 3  2007-07-26 "GNU" "Linux Programmer's Manual"
 
13
.TH WCSWIDTH 3  2010-09-10 "GNU" "Linux Programmer's Manual"
14
14
.SH NAME
15
15
wcswidth \- determine columns needed for a fixed-size wide-character string
16
16
.SH SYNOPSIS
17
17
.nf
18
 
.B #define _XOPEN_SOURCE
 
18
.BR "#define _XOPEN_SOURCE" "             /* See feature_test_macros(7) */"
19
19
.B #include <wchar.h>
20
20
.sp
21
21
.BI "int wcswidth(const wchar_t *" s ", size_t " n );
48
48
.BR iswprint (3),
49
49
.BR wcwidth (3)
50
50
.SH COLOPHON
51
 
This page is part of release 3.26 of the Linux
 
51
This page is part of release 3.27 of the Linux
52
52
.I man-pages
53
53
project.
54
54
A description of the project,