Module Name: src
Committed By: jruoho
Date: Sat Apr 3 15:35:06 UTC 2010
Modified Files:
src/lib/libc/sys: unlink.2
Log Message:
An unlink() appeared already in v2 UNIX.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/unlink.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/unlink.2
diff -u src/lib/libc/sys/unlink.2:1.20 src/lib/libc/sys/unlink.2:1.21
--- src/lib/libc/sys/unlink.2:1.20 Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/unlink.2 Sat Apr 3 15:35:06 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: unlink.2,v 1.20 2004/05/13 10:20:58 wiz Exp $
+.\" $NetBSD: unlink.2,v 1.21 2010/04/03 15:35:06 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)unlink.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd April 3, 2010
.Dt UNLINK 2
.Os
.Sh NAME
@@ -117,4 +117,4 @@
An
.Fn unlink
function call appeared in
-.At v6 .
+.At v2 .