summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2011-07-24 06:54:45 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2011-07-24 06:54:45 +0000
commitaa19f81538ef145cd300aeeed110a6b9d2066c5b (patch)
tree7007a8391b05a4361cba96e1a626899365648ffb
parent397b033858172811357b65ca20c47ca68957b9f4 (diff)
fix linkat(2) prototype
-rw-r--r--lib/libc/sys/link.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2
index 41ac5d88843..e0c765a8073 100644
--- a/lib/libc/sys/link.2
+++ b/lib/libc/sys/link.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: link.2,v 1.20 2011/07/19 20:58:05 matthew Exp $
+.\" $OpenBSD: link.2,v 1.21 2011/07/24 06:54:44 matthew Exp $
.\" $NetBSD: link.2,v 1.7 1995/02/27 12:34:01 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
.\"
-.Dd $Mdocdate: July 19 2011 $
+.Dd $Mdocdate: July 24 2011 $
.Dt LINK 2
.Os
.Sh NAME
@@ -42,7 +42,7 @@
.Ft int
.Fn link "const char *name1" "const char *name2"
.Ft int
-.Fn linkat "int fd1" "const char *name1" "int fd2" "const char *name2"
+.Fn linkat "int fd1" "const char *name1" "int fd2" "const char *name2" "int flag"
.Sh DESCRIPTION
The
.Fn link