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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to