OSDN Git Service

(split) Apply minor changes from v3.32 to v3.35 in the upstream.
[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 .\" 2011-09-10, 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 2011-09-15 "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 errx (),
97 .BR warnx ()
98 ¤Ï¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òÉÕ¤±²Ã¤¨¤Ê¤¤¡£
99 .PP
100 ´Ø¿ô
101 .BR err (),
102 .BR verr (),
103 .BR errx (),
104 .BR verrx ()
105 ¤ÏÊÖ¤êÃͤòÊÖ¤µ¤Ê¤¤¤¬¡¢°ú¤­¿ô
106 .I eval
107 ¤ÎÃͤò exit status ¤ËÀßÄꤷ½ªÎ»¤¹¤ë¡£
108 .SH Îã
109 ¸½ºß¤Î
110 .I errno
111 ¤Î¾ðÊó¤òɽ¼¨¤·¡¢½ªÎ»¤¹¤ë:
112 .in +4n
113 .nf
114
115 if ((p = malloc(size)) == NULL)
116     err(1, NULL);
117 if ((fd = open(file_name, O_RDONLY, 0)) == \-1)
118     err(1, "%s", file_name);
119 .fi
120 .in
121 .PP
122 ¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¡¢½ªÎ»¤¹¤ë:
123 .in +4n
124 .nf
125
126 if (tm.tm_hour < START_TIME)
127     errx(1, "too early, wait until %s", start_time_string);
128 .fi
129 .in
130 .PP
131 ¥¨¥é¡¼¤ò·Ù¹ðɽ¼¨¤¹¤ë:
132 .in +4n
133 .nf
134
135 if ((fd = open(raw_device, O_RDONLY, 0)) == \-1)
136     warnx("%s: %s: trying the block device",
137             raw_device, strerror(errno));
138 if ((fd = open(block_device, O_RDONLY, 0)) == \-1)
139     err(1, "%s", block_device);
140 .fi
141 .in
142 .SH ½àµò
143 ¤³¤ì¤é¤Î´Ø¿ô¤ÏÈóɸ½à¤Î BSD ³ÈÄ¥¤Ç¤¢¤ë¡£
144 .\" .SH Îò»Ë
145 .\" ´Ø¿ô
146 .\" .BR err ()
147 .\" ¤È
148 .\" .BR warn ()
149 .\" ¤Ï
150 .\" 4.4BSD
151 .\" ¤Ç½é¤á¤ÆÅо줷¤¿¡£
152 .SH ´ØÏ¢¹àÌÜ
153 .BR error (3),
154 .BR exit (3),
155 .BR perror (3),
156 .BR printf (3),
157 .BR strerror (3)