Use Dv for non-errno return values (instead of Er).
This commit is contained in:
parent
cf8f895d5c
commit
b2204870d0
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: curses_tty.3,v 1.13 2017/09/17 21:46:46 abhinav Exp $
|
||||
.\" $NetBSD: curses_tty.3,v 1.14 2017/09/18 08:49:20 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002
|
||||
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
|
||||
@ -367,9 +367,9 @@ The functions that return an int will return one of the following
|
||||
values:
|
||||
.Pp
|
||||
.Bl -tag -width ERR -compact
|
||||
.It Er OK
|
||||
.It Dv OK
|
||||
The function completed successfully.
|
||||
.It Er ERR
|
||||
.It Dv ERR
|
||||
An error occurred in the function.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
|
Loading…
x
Reference in New Issue
Block a user