svn commit: r195763 - head/lib/libc/sys

Jilles Tjoelker jilles at FreeBSD.org
Sun Jul 19 16:48:26 UTC 2009


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


More information about the svn-src-head mailing list