Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156472773
D54054.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D54054.diff
View Options
diff --git a/cddl/usr.bin/ctfmerge/ctfmerge.1 b/cddl/usr.bin/ctfmerge/ctfmerge.1
--- a/cddl/usr.bin/ctfmerge/ctfmerge.1
+++ b/cddl/usr.bin/ctfmerge/ctfmerge.1
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2010 The FreeBSD Foundation
+.\" Copyright (c) 2010-2025 The FreeBSD Foundation
.\" All rights reserved.
.\"
.\" This software was developed by Rui Paulo under sponsorship from the
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 21, 2022
+.Dd December 3, 2025
.Dt CTFMERGE 1
.Os
.Sh NAME
@@ -104,6 +104,24 @@
into
.Ar destfile .
.El
+.Sh ENVIRONMENT VARIABLES
+The following environment variables are used in
+.Nm :
+.Bl -tag -width x
+.It CTFMERGE_TERMINATE_NO_UNLINK
+Don't remove temporary files on exit, so that they can be examined
+for debugging.
+.It CTFMERGE_MAX_SLOTS
+Number of round-robin slots in the input queue that it is processed by
+worker threads.
+Each slot represents a file batch (default 5).
+.It CTFMERGE_PHASE1_BATCH_SIZE
+Number of files in a slot that are needed before processing starts (default 8).
+.It CTFMERGE_INPUT_THROTTLE
+Max queue size to queue (defaults to 10).
+.It CTFMERGE_DEBUG_LEVEL
+Increase debugging verbosity (maximum is 3).
+.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 10:12 PM (14 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33063959
Default Alt Text
D54054.diff (1 KB)
Attached To
Mode
D54054: ctfmerge.1: needs to document environment variable use
Attached
Detach File
Event Timeline
Log In to Comment