diff options
Diffstat (limited to 'upstream/archlinux/man3/form_post.3x')
-rw-r--r-- | upstream/archlinux/man3/form_post.3x | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/upstream/archlinux/man3/form_post.3x b/upstream/archlinux/man3/form_post.3x index 689ab975..267f7b17 100644 --- a/upstream/archlinux/man3/form_post.3x +++ b/upstream/archlinux/man3/form_post.3x @@ -1,6 +1,5 @@ -'\" t .\"*************************************************************************** -.\" Copyright 2018-2021,2022 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -28,18 +27,19 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_post.3x,v 1.19 2022/02/12 20:03:40 tom Exp $ -.TH form_post 3X "" +.\" $Id: form_post.3x,v 1.33 2024/03/16 15:35:01 tom Exp $ +.TH form_post 3X 2024-03-16 "ncurses 6.5" "Library calls" .SH NAME \fBpost_form\fP, -\fBunpost_form\fP \- write or erase forms from associated subwindows +\fBunpost_form\fP \- +write or erase forms from associated subwindows .SH SYNOPSIS -\fB#include <form.h>\fP -.sp -\fBint post_form(FORM *\fIform\fB);\fR -.br -\fBint unpost_form(FORM *\fIform\fB);\fR -.br +.nf +\fB#include <form.h> +.PP +\fBint post_form(FORM *\fIform\fP); +\fBint unpost_form(FORM *\fIform\fP); +.fi .SH DESCRIPTION The function \fBpost_form\fP displays a form to its associated subwindow. To trigger physical display of the subwindow, @@ -74,12 +74,6 @@ The form has already been posted. .TP 5 .B E_SYSTEM_ERROR System error occurred (see \fBerrno\fP(3)). -. -.SH SEE ALSO -\fBcurses\fP(3X), \fBform\fP(3X). -.SH NOTES -The header file \fB<form.h>\fP automatically includes the header file -\fB<curses.h>\fP. .SH PORTABILITY These routines emulate the System V forms library. They were not supported on @@ -87,3 +81,6 @@ Version 7 or BSD versions. .SH AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. +.SH SEE ALSO +\fB\%curses\fP(3X), +\fB\%form\fP(3X) |