]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: document scols_table_calculate() constraints
authorYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Tue, 31 Mar 2026 09:30:32 +0000 (10:30 +0100)
committerYuriyRyabikov <22548029+kurok@users.noreply.github.com>
Tue, 31 Mar 2026 09:30:32 +0000 (10:30 +0100)
commit883cf25dc599dac737f09b62280837ab68e83e31
treeb1ca19f4d91598f8d9e6657cce2b47c53ce3179d
parentc194284244aa1d56b7995372e438d5b322059fe3
libsmartcols: document scols_table_calculate() constraints

Clarify that the table must not be modified after calculate, and
that the calculation is consumed by the next scols_print_table()
call only.
libsmartcols/src/print-api.c