home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / psignal.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. PSIGNAL(3)                 UNIX Programmer's Manual                 PSIGNAL(3)
  3.  
  4. NNAAMMEE
  5.      ppssiiggnnaall, ssyyss__ssiigglliisstt - system signal messages
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssyyss//ssiiggnnaall..hh>>
  9.  
  10.      _v_o_i_d
  11.      ppssiiggnnaall(_u_n_s_i_g_n_e_d _s_i_g, _c_o_n_s_t _c_h_a_r _*_s)
  12.  
  13.      _e_x_t_e_r_n _c_h_a_r _*_s_y_s___s_i_g_l_i_s_t_[_]_;
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      The ppssiiggnnaall() function locates the descriptive message string for the
  17.      given signal _s_i_g number and writes it to the _s_t_d_e_r_r.
  18.  
  19.      If the argument _s is non­NULL it is written to the _s_t_d_e_r_r prior to the
  20.      message string.  The signal number should be from among those found in
  21.      <_s_i_g_n_a_l_._h>.
  22.  
  23.      The message strings can be accessed directly using the external character
  24.      array _s_y_s___s_i_g_l_i_s_t. The defined variable NSIG contains a count of the mes­
  25.      sages in _s_y_s___s_i_g_l_i_s_t.
  26.  
  27. SSEEEE AALLSSOO
  28.      sigaction(2),  perror(3)
  29.  
  30. HHIISSTTOORRYY
  31.      The ppssiiggnnaall() function appeared in 4.2BSD.
  32.  
  33. 4.2 Berkeley Distribution       April 19, 1991                               1
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.