The branch stable/15 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a3b3ac646d9cd58a6c86f334aac343e75ba8187b

commit a3b3ac646d9cd58a6c86f334aac343e75ba8187b
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2025-12-27 16:21:37 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2026-01-05 00:44:20 +0000

    exterror.9: describe formatting of optional arguments
    
    (cherry picked from commit 14bd57d0a78dcd98449597fd3e19749799e36935)
---
 share/man/man9/exterror.9 | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/share/man/man9/exterror.9 b/share/man/man9/exterror.9
index fd4b732b8213..a7c7a11d1315 100644
--- a/share/man/man9/exterror.9
+++ b/share/man/man9/exterror.9
@@ -90,6 +90,16 @@ The
 .Fn EXTERROR
 macro can take two optional 64-bit integer arguments,
 whose meaning is specific to the subsystem.
+The format string may include up to two printf-like format
+specifiers to insert the optional argument values in the
+user output, which is done in userspace.
+.Pp
+The format specifier must be for an integer type, and include the
+.Dq j
+format modifier to accept only the types
+.Vt intmax_t
+or
+.Vt uintmax_t .
 .El
 .Pp
 The strings passed as the second argument are only retained

Reply via email to