diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-02-26 19:36:13 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-02-26 19:36:13 +0000 |
commit | 0e0fe00c461848cc7f1bdcce344efb9aadea7201 (patch) | |
tree | d9f30b8d43fd89c59f5028f9156e66f9b30ff823 | |
parent | 8aea5ba4a6aecda2a9306ca0af177e83f8e20f4c (diff) |
Add EMLINK error message
-rw-r--r-- | lib/libc/sys/rename.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index b1385af0290..f635c5f77d9 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rename.2,v 1.2 1998/07/06 18:28:19 deraadt Exp $ +.\" $OpenBSD: rename.2,v 1.3 1999/02/26 19:36:12 csapuntz Exp $ .\" $NetBSD: rename.2,v 1.7 1995/02/27 12:36:15 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -145,6 +145,9 @@ and neither the containing directory nor are owned by the effective user ID. .It Bq Er ELOOP Too many symbolic links were encountered in translating either pathname. +.It Bq Er EMLINK +The link count on the source file or destination directory is at the maximum. +A rename cannot be completed under these conditions. .It Bq Er ENOTDIR A component of either path prefix is not a directory. .It Bq Er ENOTDIR |