X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_post.3x;h=c0e5baa5af28dcd1466a0029198acb2ae2e84a0b;hp=77e4c149637654c64e691e8236ca6b0a528dd0d5;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/man/form_post.3x b/man/form_post.3x index 77e4c149..c0e5baa5 100644 --- a/man/form_post.3x +++ b/man/form_post.3x @@ -1,6 +1,7 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 1998-2015,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 * @@ -27,17 +28,17 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_post.3x,v 1.12 2018/07/28 21:34:06 tom Exp $ +.\" $Id: form_post.3x,v 1.16 2020/10/18 00:01:05 tom Exp $ .TH form_post 3X "" .SH NAME \fBpost_form\fR, \fBunpost_form\fR \- write or erase forms from associated subwindows .SH SYNOPSIS \fB#include \fR +.sp +\fBint post_form(FORM *\fP\fIform\fP\fB);\fP .br -int post_form(FORM *form); -.br -int unpost_form(FORM *form); +\fBint unpost_form(FORM *\fP\fIform\fP\fB);\fP .br .SH DESCRIPTION The function \fBpost_form\fR displays a form to its associated subwindow. @@ -72,7 +73,7 @@ Form is too large for its window. The form has already been posted. .TP 5 .B E_SYSTEM_ERROR -System error occurred (see \fBerrno\fR). +System error occurred (see \fBerrno\fR(3)). . .SH SEE ALSO \fBcurses\fR(3X), \fBform\fR(3X).