]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_requestname.3x
ncurses 6.4 - patch 20230917
[ncurses.git] / man / form_requestname.3x
index 423ef7e954b389a2b05ce9eac7c606a0ca625889..dbd97309685e9d5a63b1227fa98c889dd760319a 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\"***************************************************************************
-.\" Copyright 2018-2020,2021 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2010,2015 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_requestname.3x,v 1.18 2021/12/25 21:41:58 tom Exp $
-.TH form_requestname 3X ""
+.\" $Id: form_requestname.3x,v 1.26 2023/09/16 23:37:03 tom Exp $
+.TH form_requestname 3X 2023-09-16 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBform_request_by_name\fP,
-\fBform_request_name\fP \- handle printable form request names
+\fBform_request_name\fP \-
+handle printable form request names
 .SH SYNOPSIS
 \fB#include <form.h>\fP
 .sp
-\fBconst char *form_request_name(int \fP\fIrequest\fP\fB);\fP
-.br
-\fBint form_request_by_name(const char *\fP\fIname\fP\fB);\fP
+\fBconst char *form_request_name(int \fIrequest\fB);\fR
 .br
+\fBint form_request_by_name(const char *\fIname\fB);\fR
 .SH DESCRIPTION
-.SS form_request_name
 The function \fBform_request_name\fP returns the printable name of a form
 request code.
-.SS form_request_name_by_name
 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.