Changeset 14399
- Timestamp:
- Nov 2, 2010, 8:32:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/src/using.xml
r14398 r14399 3215 3215 </refsect1> 3216 3216 </refentry> 3217 3218 <refentry id="v_wait-for-signal"> 3219 <indexterm zone="v_wait-for-signal"> 3220 <primary>wait-for-signal</primary> 3221 </indexterm> 3222 3223 <refnamediv> 3224 <refname>WAIT-FOR-SIGNAL</refname> 3225 <refpurpose> 3226 Wait for a particular signal to be received. 3227 </refpurpose> 3228 <refclass>Function</refclass> 3229 </refnamediv> 3230 3231 <refsynopsisdiv> 3232 <synopsis><function>wait-for-signal</function> s duration 3233 </synopsis> 3234 </refsynopsisdiv> 3235 3236 <refsect1><title>Summary</title> 3237 <para> 3238 Wait for the signal with signal number s to be received, or until 3239 duration seconds have elapsed. If duration is nil, wait for an 3240 indeterminate "very long time" (many years). 3241 </para> 3242 <para> 3243 If signal number s is outside the range of valid signals, or is 3244 reserved by the lisp for its own use, an error is signaled. 3245 (An error is always signaled on Windows systems.) 3246 </para> 3247 </refsect1> 3248 </refentry> 3249 3250 3217 3251 </sect1> 3218 3252 </chapter>
Note: See TracChangeset
for help on using the changeset viewer.