From 9671c618863563ce747480cf6923f4f4f3688ec6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Tue, 23 Aug 1994 20:47:53 -0800 Subject: [PATCH] typo: EXIST -> EEXIST SCCS-vsn: lib/libc/sys/undelete.2 8.3 --- usr/src/lib/libc/sys/undelete.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/lib/libc/sys/undelete.2 b/usr/src/lib/libc/sys/undelete.2 index da6f6103fd..a02ac05442 100644 --- a/usr/src/lib/libc/sys/undelete.2 +++ b/usr/src/lib/libc/sys/undelete.2 @@ -4,7 +4,7 @@ .\" .\" %sccs.include.redist.man% .\" -.\" @(#)undelete.2 8.2 (Berkeley) %G% +.\" @(#)undelete.2 8.3 (Berkeley) %G% .\" .Dd .Dt UNWHITEOUT 2 @@ -42,7 +42,7 @@ The pathname contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. -.It Bq Er EXIST +.It Bq Er EEXIST The path does not reference a whiteout. .It Bq Er ENOENT The whiteout does not exist. -- 2.20.1