summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/exit.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/exit.3')
-rw-r--r--lib/libc/stdlib/exit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3
index bcc138fb820..c00ce06cf13 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: exit.3,v 1.5 1998/02/05 18:49:53 perry Exp $
+.\" $NetBSD: exit.3,v 1.6 1998/08/29 08:32:35 lukem Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -50,7 +50,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