diff options
| author | cgd <cgd@NetBSD.org> | 1995-02-27 12:31:34 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-02-27 12:31:34 +0000 |
| commit | 4eab61bd40c07b2fc612ad50cface2b77fc110d0 (patch) | |
| tree | 7118747f1d9919499fdea5d7c6908c5cfe04e5a8 /lib/libc/sys/link.2 | |
| parent | c67e54a2e2b9f3d455a30d68ea4e09e56d7b9136 (diff) | |
merge with lite, keeping most local changes. clean up Ids
Diffstat (limited to 'lib/libc/sys/link.2')
| -rw-r--r-- | lib/libc/sys/link.2 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index 1fe8c6c1015..fbb03baff53 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -1,5 +1,7 @@ -.\" Copyright (c) 1980, 1991 Regents of the University of California. -.\" All rights reserved. +.\" $NetBSD: link.2,v 1.7 1995/02/27 12:34:01 cgd Exp $ +.\" +.\" Copyright (c) 1980, 1991, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -29,10 +31,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)link.2 6.4 (Berkeley) 3/10/91 -.\" $Id: link.2,v 1.6 1994/04/22 00:13:36 jtc Exp $ +.\" @(#)link.2 8.3 (Berkeley) 1/12/94 .\" -.Dd March 10, 1991 +.Dd January 12, 1994 .Dt LINK 2 .Os BSD 4 .Sh NAME @@ -86,7 +87,6 @@ is set to indicate the error. .Sh ERRORS .Fn Link will fail and no link will be created if: -are true: .Bl -tag -width Er .It Bq Er ENOTDIR A component of either path prefix is not a directory. @@ -128,6 +128,7 @@ are on different file systems. The directory in which the entry for the new link is being placed cannot be extended because there is no space left on the file system containing the directory. +.ne 3v .It Bq Er EDQUOT The directory in which the entry for the new link is being placed cannot be extended because the |
