OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / strlen.3
index bb8af3b..3783e81 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"     Linux libc source code
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@cs.unc.edu)
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
 .\"
 .\" Japanese Version Copyright (c) 1997 YOSHINO Takashi
 .\"       all rights reserved.
 .\" Translated Mon Jan 20 18:51:38 JST 1997
 .\"       by YOSHINO Takashi <yoshino@civil.jcn.nihon-u.ac.jp>
 .\"
-.TH STRLEN 3 1993-04-12 "" "Linux Programmer's Manual"
-.SH Ì¾Á°
-strlen \- Ê¸»úÎó¤ÎŤµ¤ò·×»»¤¹¤ë
-.SH ½ñ¼°
+.TH STRLEN 3 2014\-02\-25 GNU "Linux Programmer's Manual"
+.SH 名前
+strlen \- 文字列の長さを計算する
+.SH 書式
 .nf
-.B #include <string.h>
+\fB#include <string.h>\fP
 .sp
-.BI "size_t strlen(const char *" s );
+\fBsize_t strlen(const char *\fP\fIs\fP\fB);\fP
 .fi
-.SH ÀâÌÀ
-.BR strlen ()
-´Ø¿ô¤Ïʸ»úÎó \fIs\fP ¤ÎŤµ¤ò·×»»¤¹¤ë¡£
-¤³¤Î¤È¤­¡¢½ªÃ¼Ê¸»ú \(aq\\0\(aq ¤Ï·×»»¤Ë´Þ¤Þ¤ì¤Ê¤¤¡£
-.SH ÊÖ¤êÃÍ
-.BR strlen ()
-´Ø¿ô¤Ï \fIs\fP ¤ÎÃæ¤Îʸ»ú¿ô¤òÊÖ¤¹¡£
-.SH ½àµò
+.SH 説明
+\fBstrlen\fP()  関数は文字列 \fIs\fP の長さを計算する。 このとき、終端ヌルバイト (\(aq\e0\(aq) は計算に含まれない。
+.SH 返り値
+\fBstrlen\fP() 関数は文字列 \fIs\fP のバイト数を返す。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+\fBstrlen\fP() 関数はスレッドセーフである。
+.SH 準拠
 SVr4, 4.3BSD, C89, C99.
-.SH ´ØÏ¢¹àÌÜ
-.BR string (3),
-.BR wcslen (3),
-.BR wcsnlen (3)
+.SH 関連項目
+\fBstring\fP(3), \fBstrnlen\fP(3), \fBwcslen\fP(3), \fBwcsnlen\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。