Files
RedBear-OS/recipes/dev/fontconfig/source/doc/fc-conflist.1
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

36 lines
1.3 KiB
Groff

.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FC-CONFLIST" "1" "Dec 21, 2021" "" ""
.SH NAME
fc-conflist \- list the configuration files processed by Fontconfig
.SH SYNOPSIS
.sp
\fBfc-conflist\fR [ \fB-Vh\fR ]
[ \fB--version\fR ] [ \fB--help\fR ]
.SH "DESCRIPTION"
.PP
\fBfc-conflist\fR prints an annotated list of all the configuration files processed by Fontconfig.
.PP
The output is a `-' or `+' depending on whether the file is ignored or processed, a space, the file's path, a colon and space, and the description from the file or `No description' if none is present.
.PP
The order of files looks like how fontconfig actually processes them except one contains <include> element.
In that case, it will be shown after processing all the sub directories where is targeted by <include>\&.
.SH "OPTIONS"
.PP
This program follows the usual GNU command line syntax,
with long options starting with two dashes (`-'). A summary of
options is included below.
.TP
\fB-V\fR
Show version of the program and exit.
.TP
\fB-h\fR
Show summary of options.
.SH "RETURN CODES"
.PP
\fBfc-conflist\fR returns error code 0 for successful parsing,
or 1 if any errors occurred or if at least one font face could not be opened.
.SH "AUTHOR"
.PP
This manual page was updated by Akira TAGOH <akira@tagoh.org>\&.