466
|
1 <refentry id="unlink">
|
|
2 <refnamediv>
|
468
|
3 <refname>Unlink</refname>
|
|
4 <refpurpose>remove directory entry</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>unlink</function></funcdef>
|
|
11 <paramdef>type <parameter>arg1</parameter></paramdef>
|
|
12 </funcprototype>
|
|
13 </funcsynopsis>
|
|
14
|
|
15 </refsynopsisdiv>
|
|
16
|
546
|
17 <refsect1><title>Assembler Equivalent</title>
|
|
18 <para>
|
|
19 os9 I$DELETE
|
|
20 </para>
|
|
21 </refsect1>
|
|
22
|
466
|
23 <refsect1><title>Description</title>
|
|
24 <para>
|
|
25 Placeholder
|
|
26 </para>
|
|
27 </refsect1>
|
552
|
28
|
|
29 <refsect1><title>Diagnostics</title>
|
|
30 <para>
|
|
31 Zero is returned from a successful call, -1 if the file does
|
|
32 not exist, if its directory is write-protected, or cannot be
|
|
33 searched, if the file is a non-empty directory or a device.
|
|
34 </para>
|
|
35 </refsect1>
|
|
36
|
|
37 <refsect1><title>See Also</title>
|
|
38 <para>
|
|
39 OS-9 command "kill"
|
|
40 <!-- The original manual referenced link() here, but no such system call exists.
|
|
41 Too much inspiration from UNIX manuals :-) -->
|
|
42 </para>
|
|
43 </refsect1>
|
466
|
44 </refentry>
|