Improve RETURN VALUES section.
This commit is contained in:
parent
20a78941e4
commit
b86a72cb8b
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: form_cursor.3,v 1.7 2004/11/24 12:26:23 wiz Exp $
|
||||
.\" $NetBSD: form_cursor.3,v 1.8 2004/11/24 12:47:20 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -48,11 +48,8 @@ positions the screen cursor at the correct position for the form.
|
|||
This function can be used to restore the cursor state after using
|
||||
other curses routines.
|
||||
.Sh RETURN VALUES
|
||||
Functions returning pointers will return
|
||||
.Dv NULL
|
||||
if an error is detected.
|
||||
The functions that return an int will return one of the following error
|
||||
values:
|
||||
.Fn pos_form_cursor
|
||||
will return one of the following error values:
|
||||
.Pp
|
||||
.Bl -tag -width E_UNKNOWN_COMMAND -compact
|
||||
.It Er E_OK
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: form_field_just.3,v 1.9 2004/11/24 12:26:23 wiz Exp $
|
||||
.\" $NetBSD: form_field_just.3,v 1.10 2004/11/24 12:47:20 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -75,11 +75,7 @@ The field will be centre justified, padding will be applied to either
|
|||
end of the line to make the line centred in the field.
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
Functions returning pointers will return
|
||||
.Dv NULL
|
||||
if an error is detected.
|
||||
The functions that return an int will return one of the following error
|
||||
values:
|
||||
The functions will return one of the following error values:
|
||||
.Pp
|
||||
.Bl -tag -width E_UNKNOWN_COMMAND -compact
|
||||
.It Er E_OK
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: form_new_page.3,v 1.9 2004/11/24 12:42:51 wiz Exp $
|
||||
.\" $NetBSD: form_new_page.3,v 1.10 2004/11/24 12:47:20 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -55,11 +55,7 @@ the new page status of a field can be set or unset using the
|
|||
.Fn set_new_page
|
||||
function.
|
||||
.Sh RETURN VALUES
|
||||
Functions returning pointers will return
|
||||
.Dv NULL
|
||||
if an error is detected.
|
||||
The functions that return an int will return one of the following error
|
||||
values:
|
||||
The functions will return one of the following error values:
|
||||
.Pp
|
||||
.Bl -tag -width E_UNKNOWN_COMMAND -compact
|
||||
.It Er E_OK
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: form_post.3,v 1.8 2004/11/24 12:26:23 wiz Exp $
|
||||
.\" $NetBSD: form_post.3,v 1.9 2004/11/24 12:47:20 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001
|
||||
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
|
||||
|
@ -57,11 +57,7 @@ Conversely, the function
|
|||
removes the form from the screen and calls any termination functions
|
||||
that were specified.
|
||||
.Sh RETURN VALUES
|
||||
Functions returning pointers will return
|
||||
.Dv NULL
|
||||
if an error is detected.
|
||||
The functions that return an int will return one of the following error
|
||||
values:
|
||||
The functions will return one of the following error values:
|
||||
.Pp
|
||||
.Bl -tag -width E_UNKNOWN_COMMAND -compact
|
||||
.It Er E_OK
|
||||
|
|
Loading…
Reference in New Issue