Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/unlink.refentry @ 557:7d803625ead8
Signal is not finished at all.
Missing tag in basic09.appendix
author | roug |
---|---|
date | Tue, 22 Oct 2002 19:13:01 +0000 |
parents | fcb97f0ba24b |
children | dc9fb26efbad |
line wrap: on
line source
<refentry id="unlink"> <refnamediv> <refname>Unlink</refname> <refpurpose>remove directory entry</refpurpose> </refnamediv> <refsynopsisdiv> <funcsynopsis> <funcprototype> <funcdef><function>unlink</function></funcdef> <paramdef>type <parameter>arg1</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> <refsect1><title>Assembler Equivalent</title> <para> os9 I$DELETE </para> </refsect1> <refsect1><title>Description</title> <para> Placeholder </para> </refsect1> <refsect1><title>Diagnostics</title> <para> Zero is returned from a successful call, -1 if the file does not exist, if its directory is write-protected, or cannot be searched, if the file is a non-empty directory or a device. </para> </refsect1> <refsect1><title>See Also</title> <para> OS-9 command "kill" <!-- The original manual referenced link() here, but no such system call exists. Too much inspiration from UNIX manuals :-) --> </para> </refsect1> </refentry>