summaryrefslogtreecommitdiff
path: root/lib/libc/sys/link.2
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
committerlukem <lukem@NetBSD.org>1998-08-29 08:32:32 +0000
commitce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch)
tree450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/link.2
parented88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff)
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/link.2')
-rw-r--r--lib/libc/sys/link.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2
index 2aa2ae1cbdf..527f7f8dc14 100644
--- a/lib/libc/sys/link.2
+++ b/lib/libc/sys/link.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: link.2,v 1.10 1997/07/14 23:20:05 kleink Exp $
+.\" $NetBSD: link.2,v 1.11 1998/08/29 08:32:39 lukem Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -68,7 +68,7 @@ is not deleted and the link count of the
underlying object is
decremented.
.Pp
-.Fa Name1
+.Fa name1
must exist for the hard link to
succeed and
both
@@ -76,7 +76,7 @@ both
and
.Fa name2
must be in the same file system.
-.Fa Name1
+.Fa name1
may not be a directory unless the caller is the super-user
and the file system containing it supports linking to directories.
.Sh RETURN VALUES
@@ -85,7 +85,7 @@ a value of -1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Link
+.Fn link
will fail and no link will be created if:
.Bl -tag -width Er
.It Bq Er ENOTDIR