Use Dv for non-errno return values (instead of Er).

This commit is contained in:
wiz 2017-09-18 08:49:20 +00:00
parent cf8f895d5c
commit b2204870d0
1 changed files with 3 additions and 3 deletions

View File

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