X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fform_requestname.3x;h=a816370a3f960389cc1351f892470bb36173f858;hb=a6ff7e087fd944fd0035075d0bb528e95e498d81;hp=55566fd6d863738945c0a1c510037cc19dea693c;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948;p=ncurses.git diff --git a/man/form_requestname.3x b/man/form_requestname.3x index 55566fd6..a816370a 100644 --- a/man/form_requestname.3x +++ b/man/form_requestname.3x @@ -1,6 +1,7 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. * +.\" Copyright 2018,2020 Thomas E. Dickey * +.\" Copyright 1998-2010,2015 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -27,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_requestname.3x,v 1.10 2015/12/05 23:42:45 tom Exp $ +.\" $Id: form_requestname.3x,v 1.12 2020/02/02 23:34:34 tom Exp $ .TH form_requestname 3X "" .SH NAME \fBform_request_by_name\fP, @@ -44,7 +45,8 @@ The function \fBform_request_name\fR returns the printable name of a form request code. .br The function \fBform_request_by_name\fR searches in the name-table for a request -with the given name and returns its request code. Otherwise E_NO_MATCH is returned. +with the given name and returns its request code. +Otherwise E_NO_MATCH is returned. .SH RETURN VALUE \fBform_request_name\fR returns \fBNULL\fR on error and sets errno to \fBE_BAD_ARGUMENT\fR. @@ -57,9 +59,11 @@ It does not set errno. The header file \fB\fR automatically includes the header file \fB\fR. .SH PORTABILITY -These routines are specific to ncurses. They were not supported on -Version 7, BSD or System V implementations. It is recommended that +These routines are specific to ncurses. +They were not supported on +Version 7, BSD or System V implementations. +It is recommended that any code depending on them be conditioned using NCURSES_VERSION. .SH AUTHORS -Juergen Pfeifer. Manual pages and adaptation for new curses by Eric -S. Raymond. +Juergen Pfeifer. +Manual pages and adaptation for new curses by Eric S. Raymond.