Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3curses/form_cursor.3curses
+++ new/usr/src/man/man3curses/form_cursor.3curses
1 1 '\" te
2 2 .\" Copyright 1989 AT&T
3 3 .\" Portions Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved.
4 4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
5 5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
6 6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 7 .TH FORM_CURSOR 3CURSES "Dec 31, 1996"
8 8 .SH NAME
9 9 form_cursor, pos_form_cursor \- position forms window cursor
↓ open down ↓ |
9 lines elided |
↑ open up ↑ |
10 10 .SH SYNOPSIS
11 11 .LP
12 12 .nf
13 13 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lform\fR \fB -lcurses \fR [ \fIlibrary\fR... ]
14 14 #include <form.h>
15 15
16 16 \fBint\fR \fBpos_form_cursor\fR(\fBFORM *\fR\fIform\fR);
17 17 .fi
18 18
19 19 .SH DESCRIPTION
20 -.sp
21 20 .LP
22 21 \fBpos_form_cursor()\fR moves the form window cursor to the location required
23 22 by the form driver to resume form processing. This may be needed after the
24 23 application calls a \fBcurses\fR library I/O routine.
25 24 .SH RETURN VALUES
26 -.sp
27 25 .LP
28 26 \fBpos_form_cursor()\fR returns one of the following:
29 27 .sp
30 28 .ne 2
31 29 .na
32 30 \fBE_OK\fR
33 31 .ad
34 32 .RS 18n
35 -Thefunction returned successfully.
33 +The function returned successfully.
36 34 .RE
37 35
38 36 .sp
39 37 .ne 2
40 38 .na
41 39 \fBE_SYSTEM_ERROR\fR
42 40 .ad
43 41 .RS 18n
44 42 System error.
45 43 .RE
46 44
47 45 .sp
48 46 .ne 2
49 47 .na
50 48 \fBE_BAD_ARGUMENT\fR
51 49 .ad
52 50 .RS 18n
53 51 An argument is incorrect.
54 52 .RE
55 53
↓ open down ↓ |
10 lines elided |
↑ open up ↑ |
56 54 .sp
57 55 .ne 2
58 56 .na
59 57 \fBE_NOT_POSTED\fR
60 58 .ad
61 59 .RS 18n
62 60 The form is not posted.
63 61 .RE
64 62
65 63 .SH ATTRIBUTES
66 -.sp
67 64 .LP
68 65 See \fBattributes\fR(5) for descriptions of the following attributes:
69 66 .sp
70 67
71 68 .sp
72 69 .TS
73 70 box;
74 71 c | c
75 72 l | l .
76 73 ATTRIBUTE TYPE ATTRIBUTE VALUE
77 74 _
78 75 MT-Level Unsafe
79 76 .TE
80 77
81 78 .SH SEE ALSO
82 -.sp
83 79 .LP
84 80 \fBcurses\fR(3CURSES), \fBforms\fR(3CURSES), \fBattributes\fR(5)
85 81 .SH NOTES
86 -.sp
87 82 .LP
88 83 The header \fB<form.h>\fR automatically includes the headers \fB<eti.h>\fR and
89 84 \fB<curses.h>\fR\&.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX