The OpenNET Project / Index page

[ новости /+++ | форум | wiki | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

psignal (3)
  • >> psignal (3) ( Solaris man: Библиотечные вызовы )
  • psignal (3) ( FreeBSD man: Библиотечные вызовы )
  • psignal (3) ( Русские man: Библиотечные вызовы )
  • psignal (3) ( Linux man: Библиотечные вызовы )
  • psignal (9) ( FreeBSD man: Ядро )
  •  

    NAME

    psignal, psiginfo - system signal messages
     
    

    SYNOPSIS

    #include <siginfo.h>
    
    void psignal(int sig, const char *s);
    

    void psiginfo(siginfo_t *pinfo, char *s);
    

     

    DESCRIPTION

    The psignal() and psiginfo() functions produce messages on the standard error output describing a signal. The sig argument is a signal that may have been passed as the first argument to a signal handler. The pinfo argument is a pointer to a siginfo structure that may have been passed as the second argument to an enhanced signal handler. See sigaction(2). The argument string s is printed first, followed by a colon and a blank, followed by the message and a NEWLINE character.  

    USAGE

    Messages printed from these functions are in the native language specified by the LC_MESSAGES locale category. See setlocale(3C).  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    MT-LevelSafe

     

    SEE ALSO

    sigaction(2), gettext(3C), perror(3C), setlocale(3C), siginfo.h(3HEAD), signal.h(3HEAD), attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    USAGE
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру