X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_driver.3x;h=9c096f90d4c5898853f00bd3a83c989c103dff24;hp=292f93a5d30497f1eeb04e014df477a270b92a1d;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/man/form_driver.3x b/man/form_driver.3x index 292f93a5..9c096f90 100644 --- a/man/form_driver.3x +++ b/man/form_driver.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 1998-2016,2017 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 * @@ -26,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_driver.3x,v 1.31 2018/07/28 22:08:59 tom Exp $ +.\" $Id: form_driver.3x,v 1.35 2020/12/19 21:34:15 tom Exp $ .TH form_driver 3X "" .de bP .ie n .IP \(bu 4 @@ -37,7 +38,7 @@ \fBform_driver_w\fR \- command-processing loop of the form system .SH SYNOPSIS \fB#include \fR -.br +.sp \fBint form_driver(FORM *\fP\fIform\fP\fB, int \fP\fIc\fP\fB);\fP .br \fBint form_driver_w(FORM *\fP\fIform\fP\fB, int \fP\fIc\fP\fB, wchar_t \fP\fIwch\fP\fB);\fP @@ -245,7 +246,7 @@ No fields are connected to the form. The form driver could not process the request. .TP 5 .B E_SYSTEM_ERROR -System error occurred (see \fBerrno\fR). +System error occurred (see \fBerrno\fR(3)). .TP 5 .B E_UNKNOWN_COMMAND The form driver code saw an unknown request code. @@ -253,9 +254,9 @@ The form driver code saw an unknown request code. .SH SEE ALSO \fBcurses\fR(3X), \fBform\fR(3X), +\fBform_fieldtype\fR(3X), \fBform_field_buffer\fR(3X), \fBform_field_validation\fR(3X), -\fBform_fieldtype\fR(3X), \fBform_variables\fR(3X), \fBgetch\fR(3X). .SH NOTES