OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / wcswidth.3
index 6ef6759..5e193c7 100644 (file)
 .\"   Dinkumware C library reference http://www.dinkumware.com/
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
-.\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
-.\" Translated Sat Oct 23 18:44:42 JST 1999
-.\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
+.\"*******************************************************************
 .\"
-.TH WCSWIDTH 3  2010-09-10 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH WCSWIDTH 3 2010\-09\-10 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O wcswidth \- determine columns needed for a fixed-size wide-character string
 wcswidth \- 固定サイズのワイド文字文字列の表示に必要なカラム数を求める
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.\"O .BR "#define _XOPEN_SOURCE" "             /* See feature_test_macros(7) */"
-.BR "#define _XOPEN_SOURCE" "             /* feature_test_macros(7) 参照 */"
-.B #include <wchar.h>
+\fB#define _XOPEN_SOURCE\fP             /* feature_test_macros(7) 参照 */
+\fB#include <wchar.h>\fP
 .sp
-.BI "int wcswidth(const wchar_t *" s ", size_t " n );
+\fBint wcswidth(const wchar_t *\fP\fIs\fP\fB, size_t \fP\fIn\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR wcswidth ()
-.\"O function returns the
-.\"O number of columns needed to represent
-.\"O the wide-character string pointed to by \fIs\fP, but at most \fIn\fP wide
-.\"O characters.
-.\"O If a nonprintable wide character occurs among these characters,
-.\"O \-1 is returned.
-.BR wcswidth ()
-関数は、\fIs\fP が指すワイド文字文字列を表現するために
-必要なカラム数を返す。ただし、最大 \fIn\fP 文字しか処理しない。
-印刷可能でないワイド文字が文字列に含まれる場合には、 \-1 が返される。
-.\"O .SH "RETURN VALUE"
+\fBwcswidth\fP()  関数は、\fIs\fP が指すワイド文字文字列を表現するために 必要なカラム数を返す。ただし、最大 \fIn\fP
+文字しか処理しない。 印刷可能でないワイド文字が文字列に含まれる場合には、 \-1 が返される。
 .SH 返り値
-.\"O The
-.\"O .BR wcswidth ()
-.\"O function
-.\"O returns the number of column positions for the
-.\"O wide-character string \fIs\fP, truncated to at most length \fIn\fP.
-.BR wcswidth ()
-関数は、ワイド文字文字列 \fIs\fP の表現に必要なカラム数
-を返す。ただしワイド文字文字列は最大 \fIn\fP 個に切り詰められる。
-.\"O .SH "CONFORMING TO"
+\fBwcswidth\fP()  関数は、ワイド文字文字列 \fIs\fP の表現に必要なカラム数 を返す。ただしワイド文字文字列は最大 \fIn\fP
+個に切り詰められる。
 .SH 準拠
-POSIX.1-2001.
-.\"O .SH NOTES
+POSIX.1\-2001.
 .SH 注意
-.\"O The behavior of
-.\"O .BR wcswidth ()
-.\"O depends on the
-.\"O .B LC_CTYPE
-.\"O category of the
-.\"O current locale.
-.BR wcswidth ()
-の動作は現在のロケールの
-.B LC_CTYPE
-カテゴリに依存する。
-.\"O .SH "SEE ALSO"
+\fBwcswidth\fP()  の動作は現在のロケールの \fBLC_CTYPE\fP カテゴリに依存する。
 .SH 関連項目
-.BR iswprint (3),
-.BR wcwidth (3)
+\fBiswprint\fP(3), \fBwcwidth\fP(3)