diff options
| author | Mattias Andrée <m@maandree.se> | 2026-06-01 19:07:14 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-06-01 19:07:14 +0200 |
| commit | 77ade8d20906fe9ca2cf6788ff1e1437e0912868 (patch) | |
| tree | 61495e90e057bf792bb1d8ce157cef0ecc2ab696 /man3/libnormalform_from_string.3 | |
| parent | First commit (diff) | |
| download | libnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.gz libnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.bz2 libnormalform-77ade8d20906fe9ca2cf6788ff1e1437e0912868.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | man3/libnormalform_from_string.3 | 18 |
1 files changed, 9 insertions, 9 deletions
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 |
