diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libbsddialog/Makefile | 1 | ||||
| -rw-r--r-- | lib/libpam/static_libpam/Makefile | 1 | ||||
| -rw-r--r-- | lib/libsys/pathconf.2 | 8 | 
3 files changed, 8 insertions, 2 deletions
diff --git a/lib/libbsddialog/Makefile b/lib/libbsddialog/Makefile index 2ec633b25147..54390cf87f71 100644 --- a/lib/libbsddialog/Makefile +++ b/lib/libbsddialog/Makefile @@ -13,6 +13,7 @@ SRCS=	barbox.c \  	libbsddialog.c \  	menubox.c \  	messagebox.c \ +	slider.c \  	textbox.c \  	theme.c \  	timebox.c diff --git a/lib/libpam/static_libpam/Makefile b/lib/libpam/static_libpam/Makefile index 8830f09ef0da..703e6a4a2f00 100644 --- a/lib/libpam/static_libpam/Makefile +++ b/lib/libpam/static_libpam/Makefile @@ -45,6 +45,7 @@ MAN=  MANNODEV=  INCS=  MLINKS= +MANNODEVLINKS=  MK_TESTS=	no  # diff --git a/lib/libsys/pathconf.2 b/lib/libsys/pathconf.2 index 5a983a3a13e2..5348128be706 100644 --- a/lib/libsys/pathconf.2 +++ b/lib/libsys/pathconf.2 @@ -25,7 +25,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd August 6, 2025 +.Dd October 31, 2025  .Dt PATHCONF 2  .Os  .Sh NAME @@ -180,7 +180,8 @@ Return 1 if named attributes are enabled for the file system, otherwise 0.  .It Li _PC_HAS_NAMEDATTR  Return 1 if one or more named attributes exist for the file, otherwise 0.  .It Li _PC_HAS_HIDDENSYSTEM -Return 1 if both +Return 1 if all of the +.Dv UF_ARCHIVE ,  .Dv UF_HIDDEN  and  .Dv UF_SYSTEM @@ -192,6 +193,9 @@ Returns the block size required for block cloning via  .Xr copy_file_range 2  for a file system if block cloning is supported,  otherwise 0. +.It Li _PC_CASE_INSENSITIVE +Return 1 if the file system performs case insensitive lookups, +otherwise 0.  .El  .Sh RETURN VALUES  If the call to  | 
