summaryrefslogtreecommitdiff
path: root/static/unix-v10/man2/link.2
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man2/link.2')
-rw-r--r--static/unix-v10/man2/link.226
1 files changed, 26 insertions, 0 deletions
diff --git a/static/unix-v10/man2/link.2 b/static/unix-v10/man2/link.2
new file mode 100644
index 00000000..bea93604
--- /dev/null
+++ b/static/unix-v10/man2/link.2
@@ -0,0 +1,26 @@
+.pa 1
+.he 'LINK (II)'3/15/72'LINK (II)'
+.ti 0
+NAME link -- link to a file
+.sp
+.ti 0
+SYNOPSIS sys link; name\d1\u; name\d2\u / link = 9.
+.sp
+.ti 0
+DESCRIPTION A link
+to name____\d1\u is created; the link has name name____\d2\u.
+Either name may be an arbitrary path name.
+.sp
+.ti 0
+SEE ALSO link(I), unlink(II)
+.sp
+.ti 0
+DIAGNOSTICS The error bit
+(c-bit) is set when name____\d1\u
+cannot be found; when name____\d2\u
+already exists; when the directory of name____\d2\u
+cannot be written; when
+an attempt is made to link to a directory by a user other than the super-user.
+.sp
+.ti 0
+BUGS --