From b2204870d0ed11e92ec75640f4b0fa19b293c52c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 18 Sep 2017 08:49:20 +0000 Subject: [PATCH] Use Dv for non-errno return values (instead of Er). --- lib/libcurses/curses_tty.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcurses/curses_tty.3 b/lib/libcurses/curses_tty.3 index 17a6e4fdbe66..83cd4162c069 100644 --- a/lib/libcurses/curses_tty.3 +++ b/lib/libcurses/curses_tty.3 @@ -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