From 6569c5c50996a3ffc19fc4b63fa6d74cd573f4f3 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 1 Oct 2002 17:22:00 +0000 Subject: New sentence, new line. From Robert Elz. --- lib/libc/stdlib/exit.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/exit.3') diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index d77d22fd0fa..2805e0a1866 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: exit.3,v 1.10 2002/08/10 17:10:11 yamt Exp $ +.\" $NetBSD: exit.3,v 1.11 2002/10/01 17:29:22 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,8 @@ .Fn exit "int status" .Sh DESCRIPTION .Fn exit -terminates a process. The +terminates a process. +The .Fa status values .Dv EXIT_SUCCESS -- cgit