OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / canonicalize_file_name.3
index e2266ae..0e89b0d 100644 (file)
@@ -2,24 +2,23 @@
 .\"  and Copyright 2005 Michael Kerrisk (mtk.manpages@gmail.com).
 .\"  Distributed under the GNU General Public License.
 .\"
-.\" Japanese Version Copyright (c) 2005 Akihiro MOTOKI all rights reserved.
-.\" Translated 2005-09-06, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.TH CANONICALIZE_FILE_NAME 3 2005-07-14 "GNU" "Linux Programmer's Manual"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH CANONICALIZE_FILE_NAME 3 2005\-07\-14 GNU "Linux Programmer's Manual"
 .SH 名前
 canonicalize_file_name \- 正規化されたファイル名を返す
 .SH 書式
-.BR "#define _GNU_SOURCE" "         /* feature_test_macros(7) 参照 */"
+\fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */
 .br
-.B #include <stdlib.h>
+\fB#include <stdlib.h>\fP
 .sp
-.BI "char *canonicalize_file_name(const char *" path ");"
+\fBchar *canonicalize_file_name(const char *\fP\fIpath\fP\fB);\fP
 .SH 説明
-.I canonicalize_file_name(path)
-は
-.I "realpath(path,\ NULL)"
-と等価である。
+\fIcanonicalize_file_name(path)\fP は \fIrealpath(path,\ NULL)\fP と等価である。
 .SH 準拠
 この関数は GNU による拡張である。
 .SH 関連項目
-.BR realpath (3)
+\fBrealpath\fP(3)