From 2a942b8fa85b25e91c59f4636ca30de7d0227ae7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 27 Feb 1999 21:56:03 +0000 Subject: make function names the correct case --- src/lib/libc/stdlib/exit.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/exit.3') diff --git a/src/lib/libc/stdlib/exit.3 b/src/lib/libc/stdlib/exit.3 index 6dd2affef9..326c5539a8 100644 --- a/src/lib/libc/stdlib/exit.3 +++ b/src/lib/libc/stdlib/exit.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: exit.3,v 1.2 1996/08/19 08:33:30 tholo Exp $ +.\" $OpenBSD: exit.3,v 1.3 1999/02/27 21:55:55 deraadt Exp $ .\" .Dd June 29, 1991 .Dt EXIT 3 @@ -46,7 +46,7 @@ .Ft void .Fn exit "int status" .Sh DESCRIPTION -.Fn Exit +.Fn exit terminates a process. .Pp Before termination it performs the following functions in the -- cgit v1.2.3-55-g6feb