~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to doc/html/man/form_field_opts.3x.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!-- 
3
3
  * t
4
4
  ****************************************************************************
5
 
  * Copyright (c) 1998-2003,2005 Free Software Foundation, Inc.              *
 
5
  * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.              *
6
6
  *                                                                          *
7
7
  * Permission is hereby granted, free of charge, to any person obtaining a  *
8
8
  * copy of this software and associated documentation files (the            *
28
28
  * sale, use or other dealings in this Software without prior written       *
29
29
  * authorization.                                                           *
30
30
  ****************************************************************************
31
 
  * @Id: form_field_opts.3x,v 1.10 2005/10/08 22:16:18 tom Exp @
 
31
  * @Id: form_field_opts.3x,v 1.12 2006/11/04 17:12:00 tom Exp @
32
32
-->
33
33
<HTML>
34
34
<HEAD>
122
122
 
123
123
       <STRONG>E_OK</STRONG> The routine succeeded.
124
124
 
 
125
       <STRONG>E_BAD_ARGUMENT</STRONG>
 
126
            Routine detected an incorrect or  out-of-range  argu-
 
127
            ment.
 
128
 
 
129
       <STRONG>E_CURRENT</STRONG>
 
130
            The field is the current field.
 
131
 
125
132
       <STRONG>E_SYSTEM_ERROR</STRONG>
126
133
            System error occurred (see <STRONG>errno</STRONG>).
127
134
 
128
 
       <STRONG>E_CURRENT</STRONG>
129
 
            The field is the current field.
130
 
 
131
135
 
132
136
</PRE>
133
137
<H2>SEE ALSO</H2><PRE>
140
144
 
141
145
</PRE>
142
146
<H2>PORTABILITY</H2><PRE>
143
 
       These  routines  emulate the System V forms library.  They
 
147
       These routines emulate the System V forms  library.   They
144
148
       were not supported on Version 7 or BSD versions.
145
149
 
146
150
 
147
151
</PRE>
148
152
<H2>AUTHORS</H2><PRE>
149
 
       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
 
153
       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
150
154
       curses by Eric S. Raymond.
151
155
 
152
156