From e63db0d3e51034e0f29fa1bb0d1f5300b3fe157a Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Mon, 16 Feb 2015 12:56:55 +0000 Subject: [PATCH] symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW). MFC after: 1 week --- bin/ln/symlink.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 821a3128c914..089c0103aad2 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -29,7 +29,7 @@ .\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 .\" $FreeBSD$ .\" -.Dd January 23, 2015 +.Dd February 16, 2015 .Dt SYMLINK 7 .Os .Sh NAME @@ -146,6 +146,7 @@ The following system calls follow symbolic links unless given the .Dv AT_SYMLINK_NOFOLLOW flag: +.Xr chflagsat 2 , .Xr fchmodat 2 , .Xr fchownat 2 , .Xr fstatat 2