From 6ed7b8d356db3e41d0223b1f7a83350164222b57 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 3 Mar 2007 23:16:54 +0000 Subject: [PATCH] Use .Er for errno value and fix typo. --- lib/libc/sys/extexit.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/extexit.2 b/lib/libc/sys/extexit.2 index 4e38ded2b4..7e80d73030 100644 --- a/lib/libc/sys/extexit.2 +++ b/lib/libc/sys/extexit.2 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/lib/libc/sys/extexit.2,v 1.3 2007/03/01 12:57:15 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/extexit.2,v 1.4 2007/03/03 23:16:54 swildner Exp $ .\" .Dd February 24, 2007 .Dt EXTEXIT 2 @@ -93,8 +93,8 @@ function will only return if it was invoked with invalid arguments. In this case, .Va errno will be set to -.Dv EINVAL . -In the case of a successfull invocation, +.Er EINVAL . +In the case of a successful invocation, .Fn extexit will not return. .Pp -- 2.41.0