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
↓ 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
↓ 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