summaryrefslogtreecommitdiff
path: root/lib/libc/sys/unlink.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/unlink.2
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/sys/unlink.2')
-rw-r--r--lib/libc/sys/unlink.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2
index f908b619555..8de5a6a5ff6 100644
--- a/lib/libc/sys/unlink.2
+++ b/lib/libc/sys/unlink.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unlink.2,v 1.5 1998/12/31 00:01:57 millert Exp $
+.\" $OpenBSD: unlink.2,v 1.6 1999/02/27 21:56:58 deraadt Exp $
.\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -105,7 +105,7 @@ or deallocating the inode.
.It Bq Er EROFS
The named file resides on a read-only file system.
.It Bq Er EFAULT
-.Fa Path
+.Fa path
points outside the process's allocated address space.
.El
.Sh SEE ALSO