OSDN Git Service

(split) Add translated date for some pages.
[linuxjm/LDP_man-pages.git] / release / man3 / err.3
1 .\" Copyright (c) 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     From: @(#)err.3 8.1 (Berkeley) 6/9/93
33 .\" $FreeBSD: src/lib/libc/gen/err.3,v 1.11.2.5 2001/08/17 15:42:32 ru Exp $
34 .\"
35 .\" 2007-12-08, mtk, Converted from mdoc to man macros
36 .\"
37 .\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
38 .\"         all rights reserved.
39 .\" Translated 2003-03-10, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
40 .\"
41 .TH ERR 3 2007-12-28 "Linux" "Linux Programmer's Manual"
42 .SH Ì¾Á°
43 err, verr, errx, verrx, warn, vwarn, warnx, vwarnx \- ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òÀ°·Á¤¹¤ë
44 .Nd 
45 .SH ½ñ¼°
46 .nf
47 .B #include <err.h>
48 .sp
49 .BI "void err(int " eval ", const char *" fmt ", ...);"
50 .sp
51 .BI "void errx(int " eval ", const char *" fmt ", ...);"
52 .sp
53 .BI "void warn(const char *" fmt ", ...);"
54 .sp
55 .BI "void warnx(const char *" fmt ", ...);"
56 .sp
57 .B #include <stdarg.h>
58 .sp
59 .BI "void verr(int " eval ", const char *" fmt ", va_list " args );
60 .sp
61 .BI "void verrx(int " eval ", const char *" fmt ", va_list " args );
62 .sp
63 .BI "void vwarn(const char *" fmt ", va_list " args );
64 .sp
65 .BI "void vwarnx(const char *" fmt ", va_list " args );
66 .fi
67 .SH ÀâÌÀ
68 .BR err ()
69 ´Ø¿ô·²¤È
70 .BR warn ()
71 ´Ø¿ô·²¤Ï¡¢¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òÀ°·Á¤·¤Æɸ½à¥¨¥é¡¼½ÐÎϤËɽ¼¨¤¹¤ë¡£
72 ¤É¤Î´Ø¿ô¤Î¾ì¹ç¤â¡¢(¥Ç¥£¥ì¥¯¥È¥êÉôʬ¤ò¾Ê¤¤¤¿)¥×¥í¥°¥é¥à̾¡¢
73 ¥³¥í¥ó 1¸Ä¡¢¥¹¥Ú¡¼¥¹ 1¸Ä¤¬½ÐÎϤµ¤ì¤ë¡£
74 .I fmt
75 °ú¤­¿ô¤¬ NULL ¤Ç¤Ê¤¤¾ì¹ç¡¢
76 .BR printf (3)
77 ¤ÈƱÍͤËÀ°·Á¤¬¹Ô¤ï¤ì¡¢¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤¬½ÐÎϤµ¤ì¤ë¡£
78 ½ÐÎϤϲþ¹Ôʸ»ú¤Ç½ª¤ï¤ë¡£
79 .PP
80 \"O motoki: based on a code or ¡Á ¤Î¡Öa code¡×¤È¤Ï¡©
81 ´Ø¿ô
82 .BR err (),
83 .BR verr (),
84 .BR warn (),
85 .BR vwarn ()
86 ¤Ï¡¢¥³¡¼¥É¤Þ¤¿¤Ï¥°¥í¡¼¥Ð¥ëÊÑ¿ô
87 .I errno
88 ¤Ë´ð¤Å¤¤¤Æ
89 .BR strerror (3)
90 ¤«¤éÆÀ¤¿¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò½ÐÎϤ¹¤ë¡£
91 .I fmt
92 °ú¤­¿ô¤¬ NULL
93 ¤Ç¤Ê¤¤¾ì¹ç¤Ï¡¢°ì¸Ä¤º¤Ä¤Î¥³¥í¥ó¤È¥¹¥Ú¡¼¥¹¤Ë³¤±¤Æ½ÐÎϤ¹¤ë¡£
94 .PP
95 ´Ø¿ô
96 .BR err (),
97 .BR verr (),
98 .BR warn (),
99 .BR vwarn ()
100 ¤Ï¡¢¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òõ¤¹¤¿¤á¤Ë¥°¥í¡¼¥Ð¥ëÊÑ¿ô
101 .I errno
102 ¤ò»ÈÍѤ¹¤ë¡£
103 .PP
104 ´Ø¿ô
105 .BR errx (),
106 .BR warnx ()
107 ¤Ï¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òÉÕ¤±²Ã¤¨¤Ê¤¤¡£
108 .PP
109 ´Ø¿ô
110 .BR err (),
111 .BR verr (),
112 .BR errx (),
113 .BR verrx ()
114 ¤ÏÊÖ¤êÃͤòÊÖ¤µ¤Ê¤¤¤¬¡¢°ú¤­¿ô
115 .I eval
116 ¤ÎÃͤò exit status ¤ËÀßÄꤷ½ªÎ»¤¹¤ë¡£
117 .SH Îã
118 ¸½ºß¤Î
119 .I errno
120 ¤Î¾ðÊó¤òɽ¼¨¤·¡¢½ªÎ»¤¹¤ë:
121 .in +4n
122 .nf
123
124 if ((p = malloc(size)) == NULL)
125     err(1, NULL);
126 if ((fd = open(file_name, O_RDONLY, 0)) == \-1)
127     err(1, "%s", file_name);
128 .fi
129 .in
130 .PP
131 ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¡¢½ªÎ»¤¹¤ë:
132 .in +4n
133 .nf
134
135 if (tm.tm_hour < START_TIME)
136     errx(1, "too early, wait until %s", start_time_string);
137 .fi
138 .in
139 .PP
140 ¥¨¥é¡¼¤ò·Ù¹ðɽ¼¨¤¹¤ë:
141 .in +4n
142 .nf
143
144 if ((fd = open(raw_device, O_RDONLY, 0)) == \-1)
145     warnx("%s: %s: trying the block device",
146             raw_device, strerror(errno));
147 if ((fd = open(block_device, O_RDONLY, 0)) == \-1)
148     err(1, "%s", block_device);
149 .fi
150 .in
151 .SH ½àµò
152 ¤³¤ì¤é¤Î´Ø¿ô¤ÏÈóɸ½à¤Î BSD ³ÈÄ¥¤Ç¤¢¤ë¡£
153 .\" .SH Îò»Ë
154 .\" ´Ø¿ô
155 .\" .BR err ()
156 .\" ¤È
157 .\" .BR warn ()
158 .\" ¤Ï
159 .\" 4.4BSD
160 .\" ¤Ç½é¤á¤ÆÅо줷¤¿¡£
161 .SH ´ØÏ¢¹àÌÜ
162 .BR error (3),
163 .BR exit (3),
164 .BR perror (3),
165 .BR printf (3),
166 .BR strerror (3)