annotate docs/ccguide/unlink.refentry @ 552:fcb97f0ba24b

All diagnostics added.
author roug
date Wed, 16 Oct 2002 20:02:31 +0000
parents 8b99a9882961
children dc9fb26efbad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
1 <refentry id="unlink">
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
2 <refnamediv>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
3 <refname>Unlink</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
4 <refpurpose>remove directory entry</refpurpose>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
5 </refnamediv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
6
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
7 <refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8 <funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9 <funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
10 <funcdef><function>unlink</function></funcdef>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
11 <paramdef>type <parameter>arg1</parameter></paramdef>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
12 </funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
13 </funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
14
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
15 </refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
16
546
8b99a9882961 All "See Also" implemented
roug
parents: 468
diff changeset
17 <refsect1><title>Assembler Equivalent</title>
8b99a9882961 All "See Also" implemented
roug
parents: 468
diff changeset
18 <para>
8b99a9882961 All "See Also" implemented
roug
parents: 468
diff changeset
19 os9 I$DELETE
8b99a9882961 All "See Also" implemented
roug
parents: 468
diff changeset
20 </para>
8b99a9882961 All "See Also" implemented
roug
parents: 468
diff changeset
21 </refsect1>
8b99a9882961 All "See Also" implemented
roug
parents: 468
diff changeset
22
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
23 <refsect1><title>Description</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
24 <para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
25 Placeholder
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
26 </para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
27 </refsect1>
552
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
28
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
29 <refsect1><title>Diagnostics</title>
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
30 <para>
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
31 Zero is returned from a successful call, -1 if the file does
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
32 not exist, if its directory is write-protected, or cannot be
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
33 searched, if the file is a non-empty directory or a device.
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
34 </para>
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
35 </refsect1>
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
36
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
37 <refsect1><title>See Also</title>
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
38 <para>
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
39 OS-9 command "kill"
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
40 <!-- The original manual referenced link() here, but no such system call exists.
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
41 Too much inspiration from UNIX manuals :-) -->
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
42 </para>
fcb97f0ba24b All diagnostics added.
roug
parents: 546
diff changeset
43 </refsect1>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
44 </refentry>