OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / remove.3
index a266f13..1671ecf 100644 (file)
 .\" Edited into remove.3 shape by:
 .\" Graeme W. Wilford (G.Wilford@ee.surrey.ac.uk) on 13th July 1994
 .\"
-.\" Japanese Version Copyright (c) 1998 Ueyama Rui
-.\"         all rights reserved.
-.\" Translated Wed Feb 20 15:01:46 JST 1998
-.\"         by Ueyama Rui <rui@linux.or.jp>
-.\" Updated Sat Dec 11 JST 1999 by Kentaro Shirakata <argrath@ub32.org>
-.\" Updated Mon Feb 17 JST 2003 by Kentaro Shirakata <argrath@ub32.org>
+.\"*******************************************************************
 .\"
-.TH REMOVE 3 2008-12-03 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH REMOVE 3 2008\-12\-03 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O remove \- remove a file or directory
 remove \- ファイルやディレクトリを削除する
-.\"O .SH SYNOPSIS
 .SH 書式
-.B #include <stdio.h>
+\fB#include <stdio.h>\fP
 .sp
-.BI "int remove(const char *" pathname );
-.\"O .SH DESCRIPTION
+\fBint remove(const char *\fP\fIpathname\fP\fB);\fP
 .SH 説明
-.\"O .BR remove ()
-.\"O deletes a name from the filesystem.
-.\"O It calls
-.\"O .BR unlink (2)
-.\"O for files, and
-.\"O .BR rmdir (2)
-.\"O for directories.
-.BR remove ()
-はファイルシステムからファイル名を削除する。
-ファイルに対しては
-.BR unlink (2)
-を、ディレクトリに対しては
-.BR rmdir (2)
-を呼び出す。
+\fBremove\fP()  はファイルシステムからファイル名を削除する。 ファイルに対しては \fBunlink\fP(2)  を、ディレクトリに対しては
+\fBrmdir\fP(2)  を呼び出す。
 
-.\"O If the removed name was the
-.\"O last link to a file and no processes have the file open, the file is
-.\"O deleted and the space it was using is made available for reuse.
-もしその名前が
-ファイルへの最後のリンクで、かつ、どのプロセスもそのファイルを
-開いていないなら、ファイルも削除する。ファイルの占めていた
+もしその名前が ファイルへの最後のリンクで、かつ、どのプロセスもそのファイルを 開いていないなら、ファイルも削除する。ファイルの占めていた
 領域は他で使うことができるようになる。
 
-.\"O If the name was the last link to a file,
-.\"O but any processes still have the file open,
-.\"O the file will remain in existence until the last file
-.\"O descriptor referring to it is closed.
-名前がファイルへの最後のリンクであっても、どこかのプロセスが
-そのファイルを開いているなら、ファイルの最後のファイル記述子
-(file descriptor) が閉じられるまでファイルは存在し続ける。
+名前がファイルへの最後のリンクであっても、どこかのプロセスが そのファイルを開いているなら、ファイルの最後のファイル記述子 (file
+descriptor) が閉じられるまでファイルは存在し続ける。
 
-.\"O If the name referred to a symbolic link, the link is removed.
 名前が指しているのがシンボリックリンクなら、そのリンクを削除する。
 
-.\"O If the name referred to a socket, FIFO, or device, the name is removed,
-.\"O but processes which have the object open may continue to use it.
-名前が指しているのがソケット、FIFO、デバイスの場合、名前は削除されるが、
-そのソケットなどを開いているプロセスはそのまま使い続けることができる。
-.\"O .SH "RETURN VALUE"
+名前が指しているのがソケット、FIFO、デバイスの場合、名前は削除されるが、 そのソケットなどを開いているプロセスはそのまま使い続けることができる。
 .SH 返り値
-.\"O On success, zero is returned.
-.\"O On error, \-1 is returned, and
-.\"O .I errno
-.\"O is set appropriately.
-成功すれば 0 が返る。エラーなら \-1 が返り、
-.I errno
-に適切な値がセットされる。
-.\"O .SH ERRORS
+成功した場合は 0 が返される。エラーの場合は \-1 が返され、 \fIerrno\fP が適切に設定される。
 .SH エラー
-.\"O The errors that occur are those for
-.\"O .BR unlink (2)
-.\"O and
-.\"O .BR rmdir (2).
-発生するエラーは
-.BR unlink (2)
-および
-.BR rmdir (2)
-と同じものである。
-.\"O .SH "CONFORMING TO"
+発生するエラーは \fBunlink\fP(2)  および \fBrmdir\fP(2)  と同じものである。
 .SH 準拠
-C89, C99, 4.3BSD, POSIX.1-2001.
-.\"O .SH NOTES
+C89, C99, 4.3BSD, POSIX.1\-2001.
 .SH 注意
-.\"O Under libc4 and libc5,
-.\"O .BR remove ()
-.\"O was an alias for
-.\"O .BR unlink (2)
-.\"O (and hence would not remove directories).
-libc4 と libc5 においては、
-.BR remove ()
-は
-.BR unlink (2)
-の別名であった (従ってディレクトリを削除できなかった)。
-.\"O .SH BUGS
+libc4 と libc5 においては、 \fBremove\fP()  は \fBunlink\fP(2)  の別名であった
+(従ってディレクトリを削除できなかった)。
 .SH バグ
-.\"O In-felicities in the protocol underlying NFS can cause the unexpected
-.\"O disappearance of files which are still being used.
-NFS プロトコルの根本的な不都合により、使用中のファイルが、
-想定できない形で削除されることがありえる。
-.\"O .SH "SEE ALSO"
+NFS プロトコルに内在する問題により、まだ使用中のファイルが想定外に消えてしまうことがありえる。
 .SH 関連項目
-.BR rm (1),
-.BR unlink (1),
-.BR link (2),
-.BR mknod (2),
-.BR open (2),
-.BR rename (2),
-.BR rmdir (2),
-.BR unlink (2),
-.BR mkfifo (3),
-.BR symlink (7)
+\fBrm\fP(1), \fBunlink\fP(1), \fBlink\fP(2), \fBmknod\fP(2), \fBopen\fP(2), \fBrename\fP(2),
+\fBrmdir\fP(2), \fBunlink\fP(2), \fBmkfifo\fP(3), \fBsymlink\fP(7)