X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman3%2Fon_exit.3;h=06642711c08cd58d85e8bf74a7ad57a9f43ac58f;hb=40274b7d79d419993de4a745e3ae86ca6d0f417f;hp=48160bdf884e76b1989460e0bda82ca96fcbc39f;hpb=290b815f40e5a2160352a8d244499dd4a2a8c16b;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man3/on_exit.3 b/draft/man3/on_exit.3 index 48160bdf..06642711 100644 --- a/draft/man3/on_exit.3 +++ b/draft/man3/on_exit.3 @@ -1,5 +1,6 @@ .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -19,6 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code @@ -31,6 +33,14 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* +.\" +.\" Japanese Version Copyright (c) 1997 Seiichi Yoshida +.\" all rights reserved. +.\" Translated 1997-02-14, Seiichi Yoshida +.\" Updated 2002-09-27, Kentaro Shirakata +.\" Updated 2005-02-26, Akihiro MOTOKI +.\" Updated 2008-12-26, Akihiro MOTOKI, LDP v3.15 +.\" .TH ON_EXIT 3 2008\-12\-05 GNU "Linux Programmer's Manual" .SH 名前 on_exit \- プロセスが正常に終了した際に呼ばれる関数を登録する @@ -63,3 +73,7 @@ return 命令による終了である。 関数 \fIfunction\fP には、直近 にはもはや存在しない。 この関数の使用は避け、代わりに標準の \fBatexit\fP(3) を使うこと。 .SH 関連項目 \fB_exit\fP(2), \fBatexit\fP(3), \fBexit\fP(3) +.SH この文書について +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部 +である。プロジェクトの説明とバグ報告に関する情報は +http://www.kernel.org/doc/man\-pages/ に書かれている。