diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-22 13:52:06 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-22 13:52:06 +0000 |
commit | 31a5ba774e30642b800695d874b5c0d49579469a (patch) | |
tree | bde6e26e771c8c4212dbf0bf99e0172dfe56e68b /lib | |
parent | 7d8b282c5df678b4b1de52e73cae8ebe9ee88874 (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/rmdir.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/rmdir.2 b/lib/libc/sys/rmdir.2 index 6f0e5122ed3..ee8fa1d0ff8 100644 --- a/lib/libc/sys/rmdir.2 +++ b/lib/libc/sys/rmdir.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmdir.2,v 1.3 1999/01/22 05:08:19 millert Exp $ +.\" $OpenBSD: rmdir.2,v 1.4 1999/01/22 13:52:05 art Exp $ .\" $NetBSD: rmdir.2,v 1.7 1995/02/27 12:36:30 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -90,7 +90,7 @@ and neither the containing directory nor the directory to be removed are owned by the effective user ID. .It Bq Er EBUSY The directory to be removed is the mount point -for a mounted file system or the current direactory. +for a mounted file system or the current directory. .It Bq Er EIO An I/O error occurred while deleting the directory entry or deallocating the inode. |