diff options
Diffstat (limited to 'lib/libc/sys/link.2')
-rw-r--r-- | lib/libc/sys/link.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index e3be19067e1..ce8d0f64e77 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link.2,v 1.23 2013/03/31 05:07:55 guenther Exp $ +.\" $OpenBSD: link.2,v 1.24 2013/04/01 20:16:31 guenther Exp $ .\" $NetBSD: link.2,v 1.7 1995/02/27 12:34:01 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,17 +30,18 @@ .\" .\" @(#)link.2 8.3 (Berkeley) 1/12/94 .\" -.Dd $Mdocdate: March 31 2013 $ +.Dd $Mdocdate: April 1 2013 $ .Dt LINK 2 .Os .Sh NAME .Nm link .Nd make hard link to a file .Sh SYNOPSIS -.Fd #include <fcntl.h> .Fd #include <unistd.h> .Ft int .Fn link "const char *name1" "const char *name2" +.Fd #include <fcntl.h> +.Fd #include <unistd.h> .Ft int .Fn linkat "int fd1" "const char *name1" "int fd2" "const char *name2" "int flag" .Sh DESCRIPTION |