diff options
Diffstat (limited to 'src/lib/libc/stdlib/exit.3')
-rw-r--r-- | src/lib/libc/stdlib/exit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: exit.3,v 1.2 1996/08/19 08:33:30 tholo Exp $ | 36 | .\" $OpenBSD: exit.3,v 1.3 1999/02/27 21:55:55 deraadt Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt EXIT 3 | 39 | .Dt EXIT 3 |
@@ -46,7 +46,7 @@ | |||
46 | .Ft void | 46 | .Ft void |
47 | .Fn exit "int status" | 47 | .Fn exit "int status" |
48 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
49 | .Fn Exit | 49 | .Fn exit |
50 | terminates a process. | 50 | terminates a process. |
51 | .Pp | 51 | .Pp |
52 | Before termination it performs the following functions in the | 52 | Before termination it performs the following functions in the |