From 3d751650c19436fe8fcc7c969ba8b513d64f0072 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 16 Jun 2017 15:09:43 +0000 Subject: [PATCH] Document st_flags in the stat(2). Approved by: mckusick,vangyzen,jilles Differential Revision: https://reviews.freebsd.org/D10852 --- lib/libc/sys/stat.2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index be6100adef48..e706a408275d 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -137,6 +137,11 @@ The numeric ID of the device containing the file. The file's inode number. .It Va st_nlink The number of hard links to the file. +.It Va st_flags +The flags enabled for the file. +See +.Xr chflags 2 +for the list of flags and their description. .El .Pp The