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.man.txt
+++ new/usr/src/man/man3curses/form_cursor.3curses.man.txt
1 1 FORM_CURSOR(3CURSES) Curses Library Functions FORM_CURSOR(3CURSES)
2 2
3 3
4 4
5 5 NAME
6 6 form_cursor, pos_form_cursor - position forms window cursor
7 7
8 8 SYNOPSIS
9 9 cc [ flag... ] file... -lform -lcurses [ library... ]
10 10 #include <form.h>
11 11
12 12 int pos_form_cursor(FORM *form);
13 13
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14
15 15 DESCRIPTION
16 16 pos_form_cursor() moves the form window cursor to the location required
17 17 by the form driver to resume form processing. This may be needed after
18 18 the application calls a curses library I/O routine.
19 19
20 20 RETURN VALUES
21 21 pos_form_cursor() returns one of the following:
22 22
23 23 E_OK
24 - Thefunction returned successfully.
24 + The function returned successfully.
25 25
26 26
27 27 E_SYSTEM_ERROR
28 28 System error.
29 29
30 30
31 31 E_BAD_ARGUMENT
32 32 An argument is incorrect.
33 33
34 34
35 35 E_NOT_POSTED
36 36 The form is not posted.
37 37
38 38
39 39 ATTRIBUTES
40 40 See attributes(5) for descriptions of the following attributes:
41 41
42 42
43 43
44 44
45 45 +---------------+-----------------+
46 46 |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
47 47 +---------------+-----------------+
48 48 |MT-Level | Unsafe |
49 49 +---------------+-----------------+
50 50
51 51 SEE ALSO
52 52 curses(3CURSES), forms(3CURSES), attributes(5)
53 53
54 54 NOTES
55 55 The header <form.h> automatically includes the headers <eti.h> and
56 56 <curses.h>.
57 57
58 58
59 59
60 60 December 31, 1996 FORM_CURSOR(3CURSES)
↓ open down ↓ |
26 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX