diff options
author | 1999-02-26 19:36:12 +0000 | |
---|---|---|
committer | 1999-02-26 19:36:12 +0000 | |
commit | c208dceb1653d482f561586243880669a30b9877 (patch) | |
tree | ad3f1c38976626abb37347d4f1b0e7fa8b90c9b3 /lib/libc/sys | |
parent | Xr brconfig (diff) | |
download | wireguard-openbsd-c208dceb1653d482f561586243880669a30b9877.tar.xz wireguard-openbsd-c208dceb1653d482f561586243880669a30b9877.zip |
Add EMLINK error message
Diffstat (limited to 'lib/libc/sys')
-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 |