Remove "volatile" from function declaration in SYNOPSIS. We may want to

replace it with __dead, but volatile is clearly wrong.
This commit is contained in:
jtc 1993-10-04 18:09:24 +00:00
parent 4c0b8d21f0
commit d2de74baea
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)_exit.2 6.6 (Berkeley) 7/25/91
.\" $Id: _exit.2,v 1.2 1993/08/01 07:43:27 mycroft Exp $
.\" $Id: _exit.2,v 1.3 1993/10/04 18:09:24 jtc Exp $
.\"
.Dd July 25, 1991
.Dt EXIT 2
@ -40,7 +40,7 @@
.Nd terminate the calling process
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft void volatile
.Ft void
.Fn _exit "int status"
.Sh DESCRIPTION
The