X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman2%2Fsignalfd.2;h=24a3a883d330796a70029f6daac14adcc82ac687;hb=4fe824747c7faf385ebddbeea1a89602416484c3;hp=7e17521d79380adc4c69296cc5b92d6fef32ad47;hpb=fc763faabe545d972b718551999cbd8204464dd6;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man2/signalfd.2 b/draft/man2/signalfd.2 index 7e17521d..24a3a883 100644 --- a/draft/man2/signalfd.2 +++ b/draft/man2/signalfd.2 @@ -1,6 +1,7 @@ .\" Copyright (C) 2008 Michael Kerrisk .\" starting from a version by Davide Libenzi .\" +.\" %%%LICENSE_START(GPLv2+_SW_3_PARA) .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or @@ -11,10 +12,10 @@ .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" -.\" You should have received a copy of the GNU General Public License -.\" along with this program; if not, write to the Free Software -.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, -.\" MA 02111-1307 USA +.\" You should have received a copy of the GNU General Public +.\" License along with this manual; if not, see +.\" . +.\" %%%LICENSE_END .\" .\"******************************************************************* .\" @@ -90,6 +91,8 @@ signalfd ファイルディスクリプタからの \fBread\fP(2) で返され .nf .\" ssi_trapno is unused on most arches +.\" FIXME Since Linux 2.6.37 there is 'uint16_t ssi_addr_lsb' +.\" which is not yet documented struct signalfd_siginfo { struct signalfd_siginfo { uint32_t ssi_signo; /* シグナル番号 */ @@ -260,6 +263,6 @@ main(int argc, char *argv[]) \fBsigprocmask\fP(2), \fBsigwaitinfo\fP(2), \fBtimerfd_create\fP(2), \fBsigsetops\fP(3), \fBsigwait\fP(3), \fBepoll\fP(7), \fBsignal\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。