From 77ade8d20906fe9ca2cf6788ff1e1437e0912868 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 1 Jun 2026 19:07:14 +0200 Subject: Second commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man3/libnormalform_from_string.3 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'man3/libnormalform_from_string.3') diff --git a/man3/libnormalform_from_string.3 b/man3/libnormalform_from_string.3 index f0bfc98..108c5a7 100644 --- a/man3/libnormalform_from_string.3 +++ b/man3/libnormalform_from_string.3 @@ -111,14 +111,14 @@ The .BR libnormalform_from_string () function fails if: .TP -.I ENOMEM +.B ENOMEM Insufficient memory was available to create the sentence object. .TP -.I EINVAL +.B EINVAL The representation is invalid. .TP -.I EINVAL +.B EINVAL .I end_out is .I NULL @@ -126,35 +126,35 @@ but there are non-whitespace characters in .I s after the detected end of the representation. .TP -.I EDOM +.B EDOM The described sentence contains an empty clause for a connective that does not support empty clauses. .TP -.I EDOM +.B EDOM The described sentence contains a transformation somewhere over a qualifer. .TP -.I ENOENT +.B ENOENT The described sentence contains a boolean variable but .I spec->get_variable was .IR NULL . .TP -.I ENOENT +.B ENOENT The described sentence contains a boolean function but .I spec->get_function was .IR NULL . .TP -.I ENOENT +.B ENOENT The described sentence contains (a domain of interest for a) qualifier but .I spec->get_map was .IR NULL . .TP -.I ENOENT +.B ENOENT The described sentence contains a transformation (a input transformation function) but .I spec->get_transformer -- cgit v1.3.1