summaryrefslogtreecommitdiff
path: root/man/form_requestname.3x
diff options
context:
space:
mode:
Diffstat (limited to 'man/form_requestname.3x')
-rw-r--r--man/form_requestname.3x8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/form_requestname.3x b/man/form_requestname.3x
index 4075ea73c756..27c897c961d2 100644
--- a/man/form_requestname.3x
+++ b/man/form_requestname.3x
@@ -27,8 +27,8 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_requestname.3x,v 1.35 2024/03/16 15:35:01 tom Exp $
-.TH form_requestname 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
+.\" $Id: form_requestname.3x,v 1.37 2024/12/28 21:26:21 tom Exp $
+.TH form_requestname 3X 2024-12-28 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
.SH NAME
\fBform_request_by_name\fP,
\fBform_request_name\fP \-
@@ -47,7 +47,9 @@ The function \fBform_request_by_name\fP searches in the name-table for a request
with the given name and returns its request code.
Otherwise E_NO_MATCH is returned.
.SH RETURN VALUE
-\fBform_request_name\fP returns \fBNULL\fP on error and sets \fBerrno\fP
+\fBform_request_name\fP returns
+.I NULL
+on error and sets \fBerrno\fP
to \fBE_BAD_ARGUMENT\fP.
.PP
\fBform_request_by_name\fP returns \fBE_NO_MATCH\fP on error.