Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2009 16:48:25 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195763 - head/lib/libc/sys
Message-ID:  <200907191648.n6JGmP8u048508@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun Jul 19 16:48:25 2009
New Revision: 195763
URL: http://svn.freebsd.org/changeset/base/195763

Log:
  Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page.
  
  Approved by:	re (kib), ed (mentor)

Modified:
  head/lib/libc/sys/link.2

Modified: head/lib/libc/sys/link.2
==============================================================================
--- head/lib/libc/sys/link.2	Sun Jul 19 16:44:26 2009	(r195762)
+++ head/lib/libc/sys/link.2	Sun Jul 19 16:48:25 2009	(r195763)
@@ -110,7 +110,7 @@ are constructed by a bitwise-inclusive O
 list, defined in
 .In fcntl.h :
 .Bl -tag -width indent
-.It Dv AT_SYMLINK_NOFOLLOW
+.It Dv AT_SYMLINK_FOLLOW
 If
 .Fa name1
 names a symbolic link, a new link for the target of the symbolic link is



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907191648.n6JGmP8u048508>