diff options
Diffstat (limited to 'lib/libc/sys/link.2')
-rw-r--r-- | lib/libc/sys/link.2 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index ce8d0f64e77..1a7ce4fe873 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link.2,v 1.24 2013/04/01 20:16:31 guenther Exp $ +.\" $OpenBSD: link.2,v 1.25 2014/02/13 07:30:39 guenther 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: April 1 2013 $ +.Dd $Mdocdate: February 13 2014 $ .Dt LINK 2 .Os .Sh NAME @@ -106,12 +106,9 @@ or .Fa name2 argument. .Pp -Values for +The .Fa flag -are constructed by bitwise-inclusive -.Tn OR Ns ing -flags from the following list defined in -.In fcntl.h : +argument is the bitwise OR of zero or more of the following values: .Pp .Bl -tag -width AT_SYMLINK_FOLLOW -offset indent -compact .It Dv AT_SYMLINK_FOLLOW |